Exposing more types of data to the statistics plotter

I’ve been working with some new code to get more types of data into HG from things like a weather station and a power meter reader. I can get the data to store in existing sensor/meter parameters for new virtual modules. Things like rainfall, windspeed, winddir, etc seem to show up ok in the statistics tool, but kilowatthours refuses to populate. I suppose I could just write it to a different parameter but I’m curious if anyone has had any luck displaying things the statistics page doesn’t already give as an option?

I found a solution for this. The MySensors code created a pull that gene incorporated which adds a couple new measurements. I updated the same html to add all sensor values.