Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.55 KB

README.md

File metadata and controls

72 lines (51 loc) · 1.55 KB

VAPIX

This custom integration permits Home Assistant to communicate with axis controllers through http requests.

Whats does it do?

  • Allow opening the doors/access points

Tested hardwares:

GETTER STARTED

Paste this property vapix: in your configuration file

SERVICES AVAILABLE

  • vapix.open_remote_door: Open doors Remote
ip: 192.168.0.1
username: admin
password: admin
doorid: 'Axis-000000000:00000000.00000000'
  • vapix.get_door_list: List all doors id's
ip: 192.168.0.1
username: admin
password: admin
  • vapix.double_lock: Double Lock door
ip: 192.168.0.1
username: admin
password: admin
doorid: 'Axis-000000000:00000000.00000000'
  • vapix.unlock: Unlock door.
ip: 192.168.0.1
username: admin
password: admin
doorid: 'Axis-000000000:00000000.00000000'
  • vapix.lock: lock door.
ip: 192.168.0.1
username: admin
password: admin
doorid: 'Axis-000000000:00000000.00000000'

LICENSE 📝

This project use license MIT - see file LICENSE for more details

AUTOR


Jadson Santos

💻 🎨