How do you get your graphs for energy/temp sensors?

I have hundredgraphs, used emoncms before and I am wondering what would be other solutions

I prefer with some easy setup, I know you can do influx->grafana, but making that takes time and you need to host it yourself

Thx

1 Like

See the logging FAQ (The thread title is a clickable link)

If you’d like to see individual discussion threads, look at the quick browse lists in the community Dash created wiki, look down in the bottom of that page for the “project reports” section, and then look for the “ if you’d like to see individual discussion threads, look at the quick browse lists in the community Dash created wiki, look down in the bottom of that page for the “project reports“ section, and then look for the “logging” list. :sunglasses:

https://thingsthataresmart.wiki/index.php?title=How_to_Quick_Browse_the_Community-Created_SmartApps_Forum_Section

1 Like

Thx! Did not see it before

1 Like

I use simple event logger sending to Google sheets. Easy setup and works well. See here solar power log.

2 Likes

Here is a screenshot of Initial State logging the output of ST energy monitors (the smart outlets) in an experiment comparing power consumption between devices.

How do you configure ST to send data to InitialState? I am new to ST, had lot a Veras before

There is a step-by-step tutorial for connecting your ST data to Initial State at https://medium.com/@InitialState/tutorial-smartthings-meet-initial-state-ea6bff21cac7 . The link in the Data Logging and Charting Solutions FAQ is an old, dead link unfortunately. This one is up-to-date.

@jrbail01 thx!

1 Like

If you want to log your data to https://www.hundredgraphs.com and get graphs back from data, you can try this smartapp
https://github.com/ipstas/ipstas-smarththings-hundredgraphs

Use 5x instances of this (free) simple event logger --> [RELEASE] Simple Event Logger

From there it pushes data to 5x different Google spreadsheets as described in the instructions above. From there I make pivot tables for the data I want to see and then publish those as graphs to Action Tiles. See attached for some of the graphs I made.

Hi,
Been seeking a way to input the cost for kWh and calculate cost per the reported data from the zooz power switch. How exactly did you add the power consumption cost chart ?

Thank you

You can do that pretty easily with Initial State by following this support article / tutorial: https://support.initialstate.com/hc/en-us/articles/360003152452-Compute-Energy-Costs

I’ve made a WebCoRE Piston to push stats into EmonCMS, its here - https://community.webcore.co/t/post-device-statistics-to-emoncms-org-open-energy-monitor-or-emonpi/17158