-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add the Off Security Mode #199
Comments
When your home base is off, it will be visible inside home assistant as disarmed but i can try to come up with a specific service to switch into off, first i need to double check if doable. |
Yes thats correct. |
Yes because native home assistant alarm control panel doesn't have a state called |
I also vote for this one. If the alarm is in disarmed, no video/motion is being detected. The keypad panel also puts the alarm in off mode and not in disarmed. If the alarm control panel doesn't support, you can call the service to set it to off in an automation, after the panel has been put into disarmed. |
We can treat |
If possible can we display the Eufy homebase 'Off' state in HA as another custom state (so that we don't loose the also available in eufy disarmed state) and then have a way in the eufy integration to set that off custom state in the eufy homebase? The eufy keypad has the below buttons available. Off is really another custom state as far as HA is concerned. I think that would give the flexibility to be able to map between the eufy homebase states and the inbuilt HA alarm states if needed. |
I can also take a peek at the code from home-assistant how much work it is to add states there. If we could add the off state there, we could map it one-on-one. If not... then showing |
let me recap my idea;
|
I've looked into the code of So if you add the service |
releasing a new version, please get it and update here with your results. |
My home assistant is missing the service... I can't call it... |
Missing something like:
|
You are right, i fix it |
please retest |
no, apparently I have not tested this thoroughly |
Almost... I had to remove the code param.
to
|
I will test other services, this code was something new, which was not supposed to be merged :) |
I tested the different services (arm_home, arm_away, custom1, off and disarmed). |
please retest in couple of minutes with latest version, thanks |
I've tested the integration and it works without errors. |
Thanks for the help :-) now i need to publish an warning for users who don't have keypad not to use this new service :-) |
Also people without a keypad can set the alarm from to |
But if you don't own a keypad, there is no Off option in Eufy app. Did you mean, when they call off, we can redirect to disarmed? |
Sorry... I think you are right... I've connected my keypad, so I have that option. |
At least, i am sure i don't have this option :-) |
Ive tested as well. Works perfectly. Thank you for your efforts. I wasnt aware people without the keypad didnt have the off option. |
Yeap, this should be counted as discrimination, right :-) happy that it is working for both of you, enjoy |
Are you able to add the Off security mode please?
I am trying to set the 'off' security mode to match the available modes on the eufy keypad. (Arm Away, Arm Home, Custom, Off)
I am trying to set the off mode on the homebase from HA but this is not possible. Custom 1,2.3 work using the eufy services.
Arm away, arm home and disarm work using the HA alarm services.
Disarm in the Eufy app is all triggers etc off so no notifications from any device.
The off security mode enables the Eufy alarm to be in an off state but still receive notification from the doorbell etc.
The text was updated successfully, but these errors were encountered: