From 3fc3c44a1e997527771ac083c0635e45f63c432f Mon Sep 17 00:00:00 2001 From: smallsolar Date: Tue, 3 Dec 2024 20:03:45 +0000 Subject: [PATCH] Update custom_50x/readme.MD --- custom_50x/readme.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_50x/readme.MD b/custom_50x/readme.MD index f831493..a6c1782 100644 --- a/custom_50x/readme.MD +++ b/custom_50x/readme.MD @@ -4,4 +4,4 @@ When the main solarcene.community server is offline a custom 50x html error page ## Design -The `write_html()` function grabs the latest solar data (from the vedirect serial connection to the Victron SmartSolar MPPT Charger) which are stored in the redis database. It then simply overwrites the custom file with hardcoded html. I've got a scheduler that just runs this job every 10 minutes \ No newline at end of file +In the `solar_monitor.py` script the `write_html()` function grabs the latest solar data (from the vedirect serial connection to the Victron SmartSolar MPPT Charger) which are stored in the redis database. It then simply overwrites the custom file with hardcoded html. I've got a scheduler that just runs this job every 10 minutes \ No newline at end of file