-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Feature] Configurable off-delay
for Doorbell Pressed Event
#62
Comments
I'm not sure if this can be solvable without an update on the integration itself, probably through a custom configuration on the MQTT |
The But it would also be pretty easy to make this configurable... I can probably add it soon... Just out of curiosity, why would you want the delay to be longer? I implemented it like this because I imagined people would use it as a trigger (trigger when state changes from "clear" to "motion"), so it doesn't really matter how long it stays on "motion"... What use case do you have? |
Thanks for the fast response @matijse, my use-case is I show the last screenshot from my doorbell on my wallpanel in a conditional lovelace panel, so when the doorbell pressed trigger switches back to |
off-delay
for Doorbell Pressed Event
Sounds more like #23 |
@skank01 I don't agree those two are the same, even if the last image is fixed, right now we have no way of configuring |
@erincinci Nice solution! Makes sense to do it this way. Since it was very easy to implement, I just created a release that has this option. (Building now...). See here on how to configure this if you use the Docker image: https://github.com/matijse/eufy-ha-mqtt-bridge#configuration. For the add-on, I think maybe some extra configuration option needs to be made available, if so @MaxWinterstein can you check this? @skank01 This has nothing to do with the images itself, that is a separate problem, which is harder to solve... Time is limited unfortunately :( |
Thanks a lot @matijse, appreciate the fast implementation! |
@matijse and I found a nice way to automate nearly everything on these 'simple updates'. Just one manually approve from my side and it is done. But you are welcome to test it now :) (might need to manually reload repositories via the three dots in the upper right as there is some caching involved) |
Update: Did not see the new config option, should have read all notifications before 🙄 |
Update2: Should be possible to configure now. I am in a little hurry, so just quick tested. please provide feedback if it works. |
After the update to 1.16 in the Home Assistant Supervisor Add On, the Add On won't load unless you add the new option to the coniguration.
Without it, this error appears in the Supervisor Logs: |
Just updated the add-on and verified the feature is working (I added the config manually) 🎉 Thanks a lot folks! @MaxWinterstein do we need to set the default config to include new configuration for fixing @Snuffy2 's problem? |
D'oh >.<
Yes, seems so. I thought the documentation https://developers.home-assistant.io/docs/add-ons/configuration/#options--schema allowes for optional values, but this seems to be not working for dicts. Release |
@Snuffy2 |
Fingers crossed, update is available ✌️ |
Thanks @MaxWinterstein working for me. But probably somebody without the config should test the update sequence. |
Hey, great work on the integration, completes the missing features from the other unofficial Eufy integration, thanks for that.
Also, it's great to have the doorbell pressed event so that we can use it in multiple automation/scenarios (like showing the last doorbell image on doorbell pressed). Would be much better if we would be able to configure the timeout in seconds for the doorbell event, or at least to set it to longer by default since right now it goes back to the
off
state quite quickly (in 1-2 seconds). Thanks!The text was updated successfully, but these errors were encountered: