node-red-contrib-hubitat
node-red-contrib-hubitat copied to clipboard
Feature Request: Include a device's room in the json
Each device in Hubitat has an optional Room assignment. I'd like to see that data element returned with status messages from the "events" node. My use case would be to use the room as the prefix to mqtt topic, and then be able to organize my flows better by room. This might need to be done in the Maker API on the Hubitat side, but I thought I try asking here first.
Some sort of static (device,room) map might work too. As long as it re-cached all the data periodically, I could look up the room for any device before putting into mqtt without a round-trip to query Hubitat.
Thanks for consideration