Skip to content

Way of measuring power using Shelly devices using MQTT

Notifications You must be signed in to change notification settings

milanfon/shelly-power-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shelly Power Client

This script is used to receive power data from Shelly power meters / smart switches (like Pro 4PM used here).

README is WIP

How to set up

TBD

How to run

  1. Install Node.js.
  2. Navigate into the script folder and run npm install which install required modules into the folder (like MQTT connector).
  3. In the app.js script add your own config for MQTT broker.
  4. Run node app.js in the root folder to start the app.
  5. You are going to be prompted to enter the name of the measurement. You should use anything that is allowed in you OS.
  6. Wait until the value 0 appears and then you can start you testing.
  7. To save the measurement and quit, press Ctrl + x.
  8. You are going to find your measurement in the folder out/.

About

Way of measuring power using Shelly devices using MQTT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published