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

V1.1.2 #37

Closed HotNoob closed 2 months ago

HotNoob commented 2 months ago

new features: select port by hardware ids. see wiki: https://github.com/HotNoob/PythonProtocolGateway/wiki/Transports#port

small bug fixes mqtt max_precision reimplemented default settings for eg4_v58 protocol cleaned eg4_58 holding map a bit added signed bit types, and signed manitude bit types added "custom" transports ( just like custom protocols, put the word custom in it to keep them safe from updates ), see wiki: https://github.com/HotNoob/PythonProtocolGateway/wiki/Transports#custom-transport added srne_v3.9 porotocol added variable_screen.txt feature added alternative hex format ( 0x, instead of just x) for csv config

still much more on the list to implement!