rtlamr2mqtt
Docker container to send rtlamr readings to a mqtt broker (by allangood)
powerwall_exporter
Prometheus exporter for Tesla Powerwall data (by foogod)
rtlamr2mqtt | powerwall_exporter | |
---|---|---|
7 | 2 | |
366 | 6 | |
7.7% | - | |
6.1 | 0.0 | |
over 1 year ago | over 3 years ago | |
Python | Go | |
MIT License | MIT License |
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.
rtlamr2mqtt
Posts with mentions or reviews of rtlamr2mqtt.
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
Using this project to get my Gas meter reading into Home Assistant (and indirectly into InfluxDB)
-
Natural gas monitor
If you have a meter that reports gas usage via wireless you can use a software defined radio to pull in all the data using rtlamr2mqtt addon https://github.com/allangood/rtlamr2mqtt
-
Anyone else enjoy watching their solar panels finally go positive?
I used https://github.com/allangood/rtlamr2mqtt to actually read the data off the wire and put it into MQTT. Homeassistant then reads from MQTT.
-
Meter replacement carries $200M shock: Rhode Island Energy’s advanced metering proposal ‘costs would be borne by ratepayers’
This is correct. As someone who currently monitors my meter in real-time using rtlamr2mqtt, I can vouch for the benefits of knowing your energy usage in real-time. I had a rooftop solar array installed recently, and I use real-time monitoring to see whether I’m generating excess energy, which helps me know when the best time is to run my clothes dryer or charge my car. It absolutely helps people make better choices around their energy usage, and I think it’s something everyone would benefit from if it was more easily accessible.
-
What will I need to install to get started? InfluxDb, Grafana, UI? Have Ubuntu server with Java, Mosquitto.
My first use case is energy monitoring, pulling in electric meter readings using rtlamr2mqtt, which I already have going with Mosquitto. I also have my OpenEVSE publishing MQTT, and tried out HA's SolarEdge API integration. It sounds like OpenHAB's MQTT integration should be easy, but I'm uncertain how I'll see the data.
-
Public Central Hudson API?
Absolutely! I'm using a Nooelec NESDR Mini as a Software Defined Radio connected to a raspberry pi that's running a program called RTLAMR, which will pickup all the Automated Meter Reader signals in the area. There's some research you'll have to do to find your meter ID, manufacturer, and protocol, but once you have it narrowed down to your meter you can publish the entries to an MQTT instance using rtlamr2mqtt, where Home Assistant can pick it up and use it to track your total energy consumption.
-
Nova Scotia Power: Download my data
I've heard that this works well with the meter NS Power uses: https://github.com/allangood/rtlamr2mqtt
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
What are some alternatives?
When comparing rtlamr2mqtt and powerwall_exporter you can also consider the following projects:
AI-on-the-edge-device - Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
EmonLib - Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
deye-inverter-mqtt - Reads Deye solar inverter metrics and posts them over MQTT
IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor
greenbutton-python - Python parser for ESPI ("Green Button") files.