From ccd2fe1689035a0500ca28ac5f6fbc996885f5bb Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 8 Oct 2025 20:01:59 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84c0376..1c3cf9f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ +# solarmon * charts solaredge inverter data using its REST api like their app also does * sends alerts if at 12:00 no output is measured -* alerting using pushover +* alerting on your phone using pushover **start** -one this repo -create .env file that contains -SOLAREDGE_API_KEY -SOLAREDGE_SITE_ID -PUSHOVER_USER_ID -PUSHOVER_API_KEY -BIND_ADDR eg. 0.0.0.0:3000 -CALL_HOME optional url to include in the pushover notification -cargo run +# clone this repo +# create .env file that contains +## SOLAREDGE_API_KEY +## SOLAREDGE_SITE_ID +## PUSHOVER_USER_ID +## PUSHOVER_API_KEY +## BIND_ADDR eg. 0.0.0.0:3000 +## CALL_HOME url to include in the pushover notification +# cargo run + +After successful startup a informational message is sent to pushover. \ No newline at end of file