mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
Update faq.md
This commit is contained in:
15
docs/faq.md
15
docs/faq.md
@@ -4,7 +4,14 @@
|
||||
|
||||
You have most likely an error in your MQTT configuration somewhere. To find the error follow theese steps:
|
||||
|
||||
1. Check your appdaemon log. (Settings > Add-ons > AppDaemon > Log)
|
||||
1. Check the location of your apps.yaml
|
||||
|
||||
With the AppDaemon Addon >= 15 the config dir has been moved.
|
||||
It's required to configure the location back to the old one, this is done by the `app_dir` line in your `appdaemon.yaml`.
|
||||
|
||||
This also requires you to move your apps.yaml to this location. Please make sure your apps.yaml is at `/config/appdaemon/apps/apps.yaml` and move it otherwise.
|
||||
|
||||
2. Check your appdaemon log. (Settings > Add-ons > AppDaemon > Log)
|
||||
You should see something like this:
|
||||
`INFO MQTT: MQTT Plugin initialization complete`
|
||||
If you are seeing Messages like this:
|
||||
@@ -12,14 +19,14 @@ If you are seeing Messages like this:
|
||||
Your appdaemon mqtt config is wrong, check your appdaemon.yaml.
|
||||
The log of your mqtt broker might give you additional information.
|
||||
|
||||
2. Check MQTT Configuration of Tasmota.
|
||||
3. Check MQTT Configuration of Tasmota.
|
||||
Your Tasmota device needs to connect sucessfully to your MQTT Broker, if you are in the waiting for content screen, the panel will send periodic messages to it's mqtt topic. Note that there is a minimum password length of 5 chars for the MQTT Connection in Tasmota.
|
||||
|
||||
3. Make sure that you are using the same topic in apps.yaml and in your tasmota configuration.
|
||||
4. Make sure that you are using the same topic in apps.yaml and in your tasmota configuration.
|
||||
The examples in the docs ([MQTT Config](https://docs.nspanel.pky.eu/configure_mqtt/)) are an valid example (tasmota<>apps.yaml).
|
||||
Please don't modify the Full Topic in your Tasmota Config, unless you know the implications, changing the Full Topic will result in diffent Send and Receive Channels, that have to be correct in your apps.yaml.
|
||||
|
||||
4. If you are still in the waiting for content screen please share the following items, with the Waiting for Content Issue type on the [Github Issues Page](https://github.com/joBr99/nspanel-lovelace-ui/issues/new/choose)
|
||||
5. If you are still in the waiting for content screen please share the following items, with the Waiting for Content Issue type on the [Github Issues Page](https://github.com/joBr99/nspanel-lovelace-ui/issues/new/choose)
|
||||
|
||||
- a screenshot of your tasmota mqtt configration (please censor your mqtt password)
|
||||
- your appdaemon.yaml (please censor your mqtt password)
|
||||
|
||||
Reference in New Issue
Block a user