https://home-assistant.io/components/thermostat.radiotherm/ instructions are great, I was able to get setup really fast
I’m using a git checkout (as I expect to do some hacking) as of today. The .HA_VERSION file contains 0.24.0.dev0
and I launched using hass --open-ui
From Looking For Feedback on Thermostats the fan should be controllable. I can “see” the fan in the web UI along with the current temperature and a slider to set a target temp. Problems/things I need help/education on:
- I do not see any logging details on the thermostat state/readings (there is regular log output for sun info,
INFO:homeassistant.core:Bus:Handling <Event state_changed[L]: old_state=<state sun.sun=above_horizon; azimuth=275.31, friendly_name=Sun,...
) - the name appears to be
null
(can’t see a way to set that) - I do not see a way to change the mode (off, auto, heating, cooling) - I’m not sure this is possible - I’d like to confirm this
- I can not see the fan state in the web UI
- I do not see a way to turn the fan on/off, the linked post above claims this is possible. I took a look at radiotherm.py code in HA and I’m not sure I see code to set the fan state (I see code to read the state)