Closed smarthomepch closed 3 years ago
Hi, first of all thanks for this project. I don't use HA but openHab, but wanted to check if I can integrate it somehow. Started with checking if AristonThermal at least answers to API, so I run below script.
from aristonremotethermo.ariston import AristonHandler ApiInstance = AristonHandler( username='myemail@yahoo.com', password='mypassword' ) ApiInstance.start() print(ApiInstance.version) print(ApiInstance.available) ApiInstance.stop()
Unfortunately answer is always False.
smarthomepcj@raspberry:~/ariston $ python3 ariston.py 1.0.28 False
Do you have any idea what could be the reason? User and password are absolutely correct as I can login via webpage without any problems.
TIA
I think it is wrong place. Sorry I moved it to https://github.com/chomupashchuk/ariston-remotethermo-api/issues/
Hi, first of all thanks for this project. I don't use HA but openHab, but wanted to check if I can integrate it somehow. Started with checking if AristonThermal at least answers to API, so I run below script.
Unfortunately answer is always False.
Do you have any idea what could be the reason? User and password are absolutely correct as I can login via webpage without any problems.
TIA