Skip to content

First MVP for RaspberryPi

Pre-release
Pre-release

Choose a tag to compare

@Gellardo Gellardo released this 14 Jan 22:42
· 18 commits to main since this release

Install should be simple enough. Download the archive file, unpack and configure config.toml. Then run sensor-scraper binary.

For consistently running the service, it is easier to clone the repository locally and call make install since that sets up a systemd service. That can then be enabled via systemctl enable sensor-scraper.service and started via systemctl start sensor-scraper.service.