swa72 / home-assistant

14 stars 1 forks source link

backup energy data to grafan, power, gas etc. #51

Open swa72 opened 2 years ago

swa72 commented 2 years ago

power gas solar schreibtisch entfeuchter

by month by week by day by hour

swa72 commented 2 years ago

Solar

swa72 commented 2 years ago

Power

swa72 commented 2 years ago

gas

mal ausprobieren die x werte aus gasverbrauch long time zu speichern nach h.

swa72 commented 2 years ago

Clean energy data with https://community.home-assistant.io/t/energy-management-full-data-reset/332618/4 Also https://community.home-assistant.io/t/energy-management-in-home-assistant/326854/455

Energy power is meta ID 150

SELECT * FROM statistics WHERE metadata_id = 150;

deleted all data where state and sum are drastically different (4 lines on October 30th).

swa72 commented 2 years ago

Also check retention policies with the following doc https://alex3305.github.io/home-assistant-docs/add-ons/influxdb-downsampling/