6ab90cf805871d9dcd5e4891c39cfaf0c739dc45
uptime-heart
A small utility in this repository. This README includes the requested image and quick usage instructions.
Requirements
- Python 3.8+
- See
requirements.txtfor Python dependencies
Installation
- Copy
.envfile and configure your settings:
cp .env.sample .env
Edit .env with your actual values:
ESP_IP: IP address of your ESP32 deviceESP_API_KEY: ESPHome API encryption keyKUMA_URL: Your Uptime Kuma instance URLKUMA_KEY: Uptime Kuma API keyPOLL_INTERVAL: Polling interval in seconds (default: 30)
- Install dependencies:
pip install -r requirements.txt
Usage
Run the main script:
python listen.py
Alternatively, start with Docker Compose if you prefer:
docker-compose up -d
Notes
- This README was added to the project root and includes the image URL you provided.
Description
Languages
Python
100%
