vinnyspb / esphome-comfortzone

GNU General Public License v3.0
3 stars 3 forks source link

Sensors Unknown #16

Closed jenshorn closed 5 months ago

jenshorn commented 6 months ago

First of all, thanks for a great integration! Very easy to set up and get started with EX50 in HA.

Now, most of the sensors appears to work great but there are a few that are constantly Unknown. Is this something you have experienced as well? Perhaps it's an issue for the decoder library?

Hot Water CoP are mostly Unknown but receives data occasionally?

image

Running commit 1ff3b41 on main, protocol 1.80.

vinnyspb commented 6 months ago

Hi @jenshorn,

Heating CoP is calculated only when actual heating takes place, which I'd assume happens rarely at the moment due to summer time. You should see more consistent values during the winter season.

Other values from your list are decoded incorrectly in the upstream library as you correctly mentioned. I haven't had time to debug it unfortunately.

jenshorn commented 6 months ago

Thanks for the explanation of Heating CoP, I'll wait until winter then :)

I believe I was able to retrieve Fan setting (slow/normal/boost) from the decoder when I was using my own HA integration, I'll see if I can have a look and remember what I did back then.