rsg98 / homebridge-gpio-wpi2

Homebridge Raspberry Pi GPIO Platform (API 2) Plugin - using WiringPi as a backend
48 stars 16 forks source link

Version 2.0.0 Alpha Testing #29

Open rsg98 opened 7 years ago

rsg98 commented 7 years ago

For anyone feeling brave / who has time to spare...

PLEASE DON'T USE THIS ON AN INSTANCE OF HOMEBRIDGE THAT YOU CARE ABOUT!

A number of requested changes are piling up in the 2.0.0-ALPHA branch - none of which are currently pushed to npm.js.

If you're willing & able, you can test the 2.0.0-ALPHA branch, using something like

git clone -b "2.0.0-ALPHA" https://github.com/rsg98/homebridge-gpio-wpi2

Then starting homebridge pointing to wherever you just cloned that to...

homebridge -P ./homebridge-gpio-wpi2

It has the start of PWM support (see the README), updated logic for handling the cache and other stuff. Not all of it is yet implemented.

Please report any problems via comments on this issue. Will try to fix as I get time, and will post updates on this issue when new features get properly implemented.

Thanks!