bazwilliams / securitasdirect

command line tool to interact with Securitas Direct (AKA Verisure Spain)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

securitasdirect

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...)

Install

  1. Download securitasdirect zip project
  2. unzip and just copy 'custom_components' folder inside Home Assistant config folder
  3. configure your configuration.yaml with proper securitas_direct/verisure parameters (as example_config.yaml
  4. Enable track of all your remotes and keys (on mobile app), to get good sync between real Securitas Alarm and the HA alarm component.
  5. restart Home Assistant and search for unused entities. Include it in lovelace frontend (following documentation).

Standalone

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):

  1. Download "securitas.py" script file
  2. install proper requirements: pip3 install requests xml2dict
  3. make it executable chmod +x securitas.py
  4. 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

TODO:

  • Photo (CAMERA) request

NOTES:

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

Please report ISSUEs about it, and working countries in issue 8

Thanks.

LICENCE:

Code is under MIT licence.

About

command line tool to interact with Securitas Direct (AKA Verisure Spain)


Languages

Language:Python 76.7%Language:Shell 23.3%