aboutsummaryrefslogtreecommitdiff
path: root/tw/services/personal-data-exporter.scm
AgeCommit message (Collapse)Author
2024-08-25Send mail output for some mcron jobsTimo Wilken
For mcron jobs that only output text when they fail, mail that output.
2024-08-25Move to guile-squee for better prepared statement supportTimo Wilken
This avoids potential SQL injection when putting API response values directly into the SQL statement.
2024-08-25Upsert electricity valuesTimo Wilken
If a value already exists for a specific time, this normally causes an error. Replace the value instead.
2024-08-24Archive daily electricity consumption data from EnedisTimo Wilken
Extract personal data collection programs into a separate service, and add one that fetches electricity consumption data daily.