vectronic / homebridge-ping-hosts

Ping state sensor plugin for homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessories not showing in Home App

maelstromchanneled opened this issue · comments

Installed:

npm install -g git://github.com/vectronic/homebridge-ping-hosts.git --unsafe-per

config.js:

    {
      "platform": "PingHosts",
      "sensors": [
        {
          "name": "Google",
          "host": "www.google.com",
          "timeout": 25,
          "retries": 1,
          "interval": 300
        }   
      ]
    }

Homebridge reports:

[5/1/2020, 11:19:04 AM] [PingHosts] Initializing PingHosts platform...

But then there is nothing more from this platform in the logs, and I can't see the sensor in Home App. Am I missing something?

Oops - started with the original and was using "sensors" instead of "hosts"

Updated and now it works great. Thanks for maintaining this!