Merge project with ESP32-HomeKey #653
Replies: 1 comment 2 replies
-
hey @konradhuebner thank you for the idea! I'm not an iPhone user myself, so I didn't know about Homekit, but surely looks very useful to add to esp-rfid :) Merging the two projects looks pretty hard at the moment, really. I've seen a port of esp-rfid for ESP32: https://github.com/pvtex/esp32-rfid which I haven't tried yet, but it could be a good place to start if we want to evolve this project to ESP32, mainly to get a bit more stability when dealing with a lot of data. Currently though, I'll try to finish the v2 with what I have now in terms of features. I need to test all the hardware supported and if everything works ship a v2. After that I'm not sure if it's worth porting to ESP32 or doing something totally different. Surely Homekit seems very interesting, but like Homeassistant, they are systems that don't really leverage what makes esp-rfid particular, which is the ability to run completely standalone, without needing anything else to work. |
Beta Was this translation helpful? Give feedback.
-
Hey @matjack1 as you seem to be the current soul of this project: I played with esp-rfid, and even the hardware boards one can get, and I also checked out this one: https://github.com/rednblkx/HomeKey-ESP32 which supports Apple HomeKey, but also reading standard RFID tags. However, that project is also limited to one NFC reader right now. I was wondering if it doesn't make sense to build a merge of the two, and join forces. Having a local user / access control, and direct relay access feels a good thing to have. A user management is great as well. And all that with Apple HomeKey is really nice. Thoughts? Will limit to ESP32 though, but that one got so cheap that it shouldn't do any harm. Coolest ever would be a v2 of the hardware and finding some manufacturer for that.
Beta Was this translation helpful? Give feedback.
All reactions