martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
295 stars 69 forks source link

MQTT client id #22

Open msillano opened 6 years ago

msillano commented 6 years ago

I am exploring the esp_mqtt features, i found that:


CMD>show config STA: SSID:FRITZ!Box 3272 PW:cirohomewifi ... omissis .... MQTT client enabled MQTT client host: 192.168.178.23 MQTT client port: 1883 MQTT client user: none MQTT client password: MQTT client id: ESPBroker 9c593 (!! space between '' and '9') MQTT SSL: off NTP server: 1.it.pool.ntp.org (interval: 300 s, tz: 1) Clock speed: 160 Serial bitrate: 115200


The MAC is DC:4F:22:09:C5:93 (i seen it on router).

I have also some more problems on script, maybe i will post again when it is more clear. Thanks

martin-ger commented 6 years ago

Good issue! I should fix the generation of the default name.

However, you can change the MQTT client id any time using: set mqtt_id <your_id>

Feel free to ask anything about the usage and the scripting.