I have added two z-wave PIR sensors and defined the event handler as follows:
- Respond to events
- An sensor is tripped
- What device = "sensor hall"
- What time of day <> "DAYTIME"
- Event parameter "triggered" = 255
- action: switch on a light nearby
When I trigger the sensor I get this in the ZWave logs:
05 05/14/08 0:01:16.866 alarmPIRHandler : node: 18 report: 255 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 19 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 2 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 3 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 4 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 5 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 6 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 8 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 11 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 12 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 13 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 14 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 15 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 16 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 21 <0xb68f9b90>
05 05/14/08 0:01:16.867 SendSensorTrippedEvents: wrong node ID: 18, 1 <0xb68f9b90>
Two questions:
- is the config correct ?
- what does the wrong node ID message mean ?
thanks in advance...