You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we were able to dynamically configure a device similar to how node-red-contrib-hubitat handles commands. My situation may be entirely indicative of my newness to Node-RED, but I've got a number of Aqara/Xiaomi HT sensors (WSDCGQ11LM) and I intend to basically configure them all the same. I use zigbee2mqtt and plan to have meaningful names/locations as part of the topics each device publishes to and would like to be able to create a single device node to receive all the Temperatures, but depending on the information set in the msg, it publishes to different devices.
Simple Example: Device node is configured with the trait Temperature Control with Query Only, device type of Sensor and name of Temperature with no room hint. Incoming msg to device contains: trait: "set", roomHint : "Office", payload: {temperatureAmbientCelsius: 21} and the Temperature device in the Office will update without affecting any other Temperature devices in, for instance, Master Bath.
The text was updated successfully, but these errors were encountered:
It would be great if we were able to dynamically configure a device similar to how node-red-contrib-hubitat handles commands. My situation may be entirely indicative of my newness to Node-RED, but I've got a number of Aqara/Xiaomi HT sensors (WSDCGQ11LM) and I intend to basically configure them all the same. I use zigbee2mqtt and plan to have meaningful names/locations as part of the topics each device publishes to and would like to be able to create a single device node to receive all the Temperatures, but depending on the information set in the
msg
, it publishes to different devices.Simple Example: Device node is configured with the trait Temperature Control with Query Only, device type of Sensor and name of Temperature with no room hint. Incoming
msg
to device contains:trait: "set"
,roomHint : "Office"
,payload: {temperatureAmbientCelsius: 21}
and the Temperature device in the Office will update without affecting any other Temperature devices in, for instance, Master Bath.The text was updated successfully, but these errors were encountered: