Skip to content

Commit 500e74e

Browse files
authored
Remove custom Bosch pi_heating_demand attr for RBSH-RTH0-ZB-EU (#4329)
Remove custom Bosch pi_heating_demand attribute for RBSH-RTH0-ZB-EU due to conflicting with thermostat cooling mode. This thermostat reports correct status through system_mode and running_mode attributes. See home-assistant/core#151763
1 parent 007f1fc commit 500e74e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

zhaquirks/bosch/rbsh_rth0_zb_eu.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
# Mode of operation with values BoschOperatingMode.
1717
OPERATING_MODE_ATTR_ID = 0x4007
1818

19-
# Valve position: 0% - 100%
20-
VALVE_POSITION_ATTR_ID = 0x4020
21-
2219
# Window open switch (changes to a lower target temperature when on).
2320
WINDOW_OPEN_ATTR_ID = 0x4042
2421

@@ -71,13 +68,6 @@ class AttributeDefs(Thermostat.AttributeDefs):
7168
is_manufacturer_specific=True,
7269
)
7370

74-
pi_heating_demand = ZCLAttributeDef(
75-
id=VALVE_POSITION_ATTR_ID,
76-
# Values range from 0-100
77-
type=t.uint8_t,
78-
is_manufacturer_specific=True,
79-
)
80-
8171
window_open = ZCLAttributeDef(
8272
id=WINDOW_OPEN_ATTR_ID,
8373
type=State,

0 commit comments

Comments
 (0)