Skip to content

Alexandros89/SDM120CTCP

 
 

Repository files navigation

SDM120CTCP

SDM120CTCP ModBus TCP client to read EASTRON SDM smart mini power meter registers

It depends on libmodbus (http://libmodbus.org)

To compile

  make clean && make

To install

make install

To uninstall

make uninstall

on /etc/hosts add an entry to point to ew11. eg.:

  192.168.1.100 ew11

please note that this file is fully based on sdm120c.c so the only change performed is related to the way it connects. There is no other changes done and it looks like the original file.

To use it please see the following example:

    sdm120ctcp -a 1 -b 9600 -z 10 -i -p -v -c -f -g -P N -w 10 -j 10 -d 0 -q /dev/dummy
  

the command layout is similar to the original sdm120c but we use /dev/dummy at the end to make use of the locking logic. the bitrate needs to be specified even if that parameted will be set into the server section of the ew11. Same for all serial settings

EW11 basic Settings

SerialPortSetting CommunicationSettings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%