No description
Find a file
2025-10-08 20:03:08 +02:00
src call back again 2025-10-08 17:04:08 +02:00
static added caching, reporting to pushover 2025-10-08 13:03:13 +02:00
.gitignore something's working... 2025-10-07 21:31:35 +02:00
Cargo.lock added caching, reporting to pushover 2025-10-08 13:03:13 +02:00
Cargo.toml added caching, reporting to pushover 2025-10-08 13:03:13 +02:00
LICENSE Initial commit 2025-10-07 21:25:47 +02:00
README.md Update README.md 2025-10-08 20:03:08 +02:00

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 on your phone using pushover

start

  • 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.