-
Notifications
You must be signed in to change notification settings - Fork 20
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 Discovery Problems - Enable Debugging / Logging #87
Comments
it can support a different password per device, but the web interface doesn't support that at this time. I am not sure if it changed over the last few months, but backups where only supported via the http-api interface, and not via mqtt, so http-api being enabled and working is a requirement. The mqtt interface is to lower the load on http requests, since tasmota is much more happy with them, and we can quickly find devices instead of searching every single ip address. We do collect the needed information from mqtt if we can, otherwise it will fallback to http-api for it. But we always do backups via http-api |
Hi @patrickdk77, Where can I set individual passwords per device? I did some php programming in the past with bootstrap. Do you know, if this project still accepts PRs to be merged into master? Looping in @danmed as well. |
Alright. Found a workaround for individual passwords. If I add my devices to database table "devices", they become visible in WebUI and I can maintain the individual passwords per device there via "Edit". |
Hi everyone,
first of all: This is a great project! Exactly what I was looking for after several tasmota devices went into reset and I had to manually set them up again.
I just set up the docker container.
I am using MQTT and disabled the HTTP-API in my tasmota devices. Furthermore each tasmota webUi has a different password.
Unfortunately I only find one device via MQTT discovery and try to find out why.
I tried enabling debugging in phpMQTT.php, but these logs are not shown in the container logs or on screen.
Is there any possibility to enable debugging in the application to identify the root cause of my issue?
The text was updated successfully, but these errors were encountered: