Skip to content

Releases: st3fan/mijia-hub

v0.5.0 - Restart on Failure

13 Apr 23:27
Compare
Choose a tag to compare

The only change in this release is the addition of Restart=on-failure in the systemd unit configuration.

v0.3.0 - Stop logging

12 Nov 22:32
Compare
Choose a tag to compare

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

v0.2.0 - It is now configurable

13 Apr 13:15
Compare
Choose a tag to compare

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

v0.1.0 - It sort of works

12 Apr 00:30
Compare
Choose a tag to compare

This is the first 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.1.0/mijia-hub_0.1.0_armhf.deb
$ sudo dpkg --install mijia-hub_0.1.0_armhf.deb

You will have to manually start it with:

$ sudo systemctl start mijia-hub