djerik / wavinsentio-ha

Home Assistant component for monitoring and administration of Wavin Sentio underfloor heating system
22 stars 4 forks source link

IR Sensors and Humidity #9

Closed andersaagaard closed 2 years ago

andersaagaard commented 2 years ago

Great integration. Any plans on integrate the IR version of the thermostat ? Would be nice to be able to control floor temperatur.

Furthermore the humidity reads from the sensor would be nice to use for controlling eg. ventilation.

djerik commented 2 years ago

@fedearne did the support for floor temperature and should be working. It is in extended attributes, so you probably need to modify the card or use another climate card.

Humidity has been there from day one, but the standard climate card doesn't show it.

andersaagaard commented 2 years ago

Should't it be visible as entities ? As of now i have 5 thermostats in the system which shows as 5 units and 5 entities.

djerik commented 2 years ago

No, that is not how HA is designed. Humidity is an attribute of the climate entity. You can see the value under develop tools or add a card to show current_temperature of the climate entity. See also https://developers.home-assistant.io/docs/core/entity/climate/

andersaagaard commented 2 years ago

Ohh offcourse ! What about battery level and signal strength ? And is it planned to control the floor min/max settings ?

djerik commented 2 years ago

I have not spotted battery level & signal strength in either the app nor the api - have you?

Why would you need to set the floor min/max from HA?