I'd like the plugin to expose the %age of power supplied locally as a field.
The API itself doesn't expose this stat, so I end up having to work it out at query time - it's a fairly simple equation so it makes as much sense for the plugin to calculate and expose it as a field.
Consumption
- Grid Buy
=====================================
Locally supplied
=====================================
Activity
07-Jun-23 07:46
assigned to @btasker
07-Jun-23 08:01
mentioned in commit github-mirror/telegraf-plugins@85fca95eb409c2fab0d7d69ebeb7fcaece0bf966
Message
Calculate energy supplied locally today (utilities/telegraf-plugins#11)
This adds two new fields
localSupplyToday
: value (in kWh) of energy supplied locally todaylocalSupplyPercToday
: Percentage of consumed energy supplied locally todayWhilst we're at it, it's probably worth adding equivalent totals too
07-Jun-23 09:00
mentioned in commit github-mirror/telegraf-plugins@08d4e61409f314566be1309cf7afad2a2d98f5b7
Message
Update README for utilities/telegraf-plugins#11
07-Jun-23 09:00
mentioned in commit github-mirror/telegraf-plugins@f0bc5f6c1111acb2c9af92ae6f76a547416b2f0d
Message
Add local supply totals (utilities/telegraf-plugins#11)
This adds two new total fields
localSupplyTotal
: Total kWh supplied by local sourceslocalSupplyPercTotal
: Percentage of total consumed energy supplied by local sources