Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT client id #22

Open
msillano opened this issue Feb 3, 2018 · 1 comment
Open

MQTT client id #22

msillano opened this issue Feb 3, 2018 · 1 comment

Comments

@msillano
Copy link

msillano commented Feb 3, 2018

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants