fredlcore / BSB-LAN

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens® controller used by Elco®, Brötje® and similar heating systems
222 stars 84 forks source link

[BUG] decoding error for parameter 6224 #526

Closed DE-cr closed 1 year ago

DE-cr commented 1 year ago

BSB-LAN Version 3.0.3-20221119003550

Architecture ESP32 NodeMCU

Bus system BSB

Describe the bug /6224 shows on my system (boiler=SPK14B): 6224 Uhrzeit - Geräte-Identifikation: 52565334332E3132322F32303000000000 - decoding error

fredlcore commented 1 year ago

Again, there was an already fixed error. This time in the generation of the _custom_defs.h, so apparently you are using one where this output was still a problem. You can fix this one yourself by setting the type of 6224 to VT_STRING. If you want to continue checking every parameter, please contact me for an up to date _custom_defs.h, so we can avoid opening and closing issues that are already taken care of.