From f5a5da53140c70c6f819e22acd442754a8ddb919 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 2 Nov 2020 23:23:29 +0100 Subject: [PATCH] hass update heating devices --- configs/pepe/home-assistant.nix | 10 +++++----- configs/pepe/home-assistant/light-control.nix | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/configs/pepe/home-assistant.nix b/configs/pepe/home-assistant.nix index 0fb3d79..4000bef 100644 --- a/configs/pepe/home-assistant.nix +++ b/configs/pepe/home-assistant.nix @@ -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}''; }; } { diff --git a/configs/pepe/home-assistant/light-control.nix b/configs/pepe/home-assistant/light-control.nix index 8e5957e..b898601 100644 --- a/configs/pepe/home-assistant/light-control.nix +++ b/configs/pepe/home-assistant/light-control.nix @@ -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";