hass update heating devices
This commit is contained in:
parent
d974a4a94b
commit
f5a5da5314
2 changed files with 13 additions and 13 deletions
|
@ -267,7 +267,7 @@ in {
|
|||
data_template = {
|
||||
topic = "zigbee2mqtt/heater1/set"; # office
|
||||
payload_template =
|
||||
''{"system_mode":"auto","current_heating_setpoint":21.0}'';
|
||||
''{"system_mode":"auto","current_heating_setpoint":28.0}'';
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -275,7 +275,7 @@ in {
|
|||
data_template = {
|
||||
topic = "zigbee2mqtt/heater2/set"; # office
|
||||
payload_template =
|
||||
''{"system_mode":"auto","current_heating_setpoint":21.0}'';
|
||||
''{"system_mode":"auto","current_heating_setpoint":28.0}'';
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -308,7 +308,7 @@ in {
|
|||
data_template = {
|
||||
topic = "zigbee2mqtt/heater1/set"; # office
|
||||
payload_template =
|
||||
''{"system_mode":"auto","current_heating_setpoint":24.0}'';
|
||||
''{"system_mode":"auto","current_heating_setpoint":28.0}'';
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -316,7 +316,7 @@ in {
|
|||
data_template = {
|
||||
topic = "zigbee2mqtt/heater2/set"; # office
|
||||
payload_template =
|
||||
''{"system_mode":"auto","current_heating_setpoint":24.0}'';
|
||||
''{"system_mode":"auto","current_heating_setpoint":28.0}'';
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -324,7 +324,7 @@ in {
|
|||
data_template = {
|
||||
topic = "zigbee2mqtt/heater3/set"; # bed room
|
||||
payload_template =
|
||||
''{"system_mode":"auto","current_heating_setpoint":24.0}'';
|
||||
''{"system_mode":"auto","current_heating_setpoint":28.0}'';
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
|
@ -132,14 +132,14 @@
|
|||
topic = "zigbee2mqtt/light_7";
|
||||
rooms = [ "sleeping_room" ];
|
||||
})
|
||||
#(led {
|
||||
# topic = "zigbee2mqtt/led_1";
|
||||
# rooms = [ "office_room" ];
|
||||
#})
|
||||
#(led {
|
||||
# topic = "zigbee2mqtt/led_2";
|
||||
# rooms = [ "kitchen" ];
|
||||
#})
|
||||
(led {
|
||||
topic = "zigbee2mqtt/led_1";
|
||||
rooms = [ "office_room" ];
|
||||
})
|
||||
(led {
|
||||
topic = "zigbee2mqtt/led_2";
|
||||
rooms = [ "kitchen" ];
|
||||
})
|
||||
|
||||
#(sonoff {
|
||||
# id = "PAL01";
|
||||
|
|
Loading…
Reference in a new issue