Skip to content

Commit 57e723e

Browse files
committed
Update manual fixtures script
1 parent be0618c commit 57e723e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/manual_fixtures.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def json_writer(manual_name: str, output: dict) -> None:
127127
m_adam_cooling["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"]["flame_state"] = (
128128
False
129129
)
130-
m_adam_cooling["056ee145a816487eaa69243c3280f8bf"]["maximum_boiler_temperature"]["current"] = 19.0
130+
m_adam_cooling["056ee145a816487eaa69243c3280f8bf"]["boiler_temperature"]["current"] = 19.0
131131
m_adam_cooling["056ee145a816487eaa69243c3280f8bf"]["sensors"][
132132
"intended_boiler_temperature"
133133
] = 17.5
@@ -185,14 +185,14 @@ def json_writer(manual_name: str, output: dict) -> None:
185185
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"]["flame_state"] = (
186186
False
187187
)
188-
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["maximum_boiler_temperature"]["current"] = 37.0
188+
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["boiler_temperature"]["current"] = 37.0
189189
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["sensors"][
190190
"intended_boiler_temperature"
191191
] = 38.1
192192
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["sensors"][
193193
"water_temperature"
194194
] = 37.0
195-
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["max_dhw_temperature"] = {
195+
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["dhw_temperature"] = {
196196
"current": 37.0,
197197
"setpoint": 60.0,
198198
"lower_bound": 40.0,
@@ -253,8 +253,8 @@ def json_writer(manual_name: str, output: dict) -> None:
253253
"cooling_state"
254254
] = True
255255

256-
m_anna_heatpump_cooling["1cbf783bb11e4a7c8a6843dee3a86927"]["maximum_boiler_temperature"]["current"] = 22.7
257-
m_anna_heatpump_cooling["1cbf783bb11e4a7c8a6843dee3a86927"]["max_dhw_temperature"]["current"] = 41.5
256+
m_anna_heatpump_cooling["1cbf783bb11e4a7c8a6843dee3a86927"]["boiler_temperature"]["current"] = 22.7
257+
m_anna_heatpump_cooling["1cbf783bb11e4a7c8a6843dee3a86927"]["dhw_temperature"]["current"] = 41.5
258258
m_anna_heatpump_cooling["1cbf783bb11e4a7c8a6843dee3a86927"]["sensors"][
259259
"dhw_temperature"
260260
] = 41.5
@@ -312,8 +312,8 @@ def json_writer(manual_name: str, output: dict) -> None:
312312
"cooling_state"
313313
] = False
314314

315-
m_anna_heatpump_idle["1cbf783bb11e4a7c8a6843dee3a86927"]["maximum_boiler_temperature"]["current"] = 19.1
316-
m_anna_heatpump_idle["1cbf783bb11e4a7c8a6843dee3a86927"]["max_dhw_temperature"]["current"] = 46.3
315+
m_anna_heatpump_idle["1cbf783bb11e4a7c8a6843dee3a86927"]["boiler_temperature"]["current"] = 19.1
316+
m_anna_heatpump_idle["1cbf783bb11e4a7c8a6843dee3a86927"]["dhw_temperature"]["current"] = 46.3
317317
m_anna_heatpump_idle["1cbf783bb11e4a7c8a6843dee3a86927"]["sensors"][
318318
"intended_boiler_temperature"
319319
] = 18.0

0 commit comments

Comments
 (0)