Pass a BACnet value from Node red to Home assistant

You can not give the full json like that to HA.

  • I recommend using a mqtt_publish then to send everything to mosquitto broker and configure it in the mqtt section of your configuration.yaml to decode all parts.
  • Or, just use the service input_number.set_value to set an input_number’s value to the yellow part of your payload.

MQTT is probably the most elegant solution as it allows to create a sensor with attributes that will display really nicely in HA.

Have a look at this post: