excaliburpartners / OmniLinkBridge

MQTT bridge, web service API, time sync, and logging for HAI/Leviton OmniPro II controllers
GNU General Public License v3.0
41 stars 24 forks source link

Edit the alarm "pop-up"? #66

Open tonynogs opened 1 month ago

tonynogs commented 1 month ago

Hi,

Does anyone know if it's possible to edit the Alarm "pop-up"? I would like to remove the "Night", "Vacation", and "Custom" options from the pop-up. Thank you.

Screenshot 2024-05-27 134828

jlipsit commented 1 month ago

Hi,

Does anyone know if it's possible to edit the Alarm "pop-up"? I would like to remove the "Night", "Vacation", and "Custom" options from the pop-up. Thank you.

Screenshot 2024-05-27 134828

Yes, once you move it to a dashboard, you edit it and you can easily select what you want it to display.

IMG_3010

tonynogs commented 1 month ago

But if you click on "DISARM", it opens up a pop up that shows all the options, right? It's the pop-up that I want to change.

tonynogs commented 1 month ago

So, I think I was unclear on what I'm looking for, and not sure this is something that can be answered here...I was to "edit out" the options "night", "vacation", and "custom" from the "more info" options. My mobile dashboard looks like this:

panel

When I click on the "Security" mushroom button, a pop up opens up (more info) that allows me to arm or disarm the system. Looks like this:

no alarm

BUT, what I really want is only the options of "disarm:", "away" or "home". Like this:

yes alarm

But I can't figure out how to disable "night", "vacation", and "custom" . Hope this makes sense? It might require me editing some yaml code somewhere, but for the life of me I can't figure out where. Thanks!

rwagoner commented 3 weeks ago

I plan to release 1.1.19 tomorrow with a mqtt_discovery_override_area option to allow customizing the modes that are shown. This version also fixes the alarm control panel compatibility issue with Home Assistant 2024.6. If you are using docker I pushed this build to the dev tag for testing.

Burketj482 commented 3 weeks ago

Will the upcoming 1.1.19 release fix this problem I now have with HA 2024.6 when I try to use the alarm control panel: Failed to call service alarm_control_panel/alarm_arm_away. Validation error: Arming requires a code but none was given for alarm_control_panel.area_1. Thanks for any feedback.

rwagoner commented 3 weeks ago

Will the upcoming 1.1.19 release fix this problem I now have with HA 2024.6 when I try to use the alarm control panel: Failed to call service alarm_control_panel/alarm_arm_away. Validation error: Arming requires a code but none was given for alarm_control_panel.area_1. Thanks for any feedback.

Yes, that is correct.

Burketj482 commented 3 weeks ago

👍 Thank you.Sent from my iPhoneOn Jun 7, 2024, at 11:53 AM, Ryan Wagoner @.***> wrote:

Will the upcoming 1.1.19 release fix this problem I now have with HA 2024.6 when I try to use the alarm control panel: Failed to call service alarm_control_panel/alarm_arm_away. Validation error: Arming requires a code but none was given for alarm_control_panel.area_1. Thanks for any feedback.

Yes, that is correct.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

rwagoner commented 3 weeks ago

Version 1.1.19 has been released with the fix for Home Assistant 2024.6 and the ability to change the arming modes displayed.

Burketj482 commented 3 weeks ago

Got it! Works great! Thanks so much for working on this.TedSent from my iPhoneOn Jun 8, 2024, at 1:19 PM, Ryan Wagoner @.***> wrote: Version 1.1.19 has been released with the fix for Home Assistant 2024.6 and the ability to change the arming modes displayed.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

tonynogs commented 2 weeks ago

Version 1.1.19 has been released with the fix for Home Assistant 2024.6 and the ability to change the arming modes displayed.

Edit: got it working! Just a couple notes:

  1. For me it required a reboot of the device, just restarting HA didn't do the trick.
  2. You need to put a semi-colon between the items, not a comma as the documentation says.

Thank you!!!

Screenshot 2024-06-15 181034

Screenshot 2024-06-14 205922