Dan Timofte

Results 6 comments of Dan Timofte

It looks like version 1.2.2 was built from the Dev branch

i just had this problem on ubuntu 17 : ![image](https://user-images.githubusercontent.com/4211982/41187192-d3c01a0e-6bac-11e8-80ac-575277964200.png)

try this example I wrote . it's basicaly a refactor without using the login decorator. Region is important so change it to match yours https://github.com/dantimofte/ewelink-api-python/blob/master/main.py ```import asyncio import ewelink async...

I created a setup.py on my fork so you can install it like this: ```pip install ewelink@git+ssh://[email protected]/dantimofte/[email protected]```

try this example I wrote . it's basicaly a refactor without using the login decorator. Region is important so change it to match yours https://github.com/dantimofte/ewelink-api-python/blob/master/main.py ```import asyncio import ewelink async...

> client: ewelink.Client = ewelink.Client("**your_username**", "email_or_phone", region="eu"), first parameter is actually the password. Otherwise works. yeah, for some reason they are reversed and couldn't fight the instinct , I edited...