This repository contains the code for managing sensors in a refuge. The code is designed to run on a Raspberry Pi and communicates with an API to send sensor data.
read_sensors.py
: The Python script for reading sensor data and sending it to an API.config.ini
: Configuration file for the script.
- Clone this repository.
- Navigate to the directory containing
read_sensors.py
. - Run
python3 read_sensors.py
.