BiancoRoyal / node-red-contrib-bacnet

maintained by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-bacnet
MIT License
24 stars 16 forks source link

BACNet Write - Multistate Value from Home Assistant #41

Closed koerby closed 2 months ago

koerby commented 3 months ago

Hey, how it works that i can write an number "value" from node-red into bacnet? II wont write a multistatevalue from a dropdown button with state (Auto, Aus, Eco, Comfort; Protection).

I will write of the present value, so object type is 19, property 85, app-tag 2 and value can be 1-5,

How can i send an msg.payload on the value?

koerby commented 2 months ago

Okay it's done, sorry for that.

Change from String to Number and a function to make it work.

image

image