Search found 1 match

by Ksala
Monday 22 November 2021 23:37
Forum: Python
Topic: Chint DTSU666-Modbus smart meter
Replies: 4
Views: 8278

Re: Chint DTSU666-Modbus smart meter

Hi Robert

In your plugin on github i founded probably error.

there is
Volts_AB = self.rs485.read_float(0x2000, functioncode=4, numberOfRegisters=2)/10
...
should be

Volts_AB = self.rs485.read_float(0x2000, functioncode=3, numberOfRegisters=2)/10
...

for read modbus devices you shuld use ...