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: Add "concatenate_registers" by data type #38

Open HotNoob opened 2 months ago

HotNoob commented 2 months ago

use data type to automatically create register ranges. appears to be common pratice to rely on data type to specify the register ranges.

so, this will be required for the victron_gx3.3 protocol, since i don't want to manually specify all of the register ranges :P

will be for v1.1.3