chomupashchuk / ariston-remotethermo-home-assistant-v2

Ariston NET remotethermo integration for Home Assistant based on API
MIT License
92 stars 22 forks source link

API no response #15

Closed smarthomepch closed 3 years ago

smarthomepch commented 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

smarthomepch commented 3 years ago

I think it is wrong place. Sorry I moved it to https://github.com/chomupashchuk/ariston-remotethermo-api/issues/