How about using this instead?
That definitely looks like it will work for getting HA to āfollowā the arm/disarm state of the commercial alarm system on that paradoxdCTL/status
topic, i hope. Thanks for the link. Iāll give it a try on Friday
When I try using this, there is no keypad displayed?
Have you installed card-mod correctly? Card-mod or card-modder? Theyāre different. You want the first one.
Did you change the alarm panel entity id to yours?
Any typo in your card config could also cause this. Post it, correctly formatted.
Thanks you were correct, card-mod was not installed correctly.
Any idea how I would change the font size of the āinputā field? Iād like to make the code display a little bigger if possible.
Also - any ideas on button outlines? Iām playing with a few options and reading up but would be easier if someone knows!
I updated this component from the Git repo a few days ago (manually) and only just noticed that the alarm panel no longer loads. I normally donāt have to use the alarm panel as there are automations set up to arm / disarm based on presence hence not realising for a few days.
Any ideas what to do?
I also have a problem whereby after the alarm is triggered, the automations (the ones that are part of the repo) which control the ātriggeredā and āwarningā actions keep turning off. I turn them back on but it seems that a triggered alarm turns them off againā¦?
https://material.io/develop/web/components/buttons/
That was the wrong button type. This is the correct one:
https://package.elm-lang.org/packages/achutkiran/material-components-elm/latest/Mwc-Button
Iād suggest to update the integration again carefully and create a new issue if thereās still a problem.
Just provide as much details as possible.
Regarding your automations, I can reassure you that there is nothing in the code that deals with any automation at all.
Thats what is confusing me, I did check all the yaml files and there is definitely nothing there (including alarm related automations I have created) that turns those automations off, plus I have initial_state: 'on'
set for all of them so any restarts will fix itā¦ but they still change somehow
Iām going to switch to using HACS this weekend so will do a fresh update that way and see how things go
Thatās strange.
Just a note that you donāt need to keep that initial_state: 'on'
anymore as from HA 0.95(?) itās on by default.
I realise that, it was my way of trying to prevent these automations turning off all the time
Hi thank you Ahmad and anyone else involved in the project its working great for me. Quick question though if I wanted to put a page that I made In lovelace (basically a few switches and some solar output info) In the Custom Panel Page is there any easy way to do that?
No there is not.
morning ā¦
anyone updates to the new version 0.96.1 ???
It looks like that after the update:
Some suggestions how to get the nice interface back online, without go back zu 0.95?
Have you tried clearing your browserās cache and then restarting HA?
does not help - looks like before ā¦
Iām seeing the warning: āOverwriting integration alarmā each time I reboot HASS. Do I have something configured incorrectly?
Also - in my Lovelace design, I have the following card defined. Prior to upgrading to this version of the alarm, when I armed the system, I would see a keypad. Now, I donāt. I just have a āDisarmā button.
entity: alarm_control_panel.house
name: Home Alarm
states:
- arm_home
- arm_away
type: alarm-panel
Mate, itās absolutely impossible to help you knowing just āthis versionā (which one? and what did you have before? and how you updated it?) and āwarning in my logā (much better to post your log).
If you believe itās a bug, please open a new issue providing as much information as possible.
Speaking about cards, I have this in my Lovelace and it works as expected (i.e Arm buttons when disarmed and keypad + disarm button when set):
entity: alarm_control_panel.house
type: alarm-panel
hmm strange but i delete the pycache and after a refresh - it works again - like it should ā¦
the only thing now is the ugly new sidebar - is it possible to hide it over css?
br
manzn