Home Heating Config #819
|
Hello and thank you for your great work so far on this project. 👌🏻 Technical question..... Just trying to split my home heating configuration into two separate sections: Under "Home Heating" device i add "Upstairs Radiators" entity, is that ok and does it have a sense? 🤔 Any suggestions regarding to any settings and re-configurating my setup, I will be appreciated. Thank you in advance.......... Please see attached photos:
|
Replies: 4 comments 13 replies
|
Hello, Nice project ! You need one thermometer per heating zone (room or floor as you want). The Upstair radiators into the Home Heating is really curious. Do you need to have only one heating zone for all your house ? The normal configuration is to have one VTherm per room and a thermometer in each room. With that you will be able to control the target temp of each room independantly and with different regulation level. This is certainly the best configuration. But it depends of your needs of course. |
Usually the use don't program directly temperature but rather presets. And those presets are set by a Scheduler. See https://github.com/jmcollin78/versatile_thermostat/blob/main/documentation/en/additions.md#the-scheduler-component
This is a special entity linked to a temperature sensor that is updated even if the temperature don't change. If a temperature sensor don't change Vtherm can't find out if it is the sensor which is broken (battery) or if the temperature is just stable. |
|
ok why not. You can do that by creating (or use) a Vtherm It is not a common use case, but It should work.
|
|
thanks for the information! |






Usually the use don't program directly temperature but rather presets. And those presets are set by a Scheduler. See https://github.com/jmcollin78/versatile_thermostat/blob/main/documentation/en/additions.md#the-scheduler-component
This is a special entity linked to a temperature sensor that is updated even if the temperature don't change. If a temperature sensor don't change Vtherm can't find out if it is the sensor which is broken (battery) or if the temperature is just stable.
If the sensor is broken VTherm will g…