Hi guys! This is my first post and also first, let me congratulate developer/s for this awesome project!
I have a doubt regarding Thermostat widget.
I added one to include my Home Assistant climate component.
All the parameters are properly included when I choose my climate entity (Mode, Temperature and State) except Fan.
I select same entity but any value is added. Fan keep as “–”.
This is how my HA climate is showing attributes:
hvac_modes: auto,cool,dry,heat,fan_only,off
current_temperature: 28
min_temp: 7
max_temp: 35
target_temp_step: 1
temperature: 25
fan_mode: 1
fan_modes: Auto,Quiet,1,2,3,4
hvac_action: off
swing_mode: 1
swing_modes: Auto,1,2,3,4,5,Swing
friendly_name: Mitsubishi Heatpump
supported_features: 41
Is HomeHabit expecting other attributes name than “fan_mode” and “fan_modes”?.
It’s basically the default structure created by this fantastic integration for Mitsubishi AC’s:
This project is quite popular, so will be good to add support in HomeHabit for this kind of fan type.
Thanks in advanced!