Dense logging of one energy value

Hello,

I want to log the value of my P1 powermeter. Homey does that now, but when you look back a few months, it does not keep track of the values every minute, but shows like sort of an average of the values. Is it possible to indicate that you want to log everything always, for one specific value? I know they do that to not burden the system too much with a lot of datapoints, but for the powermeter, I really would like to know every value. The purpose is then to export that and run some analysis(python script) on it. It’s a script that I use to simulate what would happen when I buy a battery, so I can see if it is worth it :nerd_face: .

Thanks for any ideas how to do this :+1:

Not with Homey itself, you need to run an external database and find an app for it (TimescaleDB, InfluxDB, Prometheus).

1 Like