diff --git a/plugin.py b/plugin.py index 89e5080..7d21f9a 100644 --- a/plugin.py +++ b/plugin.py @@ -1,18 +1,11 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- -# -# DS238-2 D/ZN ModbusTCP -# -# Source: https://github.com/xbeaudouin/domoticz-ds238-modbus-tcp -# Author: Xavier Beaudouin (https://oav.net/) -# License: MIT -# -# Based on the work of : -# Source: https://github.com/addiejanssen/domoticz-solaredge-modbustcp-plugin -# Author: Addie Janssen (https://addiejanssen.com) -# License: MIT -# - +""" +Hiking DDS238-2 ZN/S Energy Meter +Author: Xavier Beaudouin +Requirements: + 1. modbus over TCP adapter like PW21 + 2. pymodbus AND pymodbusTCP +""" """ @@ -24,22 +17,7 @@