Indentify tag id with the Zipato/beNext TagReader
Posted: Thursday 18 August 2016 20:04
Is-it possible to add a way to identify the tag id who active/desactive the tagreader in domoticz.
When I look in the zwave log, I found this :
2016-08-18 19:56:22.593 Detail, Node006, Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x01, 0x6c
2016-08-18 19:56:22.593 Detail,
2016-08-18 19:56:22.593 Info, Node006, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Access Control event:6, status=255
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=6, new value=6, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Notification: ValueChanged
2016-08-18 19:56:22.593 Detail, Node006, Notification: ValueChanged
2016-08-18 19:56:22.594 Detail, Node006, Notification: ValueChanged
2016-08-18 19:56:22.594 Detail, Node006, Notification: ValueChanged
I guess it's possible to extract the tag id in the received data.
I have 3 tags, each of them have a differents code :
Exemple :
Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x01, 0x6c
Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x02, 0x6f
Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x04, 0x69
When I look in the zwave log, I found this :
2016-08-18 19:56:22.593 Detail, Node006, Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x01, 0x6c
2016-08-18 19:56:22.593 Detail,
2016-08-18 19:56:22.593 Info, Node006, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Access Control event:6, status=255
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Refreshed Value: old value=6, new value=6, type=byte
2016-08-18 19:56:22.593 Detail, Node006, Changes to this value are not verified
2016-08-18 19:56:22.593 Detail, Node006, Notification: ValueChanged
2016-08-18 19:56:22.593 Detail, Node006, Notification: ValueChanged
2016-08-18 19:56:22.594 Detail, Node006, Notification: ValueChanged
2016-08-18 19:56:22.594 Detail, Node006, Notification: ValueChanged
I guess it's possible to extract the tag id in the received data.
I have 3 tags, each of them have a differents code :
Exemple :
Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x01, 0x6c
Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x02, 0x6f
Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x06, 0x01, 0x04, 0x69