Get current mode (SetMode): off, heat, water, ... #1339
Unanswered
Commifreak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this setup:
I want to know the current mode: Is the heater running for heat, for water or off. I found
SetMode
for my model but the "last byte" seems unclear?=> https://github.com/john30/ebusd-configuration/blob/0d875e33573ff6545bba3577365cc0d8a16e798b/ebusd-2.1.x/en/vaillant/hcmode.inc#L11
My
SetMode
during normal heating:auto;27.5;-;-;0;0;0;0;0;0
during hot water:
auto;0.0;-;-;1;0;0;0;0;0
and during off AND summer mode:
auto;0.0;-;-;1;0;1;0;0;0
If I can provide more details for populate this info, contact me.
Beta Was this translation helpful? Give feedback.
All reactions