You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I go to a specific diagnostics menu on my Ariston boiler control panel, I see below message appearing on the bus:
received unknown MS cmd: 3714200102c208 / 030000ff
When I leave the menu, the message dissappears from the bus.
When the message is present on the bus, I can read it without problems with a message definition like:
However, I want to also poll this message using ebusd when the the boiler is operating normally.
I changed the command to r1, ... in order to actively poll, however, I get:
2025-12-09 11:13:27.007 [bus info] poll cmd: 3114200102c208 2025-12-09 11:13:27.119 [update error] unable to parse poll-read zone1 pump_status from 3114200102c208 / 00: ERR: invalid position
The response does not seem to contain any data.
I noticed that QQ=31, despite me configuring the message definition with explicit QQ=37. However it seems that is not put on the bus with that address
probably i'm not fully grasping how these messages work. What is the correct message definition to request this data from the zone manager?
I'm using C6 on ESP32 wifi. ebusd running in Docker in my NAS and connecting over TCP to the C6 unit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I go to a specific diagnostics menu on my Ariston boiler control panel, I see below message appearing on the bus:
received unknown MS cmd: 3714200102c208 / 030000ffWhen I leave the menu, the message dissappears from the bus.
When the message is present on the bus, I can read it without problems with a message definition like:
b,zone1,pump_status,,37,14,2001,c208,pump_status,,onoff, ....However, I want to also poll this message using ebusd when the the boiler is operating normally.
I changed the command to
r1, ...in order to actively poll, however, I get:2025-12-09 11:13:27.007 [bus info] poll cmd: 3114200102c2082025-12-09 11:13:27.119 [update error] unable to parse poll-read zone1 pump_status from 3114200102c208 / 00: ERR: invalid positionThe response does not seem to contain any data.
I noticed that
QQ=31, despite me configuring the message definition with explicitQQ=37. However it seems that is not put on the bus with that addressprobably i'm not fully grasping how these messages work. What is the correct message definition to request this data from the zone manager?
I'm using C6 on ESP32 wifi. ebusd running in Docker in my NAS and connecting over TCP to the C6 unit.
Beta Was this translation helpful? Give feedback.
All reactions