Node-RED nodes for hubitat

You can access the data in a function node like this:

msg.payload["homeAssistant"]["states"]["person.mike"]["state"]

OR can use some JSONATA magic.. like this:

edit: the JSONATA probably won't work since "person.mike" is a key... but it is a cool trick anyway.

2 Likes