homebridge-gpio-wpi2 icon indicating copy to clipboard operation
homebridge-gpio-wpi2 copied to clipboard

Homebridge Raspberry Pi GPIO Platform (API 2) Plugin - using WiringPi as a backend

Results 31 homebridge-gpio-wpi2 issues
Sort by recently updated
recently updated
newest added

Hi Thank you for your great job. I have a problem when raspberry boot. My relay board, connected on gpio (active with LOW signal) switch from HIGH to LOW all...

Hello, I have tried to configure an input pin as MotionSensor. My config.json file looks like: `{ "type":"MotionSensor", "name" : "Input 1 - BCM 26", "pin" : 26, "enabled" :...

I'm thinking that requiring WiringPi as a back-end (and associated node-wiringpi dependencies) doesn't give much of an advantage, when SysFS support is much better in new Raspbian kernels, and device-tree...

Hello, I am using your great plugin to trigger a relay that opens and closes my garage door. I works perfectly but being a switch I need to tell Siri...

Hello everybody. First of all thanks for this homebridge's plugin who work very well. I use it to control my garage door, simply by a dry contact. So it appears...

Hello, I have successfully installed Homebridge and I have installed homebridge-gpio-wpi2 as per instructions found: `sudo apt-get install wiringpi` `sudo npm install -g homebridge-gpio-wpi2` But when I launch Homebridge I...

Can anyone please help me to understand what is "Configuration for the built in Pi pull up resistor" that could be up / down / off? I need to control...

Hi. Would it be possible to add toggle function since theres is the pulling feature? Maybe via a other pin. So it would be possible to turn on a switch...

Hi I would like to configure a port OUT GPIO to enable my home alarm, can I change the "switch" icon by your plugin? thanks a lot. Marco

Hi, first of all, really nice module, works great. Thank you for this. Is it possible to controll a MCP23S17 via homebridge-gpio-wpi2? WiringPi gpio command use an extension module for...