patrickvorgers / Home-Assistant-Import-Energy-Data

Import historical energy data into Home Assistant so that it can be used in the Energy Dashboard
MIT License
84 stars 8 forks source link

Watermeter data import #19

Closed stefanhirt closed 8 months ago

stefanhirt commented 8 months ago

It would be nice if you could import old watermeter data, too. Quite similar as gas energy the watermeter data is in m³.

patrickvorgers commented 8 months ago

Watermeter data or any other datasource works the exact same way and can be easily added. I can add it next week. Do you have sample data for me?

stefanhirt commented 8 months ago

Water_Historic_Daily.csv Sure, here is my csv including a watermeter replacement in the past. If you need more info like "sensor.watermeter_value", let me know.

patrickvorgers commented 8 months ago

Perfect, I will work on it next week because this week I am on holiday. What is the name of the water supplier which provided this csv export, so I can add it to the list?

stefanhirt commented 8 months ago

The csv was created by myself out of my manually readings of the watermeter I used to add into an excel file (therefore I had to interpolate some values). Sadly most german suppliers are years behind on automating these things 😅 So it is pure generic. Anyway, enjoy your holiday, I really appreciate your work.

patrickvorgers commented 8 months ago

@stefanhirt support for a water sensor has been added. Could you verify?

stefanhirt commented 8 months ago

@patrickvorgers thanks, works like intended, I successfully imported my old water meter data.