2025-01-22 11:56:34 +00:00
2025-01-22 11:56:34 +00:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00
2022-11-09 09:32:41 +01:00

Powercollect

Collect power data of Eastron SDM-630 power meter over modbus-tcp and store them in InfluxDB

Installation

make install

Default install location for the executable is /usr/bin. This can be modyfied by changing the PREFIX variable.

PREFIX=/usr/local/bin make install

Uninstallation

make uninstall

When PREFIX was modyfied for installation it needs to be changed for uninstalling as well.

PREFIX=/usr/local/bin make uninstall

Configuration

Default configuration file is installed in /etc/powercollect/config.json

systemd service

systemctl enable powercollect.service
systemctl start powercollect.service
Description
No description provided
Readme 34 KiB
Languages
Go 86%
Makefile 14%