hjelev / rpi-mqtt-monitor

Raspberry Pi MQTT Monitor gathers system information and sends it to a MQTT server.
GNU General Public License v3.0
176 stars 42 forks source link

MQTT client ID with hostname #26

Closed j-broo closed 1 year ago

j-broo commented 1 year ago

Add client ID for MQTT session, as per issue #19

Added hostname to client ID, in case of multiple Pis reporting to same broker. Missed a client initialization on first change.