Vaillant protocol question #658
Replies: 3 comments 1 reply
-
Good morning. I am looking to the feature "connecting WOLF Gastherme CGB-K 20" via ebus to my smarthome System. For several reasons, I am looking for a TASMOTA based solution. PLease be so kuind and provide some further information about your way to connect "Ebus Adapter 1.6 atached to a WT32-ETH01 with Tasmota and SML decoder." |
Beta Was this translation helpful? Give feedback.
-
You have to compile the Tasmota esp32 firmware with Script support. There is no pre-compiled ethernet firmware with script support. https://tasmota.github.io/docs/Smart-Meter-Interface/#meter-definition My Script:
|
Beta Was this translation helpful? Give feedback.
-
you have to compile SML support too: https://tasmota.github.io/docs/Smart-Meter-Interface/ All in all I would not suggest following that path. Another way for Vaillant boilers is to buy a opentherm board (<100€ in the Netherlands) and talk via a simple pcb with a Arduino or ESP. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've got a Vaillant ecoTEC plus VC 206/5-5 and VRC470/4 mounted directly into the burner. I managed to get data via Ebus Adapter 1.6 atached to a WT32-ETH01 with Tasmota and SML decoder.
After dumping incoming data and comparing it to the protocol vaillant_ebus_v0.6.0.pdf, I wasn't able to find data on the "right" places.
The "B5h 10h - Operational Data from Room Controller to Burner Control Unit" says that lead and service target temps are at byte 08 and 09, but in my data there is always 00 FF
10 08 b5 10 09 00 00 00 ff ff ff 01 00 00 26 00 01 01 9a 00
Besides the B5h 10h 09h there is a second block with data length 03h:
10 08 b5 10 03 05 ff 01 98 00 01 01 9a 00
which isn't documented.
Does anyone have an idea how to decode my data?
Beta Was this translation helpful? Give feedback.
All reactions