Skip to content

Read metrics from Epever Tracer via RS485 and output to InfluxDB

License

Notifications You must be signed in to change notification settings

dernasherbrezon/epever-tracer-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Read metrics from Epever Tracer via RS485 and output to InfluxDB.

Install

  1. Make sure Epever Tracer connected via RS485. If you're using standard USB->RS485 cable, then you have to install custom drivers:
cd xr_usb_serial_common
sudo ./build_and_install.sh
  1. Configure external apt repo:
sudo add-apt-repository ppa:rodionovamp/epever-tracer-influxdb
sudo apt-get update
  1. Install application:
sudo apt-get install epever-tracer-influxdb
  1. Configure:
sudo vi /etc/epeverTracer.conf

Build

  1. Install dependencies
sudo apt-get install libmodbus-dev check cmake
  1. Build
mkdir build
cd build
cmake ..
make

About

Read metrics from Epever Tracer via RS485 and output to InfluxDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published