matthijsvisser / kamstrup-402-mqtt

This project provides a Python library that enables communication with the Kamstrup Multical 402 heat meter. The configured parameters will be read from the meter at a certain interval and published in MQTT messages.
MIT License
45 stars 11 forks source link

paho-mqtt version 2.0.0 - breaking change #16

Closed sebastiaankok closed 8 months ago

sebastiaankok commented 8 months ago

Hi Matthijs, thanks for this project! I'm using it in my Kubernetes homelab :)

Recently the paho-mqtt package got updated to version 2.0.0 which introduced a breaking change.
This PR fixes:

matthijsvisser commented 8 months ago

Thanks for your contribution!