BSB-LAN icon indicating copy to clipboard operation
BSB-LAN copied to clipboard

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens(TM) controller used by Elco Thision, Brötje and similar heating systems

Results 24 BSB-LAN issues
Sort by recently updated
recently updated
newest added

Here I would like to list all configurable parameters/options that should be added to the web-based configuration at some point. No need to do this right now, because if I...

Moin. I've read issue #270 , which has many hints on how to localize the software. I would like to improve the English translations, at least for the items that...

**Is your feature request related to a problem? Please describe.** When I look at the status of the heater, I can see only German descriptions of the current states. It...

Fix: avg_parameters[] will be filled with zeros right after saving to EEPROM. If all values will be equal to "0" then averages calculation will not work. Immediately reboot could help...

**BSB-LAN Version** As displayed in the web-configuration or copy from `bsb-version.h` file. ```h #define MAJOR "2" #define MINOR "1" #define PATCH "8" #define COMPILETIME "20220731102301" ``` **Architecture** The architecture BSB-LAN...

**BSB-LAN Version** #define MAJOR "3" #define MINOR "3" #define PATCH "3" #define COMPILETIME "20240227001351" **Architecture** Arduino Due **Bus system** BSB **Describe the bug** Since upgrading to the latest version (any...

**BSB-LAN Version** ```h #define MAJOR "3" #define MINOR "3" #define PATCH "2" #define COMPILETIME "20231115201023" ``` **Architecture** ESP32 **Bus system** BSB **Describe the bug** The entry of the date and...

Since a few days, the Arduino IDE now installs version 3.0.0 as the default ESP32 framework. This comes with a long, long list of breaking changes, the one most noticable...

help wanted

Forward messages to MQTT broker Relates to https://github.com/fredlcore/BSB-LAN/issues/442 In your `BSB_LAN_config.h`, set * byte LoggingMode = 4; // CF_LOGMODE_MQTT * int logTelegram = LOGTELEGRAM_ON

Fix : - Extra spaces - Harmonize - ...