Service alarm_control_panel.alarm_trigger
.
Hello, thanks heaps for the component which makes setting up alarm system really easy!
Just got one question that Iām not sure if anyone has asked before.
Is it possible to set up a āgrace periodā that will wait for a 2nd sensor to be triggered? The alarm only goes off if more than one sensor has been triggered within the set time frame (something like 30 secs), If only one sensors has been triggered, nothing happens.
This is what Iāve done before to accommodate the false triggering for some motion sensors. Hope this make sense.
Yes you can. You can click on the motion sensor to modify its settings.
There is an option for assigning it to a group. In a sensor group, 2 sensors need to be triggered within a time period before the alarm is activated.
This seems to cover your needs.
Thanks for the prompt reply, the group option works perfectly!
Apparently Iāve misunderstood the function of grouping from the first place
Thanks again for the great work
Greetings everyone!
First, a big āThank Youā to @neliss for the excellent work on this component. Itās been a lifesaver.
My questionā¦ Try as I may, I canāt get HomeKit to arm the Alarmo panel using a code. If I check the logs, it says, āWrong code provided.ā
I am using the following in my āconfiguration.yamlā file.
homekit:
- filter:
include_domains:
- alarm_control_panel
entity_config:
alarm_control_panel.alarmo:
code: 12345678
I can arm the panel if āUse arm codeā is turned off in the Alarmo Codes section. Yes, I have the above code for one of the users in the Codes section of Alarmo. I tried different codes, reboots, erased and re-created users, etcā¦
Anything Iām missing or hints on what to try?
Try with quotes around the code, so ā12345678ā. Perhaps the code is sent as number rather than letters/digits (which is especially bad if the code starts with zero).
Unfortunately, the same.
I tried ā and ".
In the meantime, I have scripts in HA that arm the alarm. I exposed those to HomeKit and have them setup as switches. They just donāt look as nice as Alarmo.
Hello, hope someone can help me.
Iām playing a little to set up this now, but I have a motion sensor.
And when arming, and the sensor is active there is no message, it just going to armingā¦
This I have set-up:
And this for the sensor:
But when I will arm the alarm, with open sensor:
Has somebody this also or the solution?
Thanks
Which version are you using? I have āallow open after armingā in advanced settings under the sensor.
I have version v1.9.7
What is your version? Do you have a picture?
Yes I have it also, but then it should ignore if you have a open sensor.
So if you unmark it, and then the sensor is active, you should get a error? Open zone?
How can I start my WLED stripes as a Alarmo action with a preset? I tried withā¦
- service: light.turn_on
entity_id: light.wled01
data:
preset: 3
ā¦but I receive āextra keys not allowed @ data[āpresetā]ā
For what stand the ādataā?
Any suggestions? Thx!
Iād love to see this as an official component for HA.
In developer tools/services this worked for me:
(Do not together, one after the other)
service: light.turn_on
data:
entity_id: light.wled_master
service: select.select_option
target:
entity_id: select.wled_preset
data:
option: "preset abcde"
Hi @anon36468094 ,
Trying to get your card working in minimalist. Thanks for sharing!!
Almost there, but i donāt see the text of the status of the alarm (in your screenshot āGedeactiveerdā below the āAlarmoā name. I exactly copied the code you provided.
Any suggestions?
Hi Alca,
You need the āulm_translation_engineā files (default.yaml + your language yaml fileā¦) from the UI Minimalist theme. Iām using this translate engine for the Alarmo Card. You can find the folder on the UI Minimalist Github.
PS: OK i see the code i shared here is outdated, in the meanwhile i have done some changes so now iām using the translation engine and in the code i shared here i used a language file with variables.
Having trouble with actionable notifications for disarming on Android
Notification and action buttons are showing up fine. It seems when disarm is pressed though that action isnāt being passed onto Alarmo.
I do have a code. Is that the issue?
Tried enabling debug logging on Alarmo and triggering alarm and then pressing button on notification. Logs show nothing at all related to Alarmo though when I download them.
Thanx @anon36468094 ,
Just puzzled a bit, and got it working
Iām still quite a noob in coding. Would you mind sharing the adjusted code?
Eager to learn and see how you improved it
Anybody can tell me if itās possible to adjust the code of the alarmo minimalist card of @anon36468094 to implement that a keypad appears when you want to disable the alarm?
This instead of hardcoding the pincode as a variable?
I tried hard today, but without success