OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
104 stars 30 forks source link

Unique clientID #58

Closed frosenb closed 4 years ago

frosenb commented 4 years ago

According to the mqtt specification/standard the ID (clientID) should be unique per client and broker

https://github.com/OpenZWave/qt-openzwave/blob/525a25c270af877339e7fd919dee22882d78543c/qt-ozwdaemon/mqttpublisher.cpp#L19

I think this is causing issues when connecting muliple ozwdaemon to a mqtt broker.

Fishwaldo commented 4 years ago

Fixed. Now uses qt-openzwave- as the ClientID