-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two questions #15
Comments
I just added the lock with a WT32-ETH01. Here is my yaml: https://github.com/KlausHans/Esphome-Yamls/blob/main/eqiva-lock.yaml
Works very well so far. I don't use the app though. |
Thank you very much for your answer. Looking at your yaml it is almost the same as mine. |
I want the opposite of this. I want to be able to use the iPhone app just in case something goes wrong in the infrastructure and the lock cannot be triggered through the ESPHome device. |
First of all, thank you very much for sharing your knowledge that helps the rest of us to be able to install these devices at home. I installed the Eqiva lock yesterday and it works quite well. I followed the steps in the video https://youtu.be/Ev7GehI4arM?si=q-5MG-ZeTJwoDtOR which explains it quite well, but there are two topics in which I have doubts:
1.It seems that the Eqiva and Esphome app are incompatible, or one or the other works but not both simultaneously. It's not that I care much because the one I really want to work well is with Esphome. The problem is that it randomly disconnects from esphome and then the app works. So that this does not happen and it is always connected to esphome, I have set the continuous parameter to true in the esp32_ble_tracker component at the risk of consuming more battery. I suppose the other option is to delete the app but I would like to have it as a backup just in case. Is that so or am I wrong?
2.The example code is based on Wi-Fi, in my case I installed it on an ESP32 WT32-ETH01 board so I modified the example code somewhat by removing the Wi-Fi component and adding the Ethernet. Do you know if we need to add something else that is not in the example code?
Again congratulations for your great work.
Greetings and thanks.
The text was updated successfully, but these errors were encountered: