Skip to content

v0.3.0 - Stop logging

Compare
Choose a tag to compare
@st3fan st3fan released this 12 Nov 22:32
· 5 commits to main since this release

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