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

Problem with installation MQTT APPDEAMON #1237

Open
3 tasks
Mogobec93 opened this issue Jul 12, 2024 · 1 comment
Open
3 tasks

Problem with installation MQTT APPDEAMON #1237

Mogobec93 opened this issue Jul 12, 2024 · 1 comment
Labels
configuration related to configuration homeassistant question Further information is requested

Comments

@Mogobec93
Copy link

PROBLEM DESCRIPTION

I'm seeing the waiting for content message on the Panel and I'm unable to find the configuration issue.

[] I've double checked each step explained in the FAQ:

https://docs.nspanel.pky.eu/faq/#waiting-for-content-this-is-taking-longer-than-usual-on-the-screen

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Provide a screenshot of your tasmota mqtt configuration:

  • Provide your appdaemon.yaml:

  appdaemon.yaml here:


secrets: /homeassistant/secrets.yaml
appdaemon:
latitude: 52.0
longitude: 4.0
elevation: 2
time_zone: Europe/Berlin
app_dir: /homeassistant/appdaemon/apps/ # !!! This is really important for AppDaemon HA Addon >= 15
plugins:
HASS:
type: hass
MQTT:
type: mqtt
namespace: mqtt
client_id: "appdaemon"
client_host: 192.168.0.123 # This should work if you are using supervised HomeAssistant; if not use the IP Address instead.
#client_host: 192.168.75.30
client_port: 1883
client_user: "xxx"
client_password: "xxx"
client_topics: NONE
http:
url: http://127.0.0.1:5050
admin:
api:
hadashboard:


- [ ] Provide your apps.yaml:

apps.yaml here:

---
nspanel-1:
  module: nspanel-lovelace-ui
  class: NsPanelLovelaceUIManager
  config:
    panelRecvTopic: "tele/NSPanelm/RESULT"
    panelSendTopic: "cmnd/NSPanelm/CustomSend"
    model: eu

cards:
  - type: cardAlarm
    title: Alarm Test 1
    entity: alarm_control_panel.home_alarm
  • Go to Settings>Add-ons>AppDaemon>Log and then, provide the output of the log after restarting the appdaemon container:
  Log output here:

Authorised
2024-07-12 06:31:51.617610 CRITICAL MQTT: MQTT Client Disconnected Abruptly. Will attempt reconnection
2024-07-12 06:31:52.617325 CRITICAL MQTT: Could not complete MQTT Plugin initialization, trying again in 5 seconds
2024-07-12 06:32:02.621726 CRITICAL MQTT: Could not Complete Connection to Broker, please Ensure Broker at URL 192.168.0.123:1883 is correct and broker is not down and restart Appdaemon
2024-07-12 06:32:03.620696 CRITICAL MQTT: Could not complete MQTT Plugin initialization, trying again in 5 seconds


### ADDITIONAL INFORMATION

_Add information about your setup here, if any. (For example docker version of AppDaemon instead of the HomeAssistant Add-on)_

Hello, I have Problem with installation. I think I am doing something wrong with code Tasmota/MQTT and APPDEAMON. Can anybody help me with Info what i am doing wrong? Thanks a lot.
@Mogobec93 Mogobec93 added configuration related to configuration question Further information is requested labels Jul 12, 2024
@joBr99
Copy link
Owner

joBr99 commented Jul 16, 2024

Hey there is no mqtt broker reachable on the ip you have configured in appdaemon.yaml

What does your setup look like? Is it Homeassistant OS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration related to configuration homeassistant question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants