You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'd like to use this library to integrate with my program built on top of the original https://github.com/sampsyo/wideq. I have devices from api v2 and that's why I'm trying to migrate to this library.
I saw you don't have an example.py like the wideq library has, so I tried to create a snippet to make it get information from my AC, but I couldn't make it work.
The snippet is:
When I run this code, it returns a 'Not logged in error' (in the client.refresh_devices() call). Could you please help me to get this working, or maybe point me out some python script with a basic usage of the wideq library, please?
The text was updated successfully, but these errors were encountered:
Hello @arthurlapertosa
I also tried to build a simple example.py like yours but there is no function from_login did you use some like the get_oauth_info_from_login but seems specific to HAss... what else ? Did you make some fork with a public example ?
Hello! I'd like to use this library to integrate with my program built on top of the original https://github.com/sampsyo/wideq. I have devices from api v2 and that's why I'm trying to migrate to this library.
I saw you don't have an
example.py
like thewideq
library has, so I tried to create a snippet to make it get information from my AC, but I couldn't make it work.The snippet is:
When I run this code, it returns a 'Not logged in error' (in the
client.refresh_devices()
call). Could you please help me to get this working, or maybe point me out some python script with a basic usage of thewideq
library, please?The text was updated successfully, but these errors were encountered: