I managed to correctly log in, but the list of devices is empty.
This is what I'm doing:
import sonoff
s = sonoff.Sonoff("email@example.com", "mypassword", "eu")
devices = s.get_devices()
And I'm actively using the devices on the ewelink application and with google home.
Maybe something changed in the API?
I managed to correctly log in, but the list of devices is empty.
This is what I'm doing:
And I'm actively using the devices on the ewelink application and with google home.
Maybe something changed in the API?