JohanBendz / com.philips.hue.zigbee

Philips Hue app for Homey that uses ZigBee directly. No need for bridge.
MIT License
61 stars 43 forks source link

Motion Sensor Cooldown time #582

Open henkbart opened 3 months ago

henkbart commented 3 months ago

Hello, I got a Philips Hue Motion Sensor with your app for the Homey without a Bridge. It is working fine, but i want to fine-tune it. With the Bridge you can change the Motion Cooldown time (the time that the sensor is showing motion), But in your app i only can set the Sensor Sensitivity to Low or High. And not the Cooldown time. Is it possible to add this to your app?? Thank you Henk

JohanBendz commented 3 months ago

Hi @henkbart, there is two versions of the driver, one that use the Occupancy feature and one that use the motions detection feature. The Occupancy mode use the sensors ability to report when there is no longer any motion/occupancy detected, the motion mode use a timer.

I have only added never models of the sensor to the Occupancy mode.. perhaps I should add them to both and people will have to choose device depending on what mode they want.. or add both modes to the latest driver.. hmm, I'll have to think about it.. any thoughts are welcome.