Share your use cases for this project #17
Replies: 10 comments 15 replies
-
Would be great to have a native HomeKit implementation with a relay. I have a solenoid lock on my garden gate which is controlled by an esp8266 relay board. I would love to swap out this board with an esp32 variant and pair it with an NFC reader. Hopefully this project can accommodate my setup in the future. My coding knowledge is not proficient enough to make this happen myself unfortunately. HAA has recently implemented support for esp32 so perhaps inspiration could be drawn from there. Thanks for the great project! |
Beta Was this translation helpful? Give feedback.
-
My plan is to place the NFC reader on the outside of the door (above the bell and the light switch behind a panel) and use it to open a wireless lock (Nuki). Ideally, this works not only with HomeKey but also with AirTags... (So that the children can also open the door) |
Beta Was this translation helpful? Give feedback.
-
I am looking to replace the following with this implementation. As I mentioned earlier, I would like to add the visual (led) and audible (buzzer) confirmation that I can control once an authorised tag has been read by home assistant. https://github.com/adonno/tagreader Thanks @rednblkx awesome work on this, something I have been waiting for since homekey was announced. |
Beta Was this translation helpful? Give feedback.
-
From your perspective, what is the standard procedure for HomeKey functionality? |
Beta Was this translation helpful? Give feedback.
-
i have a potential use case for giving my mailbox homekey support with an electric drop bolt lock. |
Beta Was this translation helpful? Give feedback.
-
Simply with a Nuki https://forum.smartapfel.de/forum/thread/9036-apple-home-key/?postID=149903#post149903 |
Beta Was this translation helpful? Give feedback.
-
How I plan to use it: Put the reader at my front door. When card scanned successfully, event in Home Assistant unlocks the door. Surprising, right? 😉 But a few things which I'd love to implement and need to see how they pan out:
|
Beta Was this translation helpful? Give feedback.
-
For my use case, the ESP-Home Reader only needs to take care of the NFC communication, there is no access logic on the ESP itself. For each successfully read device, a unique ID is sent via MQTT to a central unit, which contains the entire access logic (such as time-dependent access profiles). The central instance evaluates the UID, checks the associated profile and sends corresponding triggers for actions to the ESP via MQTT. It should therefore be possible to configure 2-3 outputs on the ESP and link them to MQTT topics. In addition, 1-2 inputs that publish an MQTT topic would be useful. There should be TLS and at least some basic password protection for the ESP web interface. Since the ESP is inevitably located near the door, it makes sense to operate things like door openers, light switches, doorbells, etc. directly with GPIOs on this ESP, which would make additional hardware (another ESP) obsolete. I am only concerned here with the ESP part, the central components and logic as well as the interfacing to the actuators (e.g. relays for door openers) are not the subject of this project. |
Beta Was this translation helpful? Give feedback.
-
I wanna use it to activate the electric door opener for a gate (and house entrance door) of a apartment building. One reader at the gate, a second one on the house entrance door. Both are always closed, but never locked. I would prefer to display them as locked in HomeKit, temporarily "unlock" them and then go back to locked state. I got two sets of ESP32, PN532 and a relay. The relay can be be connected to the existing door opener wires. Seems like the version from @Maxime0506 would fit my needs. But there is no binary, and I wasn't able to build one. @rednblkx Any idea when HomeKey could become part of ESPHome? Or is there a chance you might add a delay for the GPIO actions? Thanks for the project! |
Beta Was this translation helpful? Give feedback.
-
You should add a gpio pin for the proximity sensor or magnetic sensor, it will recognize when the door reaches the closing point, after 0.5s 1s it will close the mechanical lock and lock on the homekit. |
Beta Was this translation helpful? Give feedback.
-
I see people with various use cases or ideas of use cases like a PoE powered ESP32, integration in ESPHome, home key actioned relay module and I want to hear more about it which is the reason this discussion was created.
You can share here how you plan on using this Home Key thing and ESP32 or how are you currently using this whole thing.
Beta Was this translation helpful? Give feedback.
All reactions