1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-04 07:04:02 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Michael Grote
b81467effd deye: quoting 2023-03-02 23:12:17 +01:00
Michael Grote
b2ecfe50f8 Typo 2023-03-02 23:10:54 +01:00
Michael Grote
3426abebf2 move api check 2023-03-02 22:57:29 +01:00
Michael Grote
35f8104175 fix labels 2023-03-02 16:59:49 +01:00
Michael Grote
b2553475aa solarman: add new plugins 2023-03-02 16:22:34 +01:00
Michael Grote
418ae8e160 deye: fix production calculation 2023-03-02 12:19:11 +01:00
Kenyon Ralph
e70e5320f1
move deye solar inverter plugin to the solar directory 2023-02-25 13:43:46 -08:00
Kim B. Heino
520c436ca1 fronius: support jq builds without math library
"round" is part of jq's math support. Some distros (rhel8) don't enable it.
Fortunately round can be emulated with "floor" which is always present in
modern jq.
2021-10-14 19:06:46 +02:00
Lars Kruse
6a1a9c7c46 Fix wrong "example-directory" names 2020-08-30 00:54:53 +02:00
Olivier Mehani
83737c4fe0 [plugins/solar/fronius] Monitor Solar Inverters using the Fronius Solar API
This includes caching of the inverter info with a 12h TTL, so the graph
still renders when the inverter has gone to sleep at night.

Signed-off-by: Olivier Mehani <shtrom@ssji.net>

squash! [plugins/solar/fronius] Monitor Solar Inverters using the Fronius Solar API

Use generic caching function to also cache real-time data. This allows
to avoid N/As overnight, which don't aggregate nicely on the yearly
graph.
2020-07-12 18:30:04 +02:00