Steps to use the program
- Install requirements via
npm install
- Change the config file to meet your environment.
- Run the program via
node tasmota_data_gatherer.js
A Example service file is in the repo, which you can modify to meet your config.
A program which gathers data from tasmota energyplugs and puts the data into a influx database
JavaScriptGPL-3.0