Skip to content

jgaalen/modbus2influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script for sending SMA Modbus data to InfluxDB and Domoticz

This is a script for reading SMA values on a high interval (1 second). Because polling for single modbus data can take up to 150ms, polling for a bunch of data can take seconds. This script takes 250ms to poll up to 20 data points on newer models and about 650ms on older models.

It let's you push the data to InfluxDB and/or Domoticz

Requirements

  • Modbus enabled on your SMA inverter

Installation

git clone https://github.com/jgaalen/modbus2influxdb.git
pip3 install -U pymodbus pymodbusTCP influxdb

Tested on

  • SMA STP5000TL-20
  • SMA SB 3.6-1AV-41

Thanks

Script is influenced by (derenback)

About

SMA Modbux 2 influxdb script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages