Question about node-red-contrib-hubitat

I want to develop a flow which monitors a motion sensor in my Habitat. I've tried using the device and events nodes without success. I get payload information when I send a active command to the device using the device node but if the motion sensor changes within Habitat, I do not get any info from the NR nodes. Am I using the correct nodes? If so, any idea why I'm not getting and info from HE to NR?

I'm able to do this successfully with hue and ring motion sensors, but not with ring camera motion alerts. What motion sensors are you using? Can you post your flow for me to compare to mine? Then, I'll see if I can spot the issue.

I haven't developed my flow yet. I was testing using a virtual motion sensor in HE. The virtual sensor in HE shows active when I pass a command from NR. But the sensor in HE is set to automatically reset to inactive after 1 minute. It does change in HE, but I never get a response in NR so am unable to take any action when the sensor goes back to inactive.

Just clarifying

Command node is for sending a command to a hubitat device on/off/actve/inactive

Device node is for getting the state of a hubitat device. It operates in 2 modes.

  1. On demand with input/inject as the trigger to generate a message output.
  2. Realtime. You have to check the box on the device node "Send Events" this will generate an output message when the hubitat device changes state.

The second mode is where is sounds like your getting hung up.

If you need further help, this thread on the hubitat forum is monitored by the developer and many helpful users. Node-RED nodes for hubitat - Node-RED - Hubitat