A tiny web-service that helps send meter readings to utility companies.
Main page with history data:
Send page:
Letter preview:
If company doesn't support direct mail send you can show a proper link and short manual:
My elderly parents have to send utility meter readings to various companies by mail. These companies don't have websites or mobile apps. Each utility company has its own letter format requirements, which causes difficulties for my parents.
It's a great opportunity to try Axum after many years with actix ;)
mkdir {data,templates,logs}
chmod -R 777 {data,logs}
# Put your mail template into `templates` folder
cp templates/example.txt templates/template.txt
# Prepare config files
cp config.yml-dist config.yml
cp locale.yml-dist locale.yml
# Edit config.yml
docker-compose up -dA service provides web interface for user:
- Location
- Type of counter (water, electricity, etc)
- Account ID
- Month (default: previous month)
- Value
- Send button
Check templates/example.txt.
- Remind about data sending



