Commit Graph

7 Commits (master)

Author SHA1 Message Date
Adrian d690fe3eba MotionIntelligent: Brighter during night 2019-03-26 11:04:16 +01:00
Adrian 6c48eeaf7f Update readmes 2019-03-26 11:01:29 +01:00
Adrian f0ad296424 Use real ZigBee addresses for sensors
* EUI-64
* First Endpoint (00 is ZigBee Device Object)
* fc00-ffff Manufacturer specific cluster (0xfc00 is used by the dimmer)
2019-03-26 10:25:48 +01:00
Adrian 3e63274261 MotionIntelligent: Add transition times 2018-04-28 00:33:24 +02:00
Adrian b572bec718 Rename MEM placeholder to avoid conflicts with modelid 2018-04-18 22:05:52 +02:00
Adrian 0c5df2411d Merge MotionSimple into MotionIntelligent
The daylight sensor check contains a bug. The correct checks would be:

	localtime in T00:00:00/T12:00:00, daylight eq false => dim
	localtime in T00:00:00/T12:00:00, daylight eq true  => bright
	localtime not in T00:00:00/T12:00:00                => bright

The daylight sensor check is irrelevant
for the daily routine and therefore removed.
2018-04-18 00:51:33 +02:00
Adrian 7ea6d42baf Add more Motion sensor rulesets 2018-04-17 11:31:30 +02:00