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] After upgrading to 2.2 availible metrics reduced to only 710 and 8700. #512

Closed htilly closed 1 year ago

htilly commented 1 year ago

Before submitting a bug report, please make sure that you have checked chapter 14 of the manual ("Problems and their Possible Causes"). Most problems that are reported to us can be solved by going through the solutions provided there.

6225.0 Configuration - Device family: 25   6226.0 Configuration - Device variant: 109

BSB-LAN Version As displayed in the web-configuration or copy from bsb-version.h file.

define MAJOR "3"

define MINOR "0"

define PATCH "1"

define COMPILETIME "20221101130752"

Architecture The architecture BSB-LAN is running on (Arduino Mega, Arduino Due, ESP32 NodeMCU, ESP32 Olimex EVB etc.) ESP32

Bus system Which bus BSB-LAN is running on (BSB, LPB, PPS)? LPB

Describe the bug After upgrading to 2.2 the webUI is HEAVILY reduced in the metrics that is available. Same goes for the MQTT. This is critical since Im controlling the device thru HomeAssistant and MQTT.

Before the upgrade I got the following metrics: 710,712,10000,10002,10003,10004,7760,8310,8743,740,8009,8951,8950,7730,8700,8703,8704,8830,1610,1612,1614,5020,5420,8743

This is also the list in the configuration for parameters to be logged and sent thru MQTT.

Only value received over MQTT is: 8700.00 710.00

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Logs If possible, attach or copy/paste a log of the Arduino IDE's serial monitor when performing the above actions. If the error is reproducible, do so after pressing the reset button on the board.

Expected behavior I expect all previously parameters to be reported.

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2022-11-08 at 00 23 25

Screenshot 2022-11-08 at 00 25 42

Additional context Add any other context about the problem here.

htilly commented 1 year ago

Ok, RTFM. Sending file to Frederik...