Did anyone try to export those entities to homekit ? because it works for me (1thermostat and 3 valves) except for the status which doesn’t sound to be updated. Let’s say the thermostat is heating on hass i see it as inactive on homekit. It s not big deal but still weird
Hi, thanks for this awesome custom component. I’ve 2 netatmo thermostat in the same home but with this component I just see one of this, and the other is called correctly but shows the same parameter of the first one… Could you give me an help to solve this problem? Thanks in advance.
About the naming of the operation modes, I would like to listen to your opinions. The operation modes in Netatmo most have not been localised in HA as a STATE of climate device: schedule, max, hg. So I have two options to resolve this:
Map the modes to what HA has, like:
schedule -> auto
max -> high_demand
hg -> eco
The good point of this option is that the localisations have been done for the above words.
Used Netatmo own as display:
schedule -> Schedule
max -> Max
hg -> Frost guard
The good point is this is more accurate, but it can only be displayed as above for the moment, as no localisations for them.
Which one sounds better for you guys? Thanks!
BTW, I’ve submitted a PR for the pyatmo library (codes in fact written by gieljnssns), but not yet merged.