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

TODO: protocol based default settings #19

Closed HotNoob closed 5 months ago

HotNoob commented 6 months ago

add default settings config for protocols to the .json file

ie, baud rate, sleep, max batch size ect..

since protocols will match similar devices. lessen the learning curve.

HotNoob commented 6 months ago

partially done. but need to take the time to cleanup all the settings in general.

HotNoob commented 5 months ago

pretty much done with v1.1.0 but do need to keep an eye on keeping the settings clean. can easily get out of hand.