Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 small fixes for the thermostat status display #86

Merged
merged 2 commits into from
Feb 15, 2023
Merged

Conversation

rhammen
Copy link
Contributor

@rhammen rhammen commented Feb 9, 2023

No description provided.

The previously used status IN [LUX_STATUS_HEATING, LUX_STATUS_NO_REQUEST, LUX_STATUS_EVU] resulted in:
- the DomesticWater thermostat showing Idle while heatpump status = 'heating' 
but
- the heating thermostat showing as Off when the heatpump status = 'domestic water'

I think is better to make it more generic than to (try to) make the list complete. So I propose that:
1) Thermostat shows Off when the device is set to Off
2) Thermostat shows Heating (or Cooling) when the heatpump is used for the specific device .
3) Else, it will show Idle.
@BenPru
Copy link
Owner

BenPru commented Feb 15, 2023

Thanks

@BenPru BenPru merged commit 2947c3c into BenPru:main Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants