Skip to content

Script to pull data off vcontrold and push it into carbon-cache

Notifications You must be signed in to change notification settings

schiermike/vitographer

Repository files navigation

Vitographer

A simple script to pull data from a vcontrold daemon and push it into a carbon instance.

Information flow

Optolink adapter -> vcontrold -> vitographer -> carbon -> graphite -> grafana

How to calculate the daily costs

scale(scale(summarize(scale(scale(scale(vitodens.performance, 0.01),1.82), 11000), '1d', 'avg'), 24), 0.00006335)
  • 0.01 - vitodens.performance ranges from 0 to 100% -> map to interval [0,1]
  • 1.82 - factor I came up with to address the deviation between measured value and real value
  • 11000 - 11kW (my gas heater's max power)
  • summarized average value per day (in Watt hours)
  • 0.00006335 - € per Watt, i.e. 6.335 cent per kWh

Links

Screenshots

Alt text

About

Script to pull data off vcontrold and push it into carbon-cache

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published