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

Requires paho-mqtt==1.6.1 #14

Closed jaketgardner closed 3 months ago

jaketgardner commented 4 months ago

Cannot run with paho-mqtt 2+, similar to adafruit bug linked below. https://github.com/adafruit/Adafruit_IO_Python/issues/152

HotNoob commented 4 months ago

releated to 'callback_api_version' added a work around in the code.