Raspberry Pi monitoring app, a satellite for ODIN server
Author: Alexander Chaika manti.by@gmail.com
Source link: https://github.com/manti-by/coruscant/
Requirements:
- Raspberry Pi 2 Model B
- Five DS18B20 sensors
- 10x relays
-
Install Python 3.13 and create a virtual environment for the project.
-
Clone sources, switch to working directory and setup environment:
git clone https://github.com/manti-by/coruscant.git cd coruscant/ uv sync --all-extras -
Install crontabs from utils/crontab.conf
-
Or manually run scripts
uv run python -m coruscant.sensors