powerwall_exporter
Prometheus exporter for Tesla Powerwall data (by foogod)
EmonLib
Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE (by openenergymonitor)
powerwall_exporter | EmonLib | |
---|---|---|
2 | 19 | |
6 | 598 | |
- | 0.0% | |
0.0 | 0.0 | |
over 3 years ago | almost 2 years ago | |
Go | C++ | |
MIT License | GNU Affero General Public License v3.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
powerwall_exporter
Posts with mentions or reviews of powerwall_exporter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-17.
-
Home Energy Monitoring Dashboard
How I got my Tesla Powerwall metrics feed my Prometheus instance - link
-
Help with bind mounts and environment variables in Dockerfile and docker-compose
# Build FROM golang:alpine AS build WORKDIR / RUN apk add --no-cache git RUN git clone https://github.com/foogod/powerwall_exporter.git WORKDIR /powerwall_exporter RUN go mod download RUN go build # Deploy FROM alpine COPY --from=build /powerwall_exporter/powerwall_exporter /usr/bin/powerwall_exporter EXPOSE 9871 VOLUME /etc/powerwall_exporter RUN /usr/bin/powerwall_exporter --config.file=/etc/powerwall_exporter/powerwall_exporter.yaml --fetchcert CMD /usr/bin/powerwall_exporter --config.file=/etc/powerwall_exporter/powerwall_exporter.yaml
EmonLib
Posts with mentions or reviews of EmonLib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-17.
-
Using Antminer (or similar) as a dump load for extra solar PV power?
I also use the Open Energy Monitor project. https://openenergymonitor.org/
-
Home Energy Monitoring Dashboard
I knew https://openenergymonitor.org/ a year ago. Maybe It is your interest
-
Energy metering with general microprocessors?
You may take a look at https://openenergymonitor.org.
-
Help / collaberation with algo to charge EV from battery and/or PV and/or grid
https://openenergymonitor.org/ would be a good place to start, it's a mature project where the hard work is done.
-
An electricity monitoring device
You'll probably find the resources available on the OpenEnergyMonitor website quite useful, specifically their documentation on electricity monitoring. That covers theory, how to perform the required maths on an Arduino, and how to select the correct sensors etc.
-
Smart plug with power measurement >2300W
Here's the one I use, good combination of hackable and user friendly, although it took a bit of research to understand what kit and add-ons I needed cause it's got a good number of possible confegurations: https://openenergymonitor.org/
-
EV Charging Station Location
I use Open Energy Monitor gear at home to monitor my (wholesale) power price and solar generation. They have off-the-shelf gear for EV chargers where the feed wattage is controlled. All you would need is a billing aspect.
-
Whole Home Energy Monitoring
You can also look at https://openenergymonitor.org/ . The unit that goes in the electrical box is ESP8266-based, so if you don't want to use their software you might be able to get it running in esphome.
-
What is the best way to monitor the energy usage of the entire in-law unit without having individual appliances plugged in to smart switches (which the tenants could easily unplug and tamper)
Lots of ways. Sense.io. a few open source ones, iotawatt.com. Haven’t looked at this one too much https://openenergymonitor.org
- OpenEnergyMonitor is an open source monitoring system for energy
What are some alternatives?
When comparing powerwall_exporter and EmonLib you can also consider the following projects:
rtlamr2mqtt - Docker container to send rtlamr readings to a mqtt broker
EmonLib-esp32 - Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor
esphome - Custom component for ESPHome to add support for the Emporia Vue 2 energy monitor
emoncms - Web-app for processing, logging and visualising energy, temperature and other environmental data