Hi All,
A quick question does this component work WITHOUT an active subscription?
No, it doesnāt.
Hello,
This component works perfectly for me in france.
Nevertheless, I would like to have alarm state as a trigger of some automation.
I actually want to change mode of my heater when I activate my alarm.
Anyone can help me to set the trigger correctly ?
I chose a trigger type āStateā, put my alarm control panel. But I donāt know what to put into from / to fields.
Any help would be appreciated.
thanks !
Guillaume
I found, states was wrong :
arm_away
disarm
trigger:
- platform: state
entity_id: alarm_control_panel.1240000
to: arm_away
Hello,
It worked for me after lots of try, only because it finally worked only with user #1 !
I now have the control panel on my lovelace tab, however, nowhere to find anything else even if this is written : āList all your installations and add a panel into Home Assistant.ā
Iām from now on only able to arm/disarm the verisure system.
How may I know the value of the motion sensor ? Or if the siren is active ? Or to make it easier as this is my goal, how to be able to know if the alarm has been fired ?
Regards,
How do you install this?
Iāve never installed an addon āoutside the boxā (Addons tab in HA)
Iāve tried to install this as a repository (Github) but it doesnāt pick it
Ciao, anche io sono nuovo, sto provando a configurare lāintegrazione Verisure ma neanche mi fa fare il login, mi da sempre lo stesso errore: āAutenticazione non validaā come posso risolvere?
Iāve tried both @guerrerotookās and @javy97ās integrations.
With @javy97ās, I get log messages which contain the status of my alarm (and no others), but the integration does not show up in Home Assistant. I did have to add a "version"
key to manifest.json
for Home Assistant to accept it.
With @guerrerotookās, I get a notification stating that the securitas
integration could not be set up, and nothing in the logs.
Iāve set logging to debug
for both custom_components.securitas_direct
and custom_components.securitas
. Iām running the latest Home Assistant (2022.10.0).
Any ideas what I might be missing to get any one of them to work?
I got @guerrerotookās component to start. The issue was that my PIN code starts with a 0, and is read as an int. I had put it in quotes to ensure that it was read as a string. Iāve filed an issue in the repo.
IT has being solved on last update!
Can someone please go again from zero on this configuration?
I have a fresh installed Verisure alarm system in Italy. Reading through the comments I see that someone has successfully configured this integration.
My question is: how? In almost 400 comments I got a little lost honestly.
Thanks!
Hello everyone, iām trying to install this integration in ITALY.
followed instructions, i receive this error
The system cannot restart because the configuration is not valid: Invalid config for [securitas_direct]: required key not provided @ data['securitas_direct']['installation']. Got None. (See /config/configuration.yaml, line 34).
my yalm line 34
securitas_direct:
username: xxxxxx
password: xxxxxx
code: 1234
country: IT
what is wrong?
thank you so much!
Error says that the āinstallationā parameter is not set. Do note that you must insert such parameter in configuration.yaml. You can get your installation ID from the Verisure/Securitas App or web interface after login in:
This is the yaml code I have for Securitas Direct Spain:
securitas_direct:
username: securitas_user
password: securitas_password
installation: securitas_installation_ID
code: securitas_code
country: ES
lang: es
WOW. it works! thank you so much!
Canāt get it to work in France with the new Verisure app. The app itself always uses two-factor authentication (with a code sent by SMS to your phone) so I canāt see this ever being possible, sadly!
If anyone knows a way round this, please let me know.
You can create an extra user, for example āHomeAssistantā with a very good password. And turn off the two-factor authentication. Use this userās credentials in you home assistant instance.
Thanks. But sadly, Verisure France wonāt let you turn off two factor authentication. I asked - twice - and they insist itās impossible.
Hi
Same issue here in the uk. It was working fine for months on end. Suddenly stopped working and cannot disable the double factor authentication
Regards,
M
Iām in the UK and this stopped working suddenly over the last couple of days. Before that, it was super stable and working just fine.
Seems that thereās an authentication error ā403 Client Errorā. Any ideas on a fix/workaround?
They added two way authentication and now i think we need to authorize the device for the first time.
But i donāt know how to do it at the moment