tapmon VS comed_exporter

Compare tapmon vs comed_exporter and see what are their differences.

tapmon

Remote Write Tapo P110 Energy Usage Metrics (by richardjennings)

comed_exporter

turn comed's hourly pricing data into prometheus metrics (by kklipsch)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tapmon comed_exporter
1 2
4 2
- -
- 0.0
over 1 year ago over 1 year ago
Go Go
- 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.

tapmon

Posts with mentions or reviews of tapmon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.

comed_exporter

Posts with mentions or reviews of comed_exporter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.
  • Monitoring energy usage with smart plugs, Prometheus and Grafana
    7 projects | news.ycombinator.com | 5 May 2024
    I nerded out on this a few years ago and ended up buying a not well known device called a rainforest automation eagle (https://www.rainforestautomation.com/rfa-z114-eagle-200-2/). Its a pretty straight forward little linux device that reads your smart meter (after being enrolled via your utility). It exposes an xml api that I bridge to Prometheus (https://github.com/kklipsch/reagle).

    I also bridge my utility (ComEd's) pricing feed to prometheus (https://github.com/kklipsch/comed_exporter). Between those 2 I get pretty good whole home utilization and pricing info graphed into Prometheus (and thus into Grafana).

  • Ercot nearly at capacity for Texas power grid
    1 project | news.ycombinator.com | 15 Feb 2021
    The screen in my kitchen is a dakboard (https://dakboard.com/site) we largely use it as a digital picture frame and calendar but it supports querying/parsing json out of the box. So to get the price on it I have it hit my providers json api https://hourlypricing.comed.com/hp-api/.

    For the charts in my office I have a Prometheus/Grafana setup at home for a variety of things and built a bridge to the comed data for Prometheus (https://github.com/kklipsch/comed_exporter). For usage data I have a neat gadget called a Rainforest Automation Eagle (https://www.rainforestautomation.com/compare-emu-and-eagle/) that reads my smart meters radio signal. It exposes an xml api and I wrote a bridge to Prometheus (https://github.com/kklipsch/reagle).

    Once it’s all in Prometheus the Grafana dashboards are pretty straight forward affairs.