Skip to content

v0.2.0 - It is now configurable

Compare
Choose a tag to compare
@st3fan st3fan released this 13 Apr 13:15
· 11 commits to main since this release

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.2.0/mijia-hub_0.2.0_armhf.deb
$ sudo dpkg --install mijia-hub_0.1.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