This is the result of first a short press on the Left 1 button to start the down motion:
Code: Select all
2015-11-16 09:42:29.883 Detail,
2015-11-16 09:42:29.875 Detail, Node016, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x10, 0x06, 0x31, 0x05, 0x04, 0x22, 0x05, 0x10, 0xe6
2015-11-16 09:42:29.883 Detail,
2015-11-16 09:42:29.883 Info, Node016, Received SensorMultiLevel report from node 16, instance 1, Power: value=129.6W
2015-11-16 09:42:29.883 Detail, Node016, Refreshed Value: old value=0.0, new value=129.6, type=decimal
2015-11-16 09:42:29.883 Detail, Node016, Changes to this value are not verified
2015-11-16 09:42:29.883 Detail, Node016, Notification: ValueChanged
.. and then I press the right 1 button a little longer and then release it. it will stop the down motion after release:
Code: Select all
2015-11-16 09:42:35.626 Detail, Node016, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x10, 0x03, 0x26, 0x03, 0x16, 0xd2
2015-11-16 09:42:35.626 Detail,
2015-11-16 09:42:35.626 Info, Node016, Received SwitchMultiLevel report: level=22
2015-11-16 09:42:35.626 Detail, Node016, Refreshed Value: old value=0, new value=22, type=byte
2015-11-16 09:42:35.627 Detail, Node016, Changes to this value are not verified
2015-11-16 09:42:35.627 Detail, Node016, Notification: ValueChanged
2015-11-16 09:42:35.768 Detail, Node016, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x10, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xf3
2015-11-16 09:42:35.768 Detail,
2015-11-16 09:42:35.768 Info, Node016, Received SensorMultiLevel report from node 16, instance 1, Power: value=0.0W
2015-11-16 09:42:35.768 Detail, Node016, Refreshed Value: old value=129.6, new value=0.0, type=decimal
2015-11-16 09:42:35.769 Detail, Node016, Changes to this value are not verified
2015-11-16 09:42:35.769 Detail, Node016, Notification: ValueChanged
Same steps but now the opposite way:
Code: Select all
2015-11-16 09:43:02.670 Detail, Node016, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x10, 0x06, 0x31, 0x05, 0x04, 0x22, 0x05, 0x0f, 0xf9
2015-11-16 09:43:02.670 Detail,
2015-11-16 09:43:02.671 Info, Node016, Received SensorMultiLevel report from node 16, instance 1, Power: value=129.5W
2015-11-16 09:43:02.671 Detail, Node016, Refreshed Value: old value=0.0, new value=129.5, type=decimal
2015-11-16 09:43:02.671 Detail, Node016, Changes to this value are not verified
2015-11-16 09:43:02.671 Detail, Node016, Notification: ValueChanged
Code: Select all
2015-11-16 09:43:05.644 Detail, Node016, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x10, 0x03, 0x26, 0x03, 0x0b, 0xcf
2015-11-16 09:43:05.645 Detail,
2015-11-16 09:43:05.645 Info, Node016, Received SwitchMultiLevel report: level=11
2015-11-16 09:43:05.645 Detail, Node016, Refreshed Value: old value=22, new value=11, type=byte
2015-11-16 09:43:05.645 Detail, Node016, Changes to this value are not verified
2015-11-16 09:43:05.645 Detail, Node016, Notification: ValueChanged
2015-11-16 09:43:05.823 Detail, Node016, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x10, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xf3
2015-11-16 09:43:05.824 Detail,
2015-11-16 09:43:05.824 Info, Node016, Received SensorMultiLevel report from node 16, instance 1, Power: value=0.0W
2015-11-16 09:43:05.824 Detail, Node016, Refreshed Value: old value=129.5, new value=0.0, type=decimal
2015-11-16 09:43:05.824 Detail, Node016, Changes to this value are not verified
2015-11-16 09:43:05.824 Detail, Node016, Notification: ValueChanged
The screen is associated with the remote control so put the devicenumber in group 2 to associate it with button 1.
Let me know when you need more info.
Jos