Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
/ Verisure Public archive

PHP library to interact with the Verisure Alarm System

License

Notifications You must be signed in to change notification settings

xibriz/Verisure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verisure

Unofficial PHP library to interact with the Verisure Alarm System.

With this library you can get the status of the alarm system, connected locks, smart plugs and temperature sensors to integrate with your own Home Automation or IoT project.

Warning! Programming knowledge is required at this point of the project.

Features

  • Get status of alarm system (armed, unarmed, armedhome)
  • Get status of locks (locked, unlocked)
  • Get and change status of SmartPlugs (on/off)
  • Get temperature from all sensors

Install

First you need a Web Server with PHP5 or 7 installed and then:

$ cd /var/www/html/
$ git clone https://github.com/xibriz/Verisure.git
$ cd /tmp/
$ > verisure_cookiefile.txt && chmod 777 verisure_cookiefile.txt
$ > verisure_curl_error.txt && chmod 777 verisure_curl_error.txt

Configuration

You must put your credentials and devices in the config file located in config/default.config.php

Run the verisure.php script to verify that the library is working.

Usage

TODO

About

PHP library to interact with the Verisure Alarm System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages