better_thermostat
better_thermostat copied to clipboard
This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It comb...
I find current documentation severely lacking. A couple of code snippets with very limited explanation. No installation guide (which files to copy where), no information on what to do after...
Currently we use the average of measurements of the last 48 hours for the temperature and just the maximum weather forecast temperature for today or tomorrow (whatever is bigger). This...
AI THERMOSTAT for Zigbee2MQTT Does not work with scheduler-component integration (https://github.com/nielsfaber/scheduler-component). The temperature does not change
This is an issue for collecting feedback for normal calibration for TS0601. At the moment TS0601 uses **target temperature calibration**, because of the reasons discussed in #41. Personally, I've been...
Since most room temperature sensors can also provide us with the relative humidity of the room, we can use this to calculate the Feels Like Temperature and use this instead...
We will have the relative humidity sensor reading available if https://github.com/KartoffelToby/better_thermostat/issues/228 gets implemented, so we can add an optional mold-protection for the night mode. Since in sleeping quarters the relative...
## Motivation I noticed that my Thermostats sometimes react very slowly on changes to the setpoint. Example: - Temperatur at the thermostat: 24°C; setpoint: 24°C - Lowering of setpoint by...
> Its possible that we need to adjust the yaml names of some devices based on our info table, > its also possible in the future that we need to...
I think it would be nice to be able to have night mode configured in yaml but still have the option to disable it (temporarily) via a switch in HA....
Additionally, to use the forecast temperature for the new weather algorithm (https://github.com/KartoffelToby/better_thermostat/issues/123) we could extend the function in the future to also read the sun irradiance prediction off the weather...