1.0.6 • Published 3 years ago

@ncains/homebridge-petwalk v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Homebridge Petwalk Plugin BETA

This is a basic plugin for Petwalk petwalk device, which can be found at Petwalk

I have created this as I could not find another way to integrate the door to Homekit, but so far only a couple of hours effort so pretty basic.

This is based on the Petwalk BETA api documented here: api

The api is currently quite limited, and I have not yet reached out to Petwalk to talk about assistance in enriching the capabilities. I am hoping in future updates Petwalk will offer more of the built in capabilities within the open API. The current API is awesome (and still in BETA), hoping Petwalk will continue to enrich it.

Configuration Example

You need to enable the local API access for your Petwalk petdoor by following the instructions here: API Instructions

Homebridge config.json extract example: ... "platforms": [ { "platform" : "homebridge-petwalk.PetwalkPlugin", "doors" : {"name" : "Gizmo Flap", "ipAddress" : "192.168.xxx.xxx"} } ]