We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7097ee0 commit b46a8ffCopy full SHA for b46a8ff
1 file changed
ThermiaOnlineAPI/model/HeatPump.py
@@ -357,7 +357,7 @@ def __get_operational_statuses_from_operational_status(self) -> Optional[Dict]:
357
if data is not None:
358
return {
359
"registerValues": data.get("valueNames", []),
360
- "valueNamePrefix": "COMP_STATUS_",
+ "valueNamePrefix": "COMP_VALUE_",
361
}
362
363
# Try to get the data from the REG_OPERATIONAL_STATUS_PRIORITY_BITMASK register
0 commit comments