openhab / openhab-android

openHAB client for Android
https://play.google.com/store/apps/details?id=org.openhab.habdroid
Eclipse Public License 2.0
605 stars 315 forks source link

FR: Implement broadcast reciever to controll items via Gadgetbridge #385

Closed mueller-ma closed 4 years ago

mueller-ma commented 7 years ago

The app https://github.com/Freeyourgadget/Gadgetbridge sends you broadcasts when the button on Mi Band 2 is pressed. the oh app could fetch them and set an item to a specific value. Than a rule on the oh server can listen for this item and do stuff. The devs of GB say that GB will never have internet permissions and there is no foss tasker alternative, so there is currently no foss app to handle these broadcasts.

mueller-ma commented 7 years ago

https://github.com/mueller-ma/openhab.android/tree/385-gadgetbridge-broadcast

mueller-ma commented 4 years ago

The feature hasn't been ported to Mi Band 3 or 4, so I'm closing this now.