Skip to content

Conversation

@redlegoman
Copy link

added getDomesticHotWaterOperatingMode which compliments setDomesticHotWaterOperatingMode. Returns "eco" or "comfort".

Copy link
Member

@CFenner CFenner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the value from the ignore list in TestForMissingProperties and add a test case (e.g.

def test_getFuelCellOperatingModeActive(self):
self.assertEqual(self.device.getFuelCellOperatingModeActive(), "economical")
).

@CFenner CFenner changed the title added getDomesticHotWaterOperatingMode feat(dhw): expose operation mode Nov 12, 2025
Comment on lines +165 to +168
@handleNotSupported
def getDomesticHotWaterOperatingMode(self):
return self.service.getProperty("heating.dhw.operating.modes.active")["properties"]["value"]["value"]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should update the getDomesticHotWaterActiveMode function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants