NubeIO / driver-bacnet

0 stars 2 forks source link

add suport for writting units to the BACnet-server over MQTT #69

Closed NubeDev closed 11 months ago

NubeDev commented 1 year ago

For AO, AIs, AVs

units | 117 |
shomaglasang commented 11 months ago

Hi mate @NubeDev , this is included in https://github.com/NubeIO/driver-bacnet/releases/tag/v0.0.49. Please check when you have time. thanks

Sample Write request payload

{"objectType":"0","objectInstance":"1","property":"117","deviceInstance":"17","mac":"192.168.15.17:47808", "value":"98"}
{"objectType":"0","objectInstance":"1","property":"117","deviceInstance":"1116","mac":"192.168.15.222:47808", "dnet":"2", "dadr":"01", "value":"63"}

Sample Read Publish message

bacnet/cmd_result/read_value/ai/1/117: { "value" : "percent" , "deviceInstance" : "17" , "mac" : "192.168.15.17:47808" }
shomaglasang commented 11 months ago

Hey mate @NubeDev will close this one.