Back to TOC
Back to chapter 8


9. Excursus: Reading Out New Parameter Telegrams

If your heating system has parameters which aren’t implemented in BSB-LAN yet, you can help us to make BSB-LAN even better. For that you have to use the serial monitor of the ArduinoIDE and read out the specific telegram / command ID of each parameter including the state or value which is present at the time you are getting that command ID and the different options (if available). Here are some instructions and explanations how to do it, please read it completely before you start.

To now read out the telegram / command ID of a new parameter, all you need is to connect your microcontroller to a Laptop/PC via USB while it is connected to your heating system and follow these steps (BSB only, LPB is similar, but telegram structure is a bit different):

Important:
Write down the command ID with the specific name and unit (if available) of the new function. If you also read out the different optional settings for a new parameter, don’t forget to also write it down. In the end you should have a list which exactly shows the specific command ID together with the name of the parameter, the state or shown value at the time you read it out and (if available) the unit (like degrees or so). The same goes for the optional settings. Your work will be useless if e.g. you just write down the command ID togehter with the name of the new parameter - because then we still don’t know what the specific command ID means (in terms like on/off etc.).


ko-fi


Further on to chapter 10
Back to TOC