ebaauw / homebridge-rpi

Homebridge plugin for Raspberry Pi.
Apache License 2.0
309 stars 19 forks source link

HOOBS install issue #125

Closed TDT1969 closed 2 years ago

TDT1969 commented 2 years ago

I’m unclear if the HOOBS install requires the same pigpiod enablement as a standard Homebridge install. Since HOOBS is more “plug and play” I thought I’d just try to use their UI to setup…

I installed the plugin on it’s own bridge. Configured as shown below. Added to Home app.

Bridge was added successfully but “Button” was not added as an accessory. Used Eve app to confirm that there is no evidence of any RPi accessories.

Would appreciate any insights on what I’m doing wrong. Is it a pigpiod issue?

{ "platform": "RPi", "name": "RPi", "hosts": [ { "host": "192.168.1.7", "devices": [ { "device": "button", "name": "Button", "gpio": 16, "pull": "up" } ] } ] }

ebaauw commented 2 years ago

I neither know, use, nor support Hoobs. I strongly recommend to use a standard Homebridge installation. Please contact Hoobs support for issues with Hoobs.