chomupashchuk / ariston-remotethermo-home-assistant-v2

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

ch_detected_temperature displayed 0 #40

Open simille83 opened 2 years ago

simille83 commented 2 years ago

Hi. After updating to version 2.0 I no longer see the temperature detected by the internal thermostat (ch_detected_temperature), it always displays 0, before this update it was always displayed correctly. I have a Genus One boiler. Some idea? Thank you.

chomupashchuk commented 2 years ago

After 11th of June implemented functionality stopped working due to dropped support of requests and thus 80-90% of integration were rewritten to work with new requests.

I have checked in my boiler that sensor.ariston_ch_detected_temperature displays correct value. So it hints that your boiler provides 0 for specific parameter that is being parsed. It means that requests for your boiler must be checked on sent/received data in case detected temperature is stored in different structure in your case or it does not report such data at all. I use Fiddler and configure proxy on it and connect Android Wifi to that proxy and run Ariston application (open pages, which trigger requests).

chomupashchuk commented 2 years ago

Just to be clear: data needs to be collected for your boiler specifically as I have no idea what can be an issue.

neoback45 commented 1 year ago

I have a same problem! You have find solution