ThomDietrich / miflora-mqtt-daemon

Linux service to collect and transfer Xiaomi Mi Flora plant sensor data via MQTT to your smart home system, with cluster support 🌱🌼πŸ₯€πŸ‘🌳
MIT License
610 stars 140 forks source link

Update paho-mqtt to 1.4.0 #67

Closed Markkuuss closed 5 years ago

Markkuuss commented 5 years ago

Connection to java moquette mqtt broker (also used with internal openhab 2.4 broker) fails because no client ID is generated. The bug has been fixed in paho-mqtt since version 1.3.1: https://github.com/eclipse/paho.mqtt.python/commit/6b6198ec3057bb81142d2f1ba4644502cc85f821

This PR fixed #55.

ThomDietrich commented 5 years ago

Excellent! πŸ‘Œ