'Collecting multiple sensor values from same Bacnet controller
I have managed to setup both BACnet and MQTT connectors and produce a data flow to both MQTT and dashboard. However I am unsure of the exact syntax I need to use in my bacnet.json for pulling multiple sensors in the same BACnet controller. Any pointers or assistance would be appreciated.
Solution 1:[1]
You can find sample config files in the documentation: https://thingsboard.io/docs/iot-gateway/config/bacnet/
Solution 2:[2]
I'm guessing that you're probably referring to setting up several "attributes" (/BACnet 'objects'/controller 'points'):
https://thingsboard.io/docs/iot-gateway/config/bacnet/#key-settings-for-attributes
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | mdeuchert |
Solution 2 | DennisVM-D2i |