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
225 stars 84 forks source link

Sensors from VBUS Resol Solar system #347

Closed proasnet closed 3 years ago

proasnet commented 3 years ago

Hi, is possible add a reading sensors from Solar Systems, Resol Deltasol? I think that one way is add this code https://www.arduino.cc/reference/en/libraries/vbus-arduino/ as own to custom.h, but is possible add his sensors for logging? Serial data is possible read by one serial Rx with easy converter. Thank you.

fredlcore commented 3 years ago

To me, this looks a bit too specific to include it into the general code. Until there is more general interest, I would suggest you add it via the _custom.h functions. There are user-defined variables custom_longs and custom_floats which you can use and then also log them via parameter numbers 20800. If you have a working solution, we can add this example to the manual so others can also benefit from it.