###################################################
hallo,
die nachricht kommt zwar spät, aber hilfreich für die wo den post finden.
habe 2 max Thermostate in meinem haus auf Stockwerk 1
Nartürlich müsst ihr das an eure config anpassen.
Habe ein Dummy erstellt
#################################################
Hello,
Although the object is late, but helpful for where post can find.
have 2 max thermostats in my house on floor 1
Nartürlich you have to adapt to the your config.
Have a dummy created
################################################
{
"comfyTemp": 22,
"ecoTemp": 18,
"id": "heizung-stock-1",
"name": "Heizung Stock 1",
"class": "DummyHeatingThermostat",
"guiShowValvePosition": false,
"guiShowPresetControl": true,
"guiShowModeControl": true
},
Dazu die passende Regeln
Regel 1. temperatur gleich setzen wie der dummy
Rule 1. temperature set equal to the dummy
{
"id": "heizung-stock-1",
"name": "Heizung stock 1 set temp",
"rule": "when $heizung-stock-1.temperatureSetpoint changes then set temp of Heizung Wohnzimmer to $heizung-stock-1.temperatureSetpoint and set temp of Heizung Büro to $heizung-stock-1.temperatureSetpoint",
"active": true,
"logging": false
},
Regel 2. den selben mod setzen
- Set Rule the same mod
{
"id": "heizung-mod-stock-1",
"name": "Heizung mod stock 1 ",
"rule": "when $heizung-stock-1.mode changes then set mode of Heizung Wohnzimmer to \"$heizung-stock-1.mode\" and set mode of Heizung Büro to \"$heizung-stock-1.mode\"",
"active": true,
"logging": false
}