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

Difference between hvac_mode and set_temperature #15

Closed
phdelodder opened this issue Mar 8, 2021 · 2 comments
Closed

Difference between hvac_mode and set_temperature #15

phdelodder opened this issue Mar 8, 2021 · 2 comments

Comments

@phdelodder
Copy link
Contributor

I'm going through the code and detect that hvac_mode: uses self._evo_device.mode["setpoint"] and target_temperature: uses self._evo_device.setpoint. In case of an open window the target remains at eg 18 but the state is off, although the set point according to evohome is set to 5°c. So I guess the target _tempature should also be using self._evo_device.mode["setpoint"]?

@zxdavb
Copy link
Owner

zxdavb commented Mar 13, 2021

Actually, this is not straightforward...

One issue is trying to shoe-horn the evohome schema into HA. Then there is the difference between the scheduled setpoint, the override setpoint, and the actual/current setpoint.

I the code backing self._evo_device.setpoint is a bit unsatisfactory, too...

In any case, I don't think setpoint should be influenced by open_window mode.

I will have another look at it sometime in the future

@zxdavb
Copy link
Owner

zxdavb commented Jul 10, 2021

@phdelodder Can you close this, or provide more feedback? If it is still an issue, I can have a look at it.

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

No branches or pull requests

2 participants