Now i have a LM with an 1-wire rfid reader RF9092L2A-M12-13.56 to read my 13.56mhz rfid tags to do some stuff (open doors / disable alarms).
But now i like to use an Airtag to disable my alarm. Is there a reader thats i can use with my LM? or maybe another solution is to use the BLE option in the airtag?
28.07.2023, 13:55 (This post was last modified: 28.07.2023, 14:02 by Joep.)
(27.07.2023, 14:05)gjniewenhuijse Wrote: Hello,
Now i have a LM with an 1-wire rfid reader RF9092L2A-M12-13.56 to read my 13.56mhz rfid tags to do some stuff (open doors / disable alarms).
But now i like to use an Airtag to disable my alarm. Is there a reader thats i can use with my LM? or maybe another solution is to use the BLE option in the airtag?
Use Automation on your iPhone and choose NFC tag to create an automation. Next you can get the info of an url. This url should be the remote protocol from your LM where you can write some value to some group address. Also you can use this automation with Siri.
Now i have a LM with an 1-wire rfid reader RF9092L2A-M12-13.56 to read my 13.56mhz rfid tags to do some stuff (open doors / disable alarms).
But now i like to use an Airtag to disable my alarm. Is there a reader thats i can use with my LM? or maybe another solution is to use the BLE option in the airtag?
Use Automation on your iPhone and choose NFC tag to create an automation. Next you can get the info of an url. This url should be the remote protocol from your LM where you can write some value to some group address. Also you can use this automation with Siri.
I know that way to make an automation in IOS. But thats not what i want. I have an airtag with my keys and like to put that in front of a reader thats in my house.
Now i have a LM with an 1-wire rfid reader RF9092L2A-M12-13.56 to read my 13.56mhz rfid tags to do some stuff (open doors / disable alarms).
But now i like to use an Airtag to disable my alarm. Is there a reader thats i can use with my LM? or maybe another solution is to use the BLE option in the airtag?
Anyone some advice?
I got the same rfid reader as you do, but nothing happens when I connect it to my Reactor IO v2, am I missing something?
The reader itself won't be visible in the device list. Only when an RFID is read a temporary device will appear. The ID of this device will contain the read RFID ID.
You can poll the device list via a script. Adjust the polling time as needed.
(20.09.2023, 06:07)admin Wrote: The reader itself won't be visible in the device list. Only when an RFID is read a temporary device will appear. The ID of this device will contain the read RFID ID.
You can poll the device list via a script. Adjust the polling time as needed.
Code:
123
require('ow')
list = ow.list()
log(list)
Thanks a lot, it got me started.
Now i got an ID: 01.CE6371690000
And it shows up in the 1-Wire tab, but when i click it it says: "Configuration for this device family is not implemented yet"
How do I use that info in combination with Groupaddresses?
You need to create a resident script that executes ow.list() every second or so. Then you can perform required action when a device with a given ID is present or not.
(20.09.2023, 12:51)admin Wrote: You need to create a resident script that executes ow.list() every second or so. Then you can perform required action when a device with a given ID is present or not.
A bit out of my comfort zone
Do you have any example code, in that direction to get me started?
(20.09.2023, 12:51)admin Wrote: You need to create a resident script that executes ow.list() every second or so. Then you can perform required action when a device with a given ID is present or not.
A bit out of my comfort zone
Do you have any example code, in that direction to get me started?
(20.09.2023, 12:51)admin Wrote: You need to create a resident script that executes ow.list() every second or so. Then you can perform required action when a device with a given ID is present or not.
A bit out of my comfort zone
Do you have any example code, in that direction to get me started?
25.09.2023, 08:08 (This post was last modified: 25.09.2023, 08:15 by RomansP.)
You need to create a group objects that controls your door lock (the group name is 'open' in this example), then add the id (the variable open_lock is for this purposes), then each time you will scan the device it will opens the door. In the same style you can add more different id for different group objects. (After changes do not forget to disable/enable the resident script)
The original question:
Hello,
Now i have a LM with an 1-wire rfid reader RF9092L2A-M12-13.56 to read my 13.56mhz rfid tags to do some stuff (open doors / disable alarms).
But now i like to use an Airtag to disable my alarm. Is there a reader thats i can use with my LM? or maybe another solution is to use the BLE option in the airtag?
Anyone some advice?
AirTags have Bluetooth but the address changes constantly for privacy reasons so it's not possible to use this way. There's another solution but it requires having a Mac constantly on to proxy data: https://github.com/MartinPham/FindMySync