HS110 Energy Monitoring

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
12

HS110 Energy Monitoring

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
18 Reply
Re:HS110 Energy Monitoring
2020-11-25 11:26:22

@MikeP Do you need any other hardware to do this than the HS110? And, is there any tutorial on how to do this?

  0  
  0  
#14
Options
Re:HS110 Energy Monitoring
2020-11-25 13:51:02

@Spennis You need to run an old android device as a server that uses AutomationManager to monitor the HS110 (and other device types) and AutomationOnDrive that bridges AutomationManager to google drive by logging usage to a spreadsheet.  From there you can build filters, graphs, sum or average values, etc - just like with any spreadsheet app.

AutomationManager: Secure home automation without relying on cloud servers.
  0  
  0  
#15
Options
Re:HS110 Energy Monitoring
2020-11-26 10:36:33

@Kevin_Z we need something like this please :D

https://github.com/jamesbarnett91/tplink-energy-monitor

  1  
  1  
#16
Options
Re:HS110 Energy Monitoring
2020-11-26 10:44:11

@FNB https://github.com/jamesbarnett91/tplink-energy-monitor

  0  
  0  
#17
Options
Re:HS110 Energy Monitoring
2020-11-26 10:44:26

@Vlad2020 https://github.com/jamesbarnett91/tplink-energy-monitor

  0  
  0  
#18
Options
Re:HS110 Energy Monitoring
2020-11-26 10:52:58

I used https://github.com/jamesbarnett91/tplink-energy-monitor

you can either install it on your PC or chose to run the code on a local server.

I chose to run it into Docker, a platform that sits on a Synology network drive

It took me about 15 minutes to set it up <3

 

  1  
  1  
#19
Options
Re:HS110 Energy Monitoring
2021-02-21 16:58:46
Hi Mike, Polling it and recording data in a google sheet sounds ideal - do you have a script to do this directly from the sheet or have you written a separate script to poll the device and write to file? Thanks John
  0  
  0  
#20
Options
Re:HS110 Energy Monitoring
2021-02-22 00:47:21
With mine you run a local server for automation and connectivity. If you have a look at my post earlier you'll see how that works. The automation server polls the devices and pushes the readings to your google sheet. Once the values are in the sheet adding formulas and graphs is easy - you use the tools available from google.
AutomationManager: Secure home automation without relying on cloud servers.
  0  
  0  
#21
Options
Related Articles