I am using battery powered sensor. You are right, the senors will in sleep mode most of the time, but I don’t want to miss it when it’s awake. So I need to constant poll the device.
I see. Generally, the wake-up cycle is pretty quick (i.e. seconds); Vera actively sends the device back to sleep, so especially if Vera has nothing to say to the device it won’t be awake long.
Alternatively, you could try and catch it with watching the [tt]LastWakeup[/tt] variable ([font=courier]luup.variable_watch/font).