Good morning!
I’ve been trying to play around with the LZW60 4-1 sensor as I was hoping to replace all of my motion sensors with these devices in the near future. However, while for the most part the device works quite well, I cannot configure the PIR Timeout at all… I can configure everything else with ease, but reviewing the log files the only configuration parameter my server sends it during the wake up period is the default 30, and I’m never sending this value. I went as far as trying to force the config I wanted by manually editing the config file and re-adding the sensor, this also did not work.
30 seconds is pretty useless for my current set up and I’d love to set it to 5 seconds, but I’m unable to.
Here’s a log entry where it was successful in editing the PIR Sensitivity (Parameter 12) from 9 to 6:
2020-05-01 09:03:00.006 Info, Node022, Response RTT 103 Average Response RTT 74
2020-05-01 09:03:00.006 Detail, Node022, Refreshed Value: old value=9, new value=6, type=byte
2020-05-01 09:03:00.006 Detail, Node022, Changes to this value are not verified
2020-05-01 09:03:00.006 Info, Node022, Received Configuration report: Parameter=12, Value=6
2020-05-01 09:03:00.006 Detail, Node022, Expected reply and command class was received
2020-05-01 09:03:00.006 Detail, Node022, Message transaction complete
I then queued up my config change to release once the device woke up 60 seconds later (set time really low while troubleshooting):
2020-05-01 09:03:00.036 Detail,
2020-05-01 09:03:00.036 Detail, Node022, Removing current message
2020-05-01 09:03:00.036 Detail, Node022, Notification: Notification - Node Asleep
2020-05-01 09:03:41.058 Info, Node022, Value::Set - COMMAND_CLASS_CONFIGURATION - PIR Trigger Time (seconds) - 13 - 1 - 5
2020-05-01 09:03:41.058 Info, Node022, Configuration::Set - Parameter=13, Value=5 Size=1
2020-05-01 09:03:41.059 Detail,
2020-05-01 09:03:41.059 Detail, Node022, Queuing (WakeUp) ConfigurationCmd_Set (Node=22): 0x01, 0x0c, 0x00, 0x13, 0x16, 0x05, 0x70, 0x04, 0x0d, 0x01, 0x05, 0x25, 0x9a, 0x31
2020-05-01 09:03:41.059 Detail,
2020-05-01 09:03:41.059 Detail, Node022, Queuing (WakeUp) ConfigurationCmd_Get (Node=22): 0x01, 0x0a, 0x00, 0x13, 0x16, 0x03, 0x70, 0x05, 0x0d, 0x25, 0x9b, 0x35
2020-05-01 09:03:59.877 Detail, Node022, Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x16, 0x02, 0x84, 0x07, 0x64
2020-05-01 09:03:59.877 Detail,
2020-05-01 09:03:59.877 Info, Node022, Received Wakeup Notification from node 22
And here’s where it’s supposed to be configuring Parameter 13 to 5 seconds from 30:
2020-05-01 09:03:59.940 Info, Node022, Response RTT 37 Average Response RTT 55
2020-05-01 09:03:59.940 Detail, Node022, Refreshed Value: old value=30, new value=30, type=byte
2020-05-01 09:03:59.940 Detail, Node022, Changes to this value are not verified
2020-05-01 09:03:59.940 Info, Node022, Received Configuration report: Parameter=13, Value=30
2020-05-01 09:03:59.940 Detail, Node022, Expected reply and command class was received
2020-05-01 09:03:59.940 Detail, Node022, Message transaction complete
2020-05-01 09:03:59.940 Detail,
2020-05-01 09:03:59.940 Detail, Node022, Removing current message
2020-05-01 09:03:59.940 Detail, Node022, Notification: ValueChanged
Installation and configuration done exactly as instructed here including modification of manufacturer_specific.xml and inclusion of lzw60 config .xml file. Removed the sensor and readded it a solid 10 times minimum post installation as well.
Does anyone have any ideas?