HotNoob / PythonProtocolGateway

Python Protocol Gateway reads data via Modbus RTU or other protocols and translates the data for MQTT. In the long run, Python Protocol Gateway will become a general purpose protocol gateway to translate between more than just modbus and mqtt. Growatt, EG4, Sigineer, SOK, PACE
Apache License 2.0
4 stars 0 forks source link

Todo: SRNE inverter protocol v1.7 #35

Open HotNoob opened 2 months ago

HotNoob commented 2 months ago

SRNE is fairly common; protocol is modbus. should be a quick addition.

HotNoob commented 2 months ago

implemented in v1.1.2 untested.

HotNoob commented 2 months ago

a lot of weird things in their documentation... such as the signed bits being at the end of the numbers. "sign magnitude numbers" which makes me wonder if they also have high/low bytes backwards.

so could need a bit of testing to get it going well.