-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Wrong DHW modes in HMC310 #2465
Comments
Do you want to make the change in the code yourself and test? looks like you know you way around the source code |
Let me think about. But I would @MichaelDvP ´s advice how to approach. I don´t have an overview of the whole code. Creating a new device flag like ´EMS_DEVICE_FLAG_HMC310´ may be one way but this, I think, would have an impact in many places of the code. Maybe there is a better and easier way to achieve the goal. |
ProductId 158 is now the only thermostat with FLAG_RC300 and covers RC300, RC310 and others. If we change this, a lot of users will complain. Seems Bosch changes options with different software versions within same productId.
|
I have made this change in https://github.com/MichaelDvP/EMS-ESP32/releases/tag/latest |
Works good :-) Thanks for implementing the new flag. |
DESCRIPTION
I continued to map my manual of the heat pump to the EMS-ESP variables, now I´m reached the DHW mode setting.
We touched the topic already in #2410 where too many modes were selectable. Now, with my appliance, I see the wrong modes.
EMS-ESP offers the states off, low, high, auto and own prog (modes 0, 1, 2, 3, 4) to select, which may result from the case that the program runs through the last else statement, see below.
My appliance offers to select one of the dhw states below:

off, always on eco+, always on eco, always on comfort and own prog (modes 0, 5, 1, 2, 4)
Choosing auto in EMS-ESP (mode 3) is not accepted by my appliance and the dhw mode results in low/eco (mode 1).
I would need for my HMC310 what is defined for the BC400 thermostat.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
http://<IP>/api/system
TO REPRODUCE
Only possible if you have a HMC310
EXPECTED BEHAVIOUR
Have the selectable states off, always on eco+, always on eco, always on comfort and own prog to choose from
SCREENSHOTS
Already in the description
ADDITIONAL CONTEXT
n/a
(Please remember to close the issue when it has been addressed)
The text was updated successfully, but these errors were encountered: