-
-
Notifications
You must be signed in to change notification settings - Fork 142
Can't get the value of water pressure on Protherm 40KLOM #1186
Replies: 2 comments · 5 replies
-
What type of 'system controller' do you have, you might find the value there instead? I have a Vaillant 835 Ecotec Exclusive (bai.308523.inc loads) and a VRC720f SENSOComfort (15.basv.csv loads). I can see water pressure from both (the boiler is to 3 decimal 'precision', the controller to 1) (It doesn't look like you are loading any controller files though so maybe you don't have a separate controller?) 15.basv.csv
bai.308523.inc
|
Beta Was this translation helpful? Give feedback.
All reactions
-
You also seem to have this error loading your configuration files -
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Duplicate entry was my fault, after fixing nothing changes:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I have Protherm heater, that's vaillant group device. With autoscan configuration it was like Vaillant;BAI00;0405;0803 and loaded files:
Is there some way to get the current value of water pressure (1,6 bar fo exp.) from HEX E-Bus Data? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I would think the very least likely answer is an issue with the adapter! I'm a relative novice using ebusd but have had some success. Maybe someone with far deeper knowledge can help you more quickly, but meanwhile I'm happy to try to help if I can but it's not clear to me what config is actually loaded from your last log post. If you read through 08.bai.csv, you'd expect it to not find your product ID, and the HW fallbacks neither. So I would expect bai.308523.inc and hc.mode to load but it's not evident from your latest log extract that happens, maybe later in the log? You also mentioned a custom csv - which file have you customised? Maybe try this? Go to your terminal session, type:
This gets you into the ebusd container. Type:
and share the response. Also do
and share the results? (Type 'exit' to return to the HA shell) |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes, it works:
But Ebusd Addon ignore "r,,WaterPressure,Waterpressure,,,,"0200",,,presssensor,,,water pressure"
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Solved by changing this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I'v the problem with getting value of water pressure on Protherm, other sensors work good.
I use HAOS with ebusd 23.2 add-on and custom csv.
hcmode.inc
r,,Status,Status,,,,03,,,temp;press;press;hcmode2;HEX,,, - that must return the value of water pressure, I think...
ebusd log:
unable to parse poll-read bai Status from 3108b5110103 / 00: ERR: invalid position - error with reading value of water pressure
RAW data log
2024-02-05 22:48:53.162 >3108b511010324<000000>00 - raw data of error reading water pressure
/config/ebusd-configuration/latest/en/vaillant/bai.308523.inc
Could someone help me to get the value of water pressure?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions