Earlier quoted context omitted.
... and then not have any of your usual development tools, environment, system layout, or repair techniques because you're inside someone else's "works on my system" that they threw over the wall. It's obviously possible to debug what goes on inside a Docker image. It's just not something I'm particularly interested in dealing with, especially under duress.
> because you're inside someone else's "works on my system" that they threw over the wall. FWIW, this can also be called stable state you can retreat to . And build upon, e.g. adding a layer of debugging tools. I don't really like to deal with Docker, but at least I have reasonable certainty it'll work. I prefer system package manager or MSI, but if not that, it beats having to build something when it's near-guarante…
Monitoring energy usage with smart plugs, Prometheus and Grafana
51–60 of 190 posts
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#52I got a Zigbee power breaker and hooked it up so all my flat's power goes through it, and then made an e-ink display to show my power consumption: https://www.stavros.io/posts/making-the-timeframe/
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#53you can "simulate" power of fairly stable appliances.
Then you chart that in a nice Sankey chart or in standard charts and enjoy
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#54I got a Zigbee power breaker and hooked it up so all my flat's power goes through it, and then made an e-ink display to show my power consumption: https://www.stavros.io/posts/making-the-timeframe/
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#55One step further. I just installed the Emporia Vue 2 in my distribution box. 16 CTs plus the three mains phases. It's ESP32 based and there is a great ESPHome project that you can flash it with for local only reporting. Add some HA and VictoriaMetrics, and now I can see how the whole house behaves with Grafana. Next up, Zero-Export using this data to steer my little OpenDTU solar plant. We live in such cool times!
Victoria metrics/ grafana is supplanting our industrial historian, which is admittedly not a best in class product - I am sure osi pi is better
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#56i've just bought a cheap esp32 with a light sensor connected to it. then connected light sensor (ie bluetac) to my electicity meter that pulses every 1/1000 1KW/Hr, it uploads the data to google sheets which graphs the output - works great I also have another esp32 at my elderly relatives house with a pir sensor connected to it, it's also sending the movement data to a different sheet on the google sheets site, so th…
I have a Frient Zigbee device that does the same, but sends data to Home Assistant.
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#57One step further. I just installed the Emporia Vue 2 in my distribution box. 16 CTs plus the three mains phases. It's ESP32 based and there is a great ESPHome project that you can flash it with for local only reporting. Add some HA and VictoriaMetrics, and now I can see how the whole house behaves with Grafana. Next up, Zero-Export using this data to steer my little OpenDTU solar plant. We live in such cool times!
Opendtu solar plant - care to elaborate?
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#58Guys what are your favourite smart plug? I need one with easy integration with grafana, not sucking, and shipment to EU country?
I want to buy more and they don’t seem to be available anymore.
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#59i've just bought a cheap esp32 with a light sensor connected to it. then connected light sensor (ie bluetac) to my electicity meter that pulses every 1/1000 1KW/Hr, it uploads the data to google sheets which graphs the output - works great I also have another esp32 at my elderly relatives house with a pir sensor connected to it, it's also sending the movement data to a different sheet on the google sheets site, so th…
Re: Monitoring energy usage with smart plugs, Prometheus and Grafana
#60Earlier quoted context omitted.
Right up until the Home Assistant UI turns into a lagfest, the installation dies, and you can't debug why because Docker. At least that's what happened to me. And no, it wasn't RPi SD power issues. This happened on an otherwise-stable amd64 server. The Home Assistant authors' hostility towards simple native distributions is now a show stopper for me. Long term reliability is more important than quick initial setup.
It's a Python app, of course being distributed as a docker image is the sanest way of doing it. I don't see why you couldn't just pip install it if you really wanted, but having been a Python developer for close to two decades, I wouldn't want to.