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
14 stars 4 forks source link

protocol analyzer - value range checking - flag code csv format #8

Closed HotNoob closed 6 months ago

HotNoob commented 7 months ago

so... looks like its not good enough to check for zeros :P

i'm going to have to clean up the "values" columns in the csvs, and come up with a standard format / implementation for checking the values.

i have to think abit about this. currently flags/codes are done via json which i prefer as it is cleaner. maybe i'll add a flag_set={flag_name} sort of thing.

HotNoob commented 6 months ago

implemented. only as good as the protocol csv tho