-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ZBBridge tasmota 9.1.0 doesn't save MQTT user and pass. #9825
Comments
Please, provide the console log when your device restarts after you save your mqtt settings. Thanks. |
here it is: ` 00:00:00 CFG: Loaded from flash at F4, Count 66 ` |
I can confirm that updating MQTT user from the web UI also did not work for me, but updating via the command Doing the same on another device, I saw MqttUser included in the console message appearing when saving from the web UI, in contrast to this specific field conspicuously missing on the ZbBridge. Looks like a real difference between the binary for ZbBridge and in this case the regular tasmota.bin.gz. Both devices on 9.1.0 |
Fix GUI MqttUser and MqttPassword updates when TLS is compiled in (#9825)
Hello,
PROBLEM DESCRIPTION
recently got my first sonoff zbbridge. tasmotized it following digiblurs tutorials.
latest release version (9.1.0) and latest OTA file
almost everything works through ZHA but i wanted to configure it to use MQTT like many of my other tasmotized devices.
i go to config other and enable MQTT. that works. device reboots. i check the setting and it is active
then i go into config MQTT i set the server, port and all the other info. i accept. device reboots...
but when i go into config MQTT again, the user and password were not saved and have been reverted back to default values.
and obviously, in home assistant, nothing new appears in MQTT
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:(Please use
weblog 4
for more debug information)TO REPRODUCE
Steps to reproduce the behavior:
tasmotize a sonoff zbbridge. enable mqtt, try to input mqtt user and pass
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
expected to keep those settings saved and start showing in the MQTT integration in HA
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: