NubeIO / driver-bacnet

0 stars 2 forks source link

Update name, presntValue and each priority #22

Closed NubeDev closed 1 year ago

NubeDev commented 1 year ago

Make it so user can update point names and values over MQTT

Write 100@pv

object/address/write/pv/100

Write 100@1

object/address/write/pri/1/value/100

Write null@16 write--priority--number--NULL

object/address/write/pri/16/null

Write null from 1 to 16 as n set all to null

object/address/write/pri/16/all

in config file please enable an option to set persistent to true

https://www.hivemq.com/blog/mqtt-essentials-part-7-persistent-session-queuing-messages/

As its good if we can persist the bacnet point names and values on restart of the bacnet-server So on start the bacnet-server will connect to the broker and update all the value