Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95468

MQTT error help please

$
0
0

@kreddad wrote:

I’m a new bee, can someone help and tell me what I’m doing wrong thank you in advance
this is the error message

Received message for unregistered webhook d316212e33f2562fa438a27b2767559ad07e0ece88fd08ab2c7460258ec1d0a3
11:32 AM components/webhook/__init__.py (WARNING) - message first occurred at 11:21 AM and shows up 50 times
Received message for unregistered webhook 543f1e41e7eea8e1423c3c99f230312a4789cafd0d06498b26c083277a74ec6c
11:32 AM components/webhook/__init__.py (WARNING) - message first occurred at 11:21 AM and shows up 51 times
Received message for unregistered webhook ed166f6190dd493f3bf7af9cdf545c767f00881f24ed43ccc3f0095d2952c7d8
11:32 AM components/webhook/__init__.py (WARNING) - message first occurred at 11:21 AM and shows up 51 times
Received message for unregistered webhook cd281b76e413cacf692838942ec1f67c016b58e6925a78f49c9568bad6e7361c
11:32 AM components/webhook/__init__.py (WARNING) - message first occurred at 11:21 AM and shows up 51 times
Received message for unregistered webhook 5f90f351d7e0526855a68f58cdc4c20462aa33beae56df57c90c0b9a52a2a15b
11:32 AM components/webhook/__init__.py (WARNING) - message first occurred at 11:21 AM and shows up 51 times
Received message for unregistered webhook 1581ce190c93b79b4b4067585b58239245e828fa358ef43d2f06caf9491ebf75
11:32 AM components/webhook/__init__.py (WARNING) - message first occurred at 11:21 AM and shows up 51 times
Invalid config for [mqtt]: [Broker] is an invalid option for [mqtt]. Check: mqtt->mqtt->Broker. (See /config/configuration.yaml, line 26). Please check the docs at https://home-assistant.io/integrations/mqtt/
11:32 AM components/hassio/__init__.py (ERROR)
Invalid config for [mqtt]: [Username] is an invalid option for [mqtt]. Check: mqtt->mqtt->Username. (See /config/configuration.yaml, line 28). Please check the docs at https://home-assistant.io/integrations/mqtt/
11:23 AM components/hassio/__init__.py (ERROR) - message first occurred at 11:23 AM and shows up 2 times


and this my configuration

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:
base_url: https://xxxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Frontend

frontend:
themes: !include themes.yaml

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

QMTT

mqtt:
Broker: 172.17.0.1
Port: 1883
Username: hassio
Password: myhassio
discovery: true
discovery_prefix: smartthings
keepalive: 60

my mosquito Bridge configuration:

{
  "logins": [
    {
      "username": "hassio",
      "password": "myhassio"
    }
  ],
  "anonymous": false,
  "customize": {
    "active": false,
    "folder": "mosquitto"
  },
  "certfile": "fullchain.pem",
  "keyfile": "privkey.pem",
  "require_certificate": false
}

# SmartThingsBridge addon configuration

{
  "broker_host": "172.17.0.1",
  "broker_port": 1883,
  "preface": "smartthings",
  "state_suffix": "state",
  "command_suffix": "cmd",
  "login": "hassio",
  "password": "myhassio",
  "bridge_port": 2080
}

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95468

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>