ab73e296b5
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
675 B
675 B
Saunaservice
Collect sauna temperature and transmit it via MQTT
.
Installation
make install
Default install location for the executable is /usr/bin
. This can be
modyfied by changing the PREFIX
variable.
PREFIX=/usr/local/bin make install
Uninstallation
make uninstall
When PREFIX
was modyfied for installation it needs to be changed for
uninstalling as well.
PREFIX=/usr/local/bin make uninstall
Configuration
Default configuration file is installed in /etc/saunaservice/config.json
systemd service
systemctl enable saunaservice.service
systemctl start saunaservice.service