v0.3.0 - Stop logging
This release only stops logging when events are received. It was logging that was left in accidentally from development/debugging.
The easiest way to get going with this is to download the attached .deb file and install it on a Raspberry Pi Zero W.
$ wget https://github.com/st3fan/mijia-hub/releases/download/v0.3.0/mijia-hub_0.3.0_armhf.deb
$ sudo dpkg --install mijia-hub_0.3.0_armhf.deb
The default PIN for new devices is 122334455
. You can change this in /etc/default/mijia-hub
:
# Pin used to pair devices. The same pin is used for all
# devices. Must be 8 digits.
PIN="12233445"
Finally, start the mijja-hub
daemon with:
$ sudo systemctl start mijia-hub