aelveborn / Wii-Scale

Turns your Wii Balance Board into a scale and presents your weight on a responsive website. Runs Linux and works on your Raspberry Pi.
http://aelveborn.github.io/Wii-Scale/
GNU General Public License v2.0
116 stars 27 forks source link

The RPi install guide should explain that you need to be in the `input` group #43

Open colons opened 4 years ago

colons commented 4 years ago

Connecting fails with a confusing permission denied error if you're not. I also had to add

  <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
  <allow send_interface="org.freedesktop.DBus.Properties"/>

to a group I was a member of in /etc/dbus-1/system.d/bluetooth.conf in order to make connecting and disconnecting from within the app work.