Skip to content

Commit 5caec32

Browse files
committed
Add m_adam_heating_off_schedule
1 parent 45ab4e3 commit 5caec32

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

scripts/manual_fixtures.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,32 @@ def json_writer(manual_name: str, output: dict) -> None:
199199

200200
json_writer("m_adam_heating", m_adam_heating)
201201

202+
# Version with select_regulation = off and an active schedule
203+
m_adam_heating_off_schedule = m_adam_heating.copy()
204+
205+
# Updates for f2bf9048bef64cc5b6d5110154e33c81"
206+
m_adam_heating["f2bf9048bef64cc5b6d5110154e33c81"]["climate_mode"] = "off"
207+
m_adam_heating["f2bf9048bef64cc5b6d5110154e33c81"]["control_state"] = "idle"
208+
m_adam_heating["f2bf9048bef64cc5b6d5110154e33c81"]["select_schedule"] = "Weekschema"
209+
210+
# Go for e2f4
211+
m_adam_heating["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "off"
212+
m_adam_heating["f871b8c4d63549319221e294e4f88074"]["control_state"] = "idle"
213+
m_adam_heating["f871b8c4d63549319221e294e4f88074"]["select_schedule"] = "Badkamer"
214+
215+
# Go for da22
216+
m_adam_heating["da224107914542988a88561b4452b0f6"]["select_regulation_mode"] = "off"
217+
218+
# Go for 056e
219+
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"][
220+
"heating_state"
221+
] = False
222+
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["sensors"][
223+
"intended_boiler_temperature"
224+
] = 0.0
225+
226+
json_writer("m_adam_heating_off_schedule", m_adam_heating_off_schedule)
227+
202228
### Manual Anna fixtures
203229

204230
base_anna_manual = "anna_heatpump_heating"

0 commit comments

Comments
 (0)