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
I've just installed the C6 usb stick and connected to my Vaillant TuboBlock gas heater
It's working fine, but I was not seeing the WaterPressure value neither in MQTTExplorer nor in HA
Then I did these command grabbed from another post here
➜ ~ docker exec -it `docker ps | grep ebusd | awk '{print $1}'` /bin/bash
b4d7ad18-ebusd:/# ebusctl info
version: ebusd 25.1.p20250414
update check: revision 25.1 available, vaillant/08.bai.csv: different version available
device: 192.168.1.148:9999, TCP, enhanced, firmware 1.1[6112].1[6112]
signal: acquired
symbol rate: 20
max symbol rate: 100
min arbitration micros: 1
max arbitration micros: 68
min symbol latency: 5
max symbol latency: 47
scan: finished
reconnects: 0
masters: 2
messages: 235
conditional: 3
poll: 73
update: 16
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0414;HW=7401", loaded "vaillant/bai.308523.inc" ([id_hw=7401]), "vaillant/08.bai.csv"
address 31: master #8, ebusd
address 36: slave #8, ebusd
b4d7ad18-ebusd:/# ebusctl read WaterPressure
1.629;ok
b4d7ad18-ebusd:/# ebusctl read Status
ERR: invalid position in decode
b4d7ad18-ebusd:/# ebusctl read Status01
24.0;27.0;-;22.0;26.0;off
and then I now see this value in MQTT, but not in HA
It's not updating, I've turned on the heater and the pressure should go up, but nothings happen unless I do again a manual ebusctl read WaterPressure command, it updates only in MQTT, not shown in HA
I've also copied the bai.308523.inc file in HA /config/ebusd modifying the row r1,,WaterPressure,Waterpressure,,,,"0200",,,presssensor,,,water pressure
with r1, adding configpath: /config/ebusd and restarting the ebusd addon and the c6 usb stck, but no value changing in mqtt and no sensor created in HA.
What should I do to have it updated always and also in HA?
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.
-
Hi all
I've just installed the C6 usb stick and connected to my Vaillant TuboBlock gas heater
It's working fine, but I was not seeing the WaterPressure value neither in MQTTExplorer nor in HA
Then I did these command grabbed from another post here
and then I now see this value in MQTT, but not in HA
It's not updating, I've turned on the heater and the pressure should go up, but nothings happen unless I do again a manual
ebusctl read WaterPressurecommand, it updates only in MQTT, not shown in HAI've also copied the
bai.308523.incfile in HA/config/ebusdmodifying the rowr1,,WaterPressure,Waterpressure,,,,"0200",,,presssensor,,,water pressurewith r1, adding
configpath: /config/ebusdand restarting the ebusd addon and the c6 usb stck, but no value changing in mqtt and no sensor created in HA.What should I do to have it updated always and also in HA?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions