Vaillant EcoTec 28 - Cannot control HC #1491
Unanswered
AbsurdSyssie
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
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Unable to Send Commands to eBUS
Description
I have set up eBUSd on my Vaillant ecoTEC 28 following the documented process. The system successfully detects devices and communicates over MQTT, but writing commands (e.g., setting TimerInputHc) does not work and returns 'unknown command' in logs.
I load bai.308523.inc and 08.bai.csv by default and have used enabledefine to set timerinputhc to write.
Expected Behavior
TimerInputHc
(e.g.,ebusctl write TimerInputHc 1
or via MQTT), the change should be reflected in the system.Actual Behavior
TimerInputHc
over MQTT results in no change to input state in eBUSd logs.ebusctl find -w
returnsbai TimerInputHc = no data stored
.TimerInputHc
always returnsoff
.Setup Details
1. Firmware Installation
2. WiFi Connection
3. eBUSd Docker Configuration
Docker Compose:
eBUSd Log Output:
4. MQTT Configuration
Debugging Attempts
Defined
TimerInputHc
for Writing:ebusctl find -w
but reportsno data stored
.Tried Writing
TimerInputHc
via MQTT:ebusd/bai/TimerInputHc/set
Messages sent:
{ "value": { "value": "1" } }
\Log response:
Questions & Help Needed
TimerInputHc
appear writable but cannot be modified?TimerInputHc
?Would appreciate any guidance or troubleshooting steps to resolve this issue!
References
Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions