chomupashchuk / ariston-remotethermo-home-assistant-v2

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

Zone Set Temperature #29

Closed IlSaCCo closed 2 years ago

IlSaCCo commented 2 years ago

Ciao everybody, thanks for the lovely integration, it is working great on my Ariston Nimbus Compact S Net.

I was wondering if the reading [and setting] of the CH water temperature at the outlet for each zone can be added to the Integration: My heatpump has 3 different zone, the aristonnet website is making this call to get the temperatures, here is an example to get zone 1 _https://www.ariston-net.remotethermo.com/Menu/User/Refresh/ZZZZZZZ?paramIds=U6_3_0_0&umsys=si&rnd=XXXXX&_=YYYYYYYY_

To update the value the website is making a POST with this payload: _[{"id":"U6_3_00","newValue":35,"oldValue":33}]

This would be extremely helpful for users that have heatpump based heating where you do not want to turn off the heatpump but finetune the temperature. Happy to share the CURL that are made if it can be helpful

Cheers

chomupashchuk commented 2 years ago

Did you try including "ch_water_temperature" in the sensor list?

chomupashchuk commented 2 years ago

Setting of many parameters is described in ariston service to be used as well.

IlSaCCo commented 2 years ago

It works like a charm! Apologies I did not see that parameters. Thanks for the help and for the great project!