I'm mounting it by my front door and will be using the RFID tags to arm and disarm an alarm system - I have motion sensors, door contacts and a siren all in Axial. You just press 'home' or 'away', wave the tag and done.
Now I have the tag working, my initial tests have been pretty positive - it's consistant and responsive to state changes.
I figured if it could also double as a wall-mounted scene controller to turn off lights, open the garage, etc. that would be a very nice bonus.
As well as the scene control, a couple of other things don't quite work correctly:
1) As I understand it from the documentation, the controller is meant to send some kind of acknowledgement back to the card reader after a lock/unlock state change - the tag reader then uses the feedback to generate an audiable alert to confirm to the user arming/disarming - right now I am not getting the audio confirmation (I double-checked the parameters are correct)
2) I cannot change the state of the tag reader (lock/unlock) from within Axial. I think it's a hardware limitation because I think the reader goes to sleep to conserve battery power and thus is not awake and 'listening' for state changes
3) To get round point 2, I'm using a virtual device to control alarm arming/disarming. The problem with this is that the tag reader and virtual device can potentially get out of sync. I could work around this if Axial would let me automate based on the timestamp of a value. Example: If the tag reader was in the 'locked' state and I 'locked' it a second time, I would like that to be reflected in Axial. Right now Axial doesn't update anything when I repeat the existing state: the 'most recent change' doesn't update, nor any of the values or their time stamps. However, the keypad and Axial do seem to be communicating on the back end. Here's what happened when I 'locked' the system when it was already 'locked' (with node auditing turned on). You can see Axial sees and processes the event (1/23/2018 12:14:16 PM: The lock is engaged (locked)!) but nothing actually updates in the GUI:
--- BEGIN ---
1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: ALARM_REPORT
Version: 1
Data: 00,FF,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Unknown alarm_type of 0 found for node 48.
1/23/2018 12:14:16 PM: Alarm_level 255 received from node 48
1/23/2018 12:14:16 PM: Found zwaveAlarmType of `0` with event of `0`
1/23/2018 12:14:16 PM: Unrecognized alarmType 0 with event 0
1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: ALARM_REPORT
Version: 2
Data: 00,FF,0,On,Access Control,05,01,01,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Unknown alarm_type of 0 found for node 48.
1/23/2018 12:14:16 PM: Alarm_level 255 received from node 48
1/23/2018 12:14:16 PM: Unprocessed parameter Zensor_Net_Source_Node_ID, value=0 from node 48 alarm_report
1/23/2018 12:14:16 PM: Unprocessed parameter ZWave_Alarm_Status, value=255 from node 48 alarm_report
1/23/2018 12:14:16 PM: parameter ZWave_Alarm_Type, value=6 from node 48 alarm_report
1/23/2018 12:14:16 PM: zwave_alarm_type set with value of 6 from value 6
1/23/2018 12:14:16 PM: parameter ZWave_Alarm_Event, value=5 from node 48 alarm_report
1/23/2018 12:14:16 PM: Unprocessed parameter Number_of_Event_Parameters, value=1 from node 48 alarm_report
1/23/2018 12:14:16 PM: Unprocessed parameter Event_Parameter, value=1 from node 48 alarm_report
1/23/2018 12:14:16 PM: Found zwaveAlarmType of `6` with event of `5`
1/23/2018 12:14:16 PM: Processing ENTRY EVENT
1/23/2018 12:14:16 PM: The lock is engaged (locked)!
1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: NOTIFICATION_REPORT
Version: 3
Data: 00,FF,00,On,Access Control,05,1,0,false,01,,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: NOTIFICATION_REPORT
Version: 4
Data: 00,FF,00,On,Access Control,05,1,0,false,01,,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: NOTIFICATION_REPORT
Version: 5
Data: 00,FF,00,On,Access Control,05,1,0,false,01,,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: NOTIFICATION_REPORT
Version: 6
Data: 00,FF,00,On,Access Control,05,1,0,false,01,,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: NOTIFICATION_REPORT
Version: 7
Data: 00,FF,00,On,Access Control,05,1,0,false,01,,{113 5 0 255 0 255 6 5 1 1 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Node Audit:
Node: 48
Command: WAKE_UP_NOTIFICATION
Version: 1
Data: {132 7 }
Received: 1/23/2018 12:14:16 PM 1/23/2018 12:14:16 PM: Device 48 woke up
---END---
It is battery powered, not hard-wired.
Thanks again