-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
RC310: dhw1 missing #2079
Comments
Please make a full log of ~ 2-3 minutes. |
Hmm, we support more than one dhw circuit since #1634. But actual on your system it only shows as dhw2, but all should work. |
I don’t know much about bytes and markers - that’s why I am glad that you are here. All I know is that it did show as dhw1 in version dev04 and changing “dhw/mode” did work and now in version dev43 it shows as dhw2 (that would not be a problem), but when I try to change “dhw2/mode”, nothing happens (I use this quite often to turn on or off the warm water circuit). Am I missing something here? |
Can you please make a full log of this. |
Thanks, there is a bug in the mapping of dhw circuits, it writes the mode to 0x2F6 instead of 0x2F5.
Would be nice if you can check both versions and send a log if something does not work correctly. |
After a restart emsesp needs some time to collect the data from the bus. The command only works if the entity is registered and shown. Wait a few minutes before sending a command. (Check in web that the entiy is shown with value). |
Oh, the same with my RC35 (only one dhw circuit). i've fixed it in both builds, same version number, but you need to download again and flash. |
Now it does work in both versions. Thank you very much. |
@proddy
I thought that the fist byte is the dhw circuit and handled telegram offset and dhw circuit number separate, but here we have mixer at 0x28 (dhw1). |
I would say remove the circuit number and calculate based on the offset. That way it will match the messaging seen in the built-in interfaces. I'm trying to think if it will break anything.... |
DESCRIPTION
I did update from 3.7.0_dev.4 to 3.7.0_dev.43 but now I am missing the warm water entities dhw1 in the RC310. I do see dhw2 instead but it does not change anything.
REQUESTED INFORMATION
TO REPRODUCE
When I downgrade to version 3.7.0_dev.4 it works again.
SCREENSHOTS
version: dev.4
version: dev.43
The text was updated successfully, but these errors were encountered: