File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,6 +199,32 @@ def json_writer(manual_name: str, output: dict) -> None:
199199
200200json_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
204230base_anna_manual = "anna_heatpump_heating"
You can’t perform that action at this time.
0 commit comments