2.0.4 • Published 2 years ago

homebridge-petsafe-smart-feed v2.0.4

Weekly downloads
18
License
MIT
Repository
github
Last release
2 years ago

homebridge-petsafe-smart-feed

Actions Status Donate verified-by-homebridge

This homebridge plugin allows you to add the PetSafe Smart Feed to HomeKit.

Installation

npm i -g homebridge-petsafe-smart-feed

Configuration

The easiest way to configure this plugins is via homebridge-config-ui-x. This includes a custom UI which will walk you through the login process to get an auth token. If you do no use config-ui-x, or if you are a HOOBS user, follow the steps below.

Obtain a token

To interact with the PetSafe api, you must first obtain an access token. You can do this by running the following command

npx -p homebridge-petsafe-smart-feed petsafe-auth-cli

Homebridge Config

Once you have an access token, set up your homebridge config as follows

{
 "platforms": [
   {
     "platform": "PetSafeSmartFeed",
     "token": "Token from petsafe-auth-cli"
   }
 ]
}
2.0.4-beta.0

2 years ago

2.0.4

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.3.0-beta.0

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago