chomupashchuk / ariston-remotethermo-home-assistant-v2

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

Cooling consumption missing #2

Closed MatteoGhittorelli closed 4 years ago

MatteoGhittorelli commented 4 years ago

Dear,

would it be possibile to add the cooling consumption as sensors for the supported heat pumps?

Best regards Matteo

chomupashchuk commented 4 years ago

Hi,

Since it is reverse engineering and my boiler does not support heat pump, I am not sure how the data might look like in the requests (and if it is present in currently handled ones). You may set "store_files: true" within configuration.yaml and check if mentioned consumption is present in one of the files and which data it is (note that energy/water cunsumption is split into periods as x1 and y1 or smth., which are summer up by applications). If data is not present, analyzer would have to be used for your boiler.

MatteoGhittorelli commented 4 years ago

Hi,

I can give you the credentials in private if you want.

Thanks

On 29 Aug 2020, at 10:58, Oleh notifications@github.com wrote:

Hi,

Since it is reverse engineering and my boiler does not support heat pump, I am not sure how the data might look like in the requests (and if it is present in currently handled ones). You may set "store_files: true" within configuration.yaml and check if mentioned consumption is present in one of the files and which data it is (note that energy/water cunsumption is split into periods as x1 and y1 or smth., which are summer up by applications). If data is not present, analyzer would have to be used for your boiler.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chomupashchuk/ariston-remotethermo-home-assistant-v2/issues/2#issuecomment-683260810, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRMCL5M2XTMY2O6ZJV5DGTSDC7MDANCNFSM4QN7LQGA.

chomupashchuk commented 4 years ago

Hi,

Due to my work I have a lot less free time lately for such projects. It is an option to share credentials (for example use some temporary password), but not sure when I'll actually have time (could be a week or even more, maybe less).

BR, Oleh

MatteoGhittorelli commented 4 years ago

Dear, no problem at all. I can wait. Please find attached the gas json file. data_ariston_get_gas _json.txt

Best regards

chomupashchuk commented 4 years ago

I can see that COOLING is marked as "y3" data, so no need for credentials, this is enough data already.

chomupashchuk commented 4 years ago

You may try the latest version (probably restart HA after uploading new files before adding new sensors to configuration.yaml to ensure that new files are compiled). Names of sensors are included in REAMDE section.

MatteoGhittorelli commented 4 years ago

Works Perfectly! Thanks!