I have added Hue Outdoor Motion sensor to HA using the zigbee stick HUSBZB-1. The sensor doesn’t detect motion, but occupancy status gets updated whenever there is a motion. I can see all the entities picked up fine in HA. The occupancy gets cleared in 15-20 sec time interval.
Below is the snap of what I see on HA. Has anyone noticed this kind of behaviour with their sensor?
I ran into the same issue, where motion based blueprints weren’t working with the Hue Motion using the HUSBZB-1 as coordinator. The blueprints would only accept *on_off, not *_occupancy, and as you found, *on_off wasn’t getting action. I ended up having to write my own script. (It’s my first day at this - pardon my coding style)