diff --git a/configs/pepe/home-assistant.nix b/configs/pepe/home-assistant.nix index 5c9740c..283ce8b 100644 --- a/configs/pepe/home-assistant.nix +++ b/configs/pepe/home-assistant.nix @@ -372,7 +372,7 @@ in { }; }; - hot = 28; + hot = 27; cold = 19; fyrtur_command = device: position: { @@ -386,13 +386,20 @@ in { in { heater_off = { sequence = [ - (heater_off "heater1") # office + #(heater_off "heater1") # office + #{ delay = delay; } + #(heater_off "heater2") # office + #{ delay = delay; } + #(heater_off "heater3") # bed room + #{ delay = delay; } + #(heater_off "heater4") # storage room + (heater_on "heater1" 5) # office { delay = delay; } - (heater_off "heater2") # office + (heater_on "heater2" 5) # office { delay = delay; } - (heater_off "heater3") # bed room + (heater_on "heater3" 5) # bed room { delay = delay; } - (heater_off "heater4") # storage room + (heater_on "heater4" 5) # storage room ]; }; heater_on1 = {