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";