Skip to content

Commit

Permalink
Update current and active_accessory mappings for S-series Climate…
Browse files Browse the repository at this point in the history
…CoilGroups
  • Loading branch information
vtamm committed Jan 18, 2025
1 parent 0f2ca74 commit 8c62548
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nibe/coil_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class FanCoilGroup(CoilGroup):
_CLIMATE_COILGROUPS_S = {
"s1": ClimateCoilGroup(
name="Climate System S1",
current=30027,
current=30117,
setpoint_heat=40207,
setpoint_cool=40989,
mixing_valve_state=31034,
Expand All @@ -125,29 +125,29 @@ class FanCoilGroup(CoilGroup):
),
"s2": ClimateCoilGroup(
name="Climate System S2",
current=30026,
current=30116,
setpoint_heat=40206,
setpoint_cool=40988,
mixing_valve_state=31033,
active_accessory=None,
active_accessory=40143,
use_room_sensor=40202,
),
"s3": ClimateCoilGroup(
name="Climate System S3",
current=30025,
current=30115,
setpoint_heat=40205,
setpoint_cool=40987,
mixing_valve_state=31032,
active_accessory=None,
active_accessory=40144,
use_room_sensor=40201,
),
"s4": ClimateCoilGroup(
name="Climate System S4",
current=30024,
current=30114,
setpoint_heat=40204,
setpoint_cool=40986,
mixing_valve_state=31031,
active_accessory=None,
active_accessory=40145,
use_room_sensor=40200,
),
}
Expand Down

0 comments on commit 8c62548

Please sign in to comment.