Crates.io | applehat |
lib.rs | applehat |
version | 0.1.0 |
source | src |
created_at | 2023-01-18 17:43:20.248434 |
updated_at | 2023-01-18 17:43:20.248434 |
description | Service to use a Rainbow HAT on a Raspberry Pi to show sensor data from Homie. |
homepage | |
repository | https://github.com/alsuren/mijia-homie/ |
max_upload_size | |
id | 761890 |
size | 49,302 |
applehat
is a service to use a Rainbow HAT on a Raspberry Pi to show data from sensors on an MQTT
broker following the Homie convention.
It is recommended to install the latest released Debian package from our releases.
Alternatively, you may install with cargo install, but that will require some more setup:
$ cargo install applehat
There should be a config file under /etc/applehat
:
applehat.toml
contains the main configuration for the service, such as which MQTT broker to
connect to. See applehat.example.toml for an example of the settings that
are supported.After editing these config files you will need to restart the service:
$ sudo systemctl restart applehat.service
You may find it helpful to watch the logs to see whether it is managing to connect:
$ sudo journalctl -u applehat.service --output=cat --follow
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.