jertel / vuegraf

Populate metrics from your Emporia Vue energy monitoring devices into an InfluxDB
MIT License
166 stars 53 forks source link

Is it possible to create a Virtual datapoint for 'Balance' #62

Closed Sjcnu-GhubAdmin closed 3 years ago

Sjcnu-GhubAdmin commented 3 years ago

I'd like to have a Virtual Datapoint 'Unmonitored' or 'Balance' that is equal to '1,2,3' - Sum(all other datapoints) to account for breakers with no monitor on them.

jertel commented 3 years ago

I've pushed a change that will now record the Balance metrics (for vue devices) and the TotalUsage metrics (for solar devices). They will appear in Influx as:

<device name>-Balance
<device name>-TotalUsage
Sjcnu-GhubAdmin commented 3 years ago

Thank you! trying to do this on the influx side was.. not going well :)