We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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>
set mqtt_id <your_id>
Feel free to ask anything about the usage and the scripting.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: