Skip to content

home-assistant service for control the vapix πŸšͺπŸ”‘

License

Notifications You must be signed in to change notification settings

gtjadsonsantos/vapix

Repository files navigation

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

πŸ’» 🎨