20.09.2023, 12:44
(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: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?