Supereg / homebridge-http-temperature-sensor

Http temperature sensor for Homebridge: https://github.com/homebridge/homebridge
ISC License
31 stars 18 forks source link

Accessory cannot be added in Home #7

Closed misterdad closed 5 years ago

misterdad commented 5 years ago

Logs show successful configuration:

Jun 12 04:05:18 raspberrypi homebridge[27987]: [2019-6-12 04:05:18] [Pi Zero Temp Sensor] Initializing HTTP-TEMPERATURE accessory...

Jun 12 04:06:14 raspberrypi homebridge[27987]: [2019-6-12 04:06:14] [Pi Zero Temp Sensor] Temperature is currently at 24.5

Config:

{
      "accessory": "HTTP-TEMPERATURE",
      "name": "Pi Zero Temp Sensor",
      "getUrl": "http://192.168.0.177:8000/",
      "debug":true,
      "pullInterval":10000
    }

When trying to add the accessory in the Home app, nothing shows up as available. Ruled out device/bridge issues by removing/re-adding my IP cams

misterdad commented 5 years ago

After removing the homebridge and re-adding it to my home, the accessory successfully connected!