Hue/MotionIntelligent/README.md

26 lines
747 B
Markdown
Raw Permalink Normal View History

2018-04-17 09:36:09 +02:00
# Intelligent Motion Sensor Ruleset
This ruleset is a configuration that turns on a
group of lights for 2 minutes
when the motion sensor registers movement.
2018-04-17 09:36:09 +02:00
It does not trigger an action, if a light in the group is already switched on.
In the night (1:00 - 6:00), it only turns on the lights dim.
2018-04-17 09:36:09 +02:00
It does not switch off the lights, if they were not switched on by the sensor.
## Devices
2019-03-26 10:48:05 +01:00
Install the memory sensor before proceding.
2018-04-17 09:36:09 +02:00
```sh
IDS="s/BASENAME/xxx/g; s/GROUP/xxx/g; s/MOTION/xxx/g; s/AMBIENT/xxx/g; s/MEMORY/xxx/g"
2018-04-17 09:36:09 +02:00
```
* `BASENAME` Basename of the ruleset
* `GROUP` ID of the group to handle
* `MOTION` ID of the motion sensor
* `AMBIENT` ID of the ambient light sensor inside the motion sensor
* `MEMORY` ID of the memory sensor