New Home Assistant custom component to interact with Securitas Direct (AKA Verisure EU), based on mobile API (thanks to https://github.com/Cebeerre/VerisureAPIClient great Cebeerre work...)
- Download securitasdirect zip project
- unzip and just copy 'custom_components' folder inside Home Assistant config folder
- configure your configuration.yaml with proper securitas_direct/verisure parameters (as example_config.yaml
- Enable track of all your remotes and keys (on mobile app), to get good sync between real Securitas Alarm and the HA alarm component.
- restart Home Assistant and search for unused entities. Include it in lovelace frontend (following documentation).
You can use the python command_line tool to interact with Securitas Direct (Verisure EU), withot need Home Assistant (i.e. integrate on other assistants):
- Download "securitas.py" script file
- install proper requirements:
pip3 install requests xml2dict
- make it executable
chmod +x securitas.py
- run with
securitas.py username password [ACTION] [COUNTRY_CODE]
( to see all actions:
securitas.py username password ?
)
There are an old cli bash version to interact with web access
- Photo (CAMERA) request
This project has no relationship with Securitas Direct / Verisure company (unofficial).
Please, take into account that company could charge for this access. The component is designed to make as less as request as possible, emulating the mobile access.
Has been tested in Spain. Similar webs has been found in
- France: https://customers.securitasdirect.fr/
- Italy: https://customers.verisure.it/
- UK: https://customers.verisure.co.uk/
- Portugal: https://customers.securitasdirect.pt/
- Brasil: https://customers.verisure.com.br/
- Netherland:
- Chile:
- Perú:
Please report ISSUEs about it, and working countries in issue 8
Thanks.
Code is under MIT licence.