Oleh

Results 12 comments of Oleh

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...

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

Since Ariston changed requests I had to rewrite most of functionality. Higher CPU can be a result of different factors: - in older versions reading of data was limited while...

My boiler does not provide energy use, values were somewhat assumed/calculated based on data from others. Value 0 is probably simpler to assume the reason - there were cases in...

the data from requests needs to be comared during at least 1 odd and 1 even hour and I'm not sure how hata is changed at 00 hour, but maybe...

maybe try changing following: ``` if this_hour % 2 == 1: # odd value means we calculate even value and add 2 hours due to following decrease this_2hour = (this_hour...

prototype included in 2.0.12. Please provide a feedback

Is the latest version working better?

New version should be compatible with existing configuration, the main difference is new entities names related to CH (include "_zone1"). The way HA works the not available old entities have...