Ok apologies if I have offended anyone for posting a image of my config.
Thanks to those who have pointed me in the right direction to where I should learn about how to post correctly. I have read and now understand what you guys need in order to help me. It helps when you know where to look.
After reading francisp’s link I appreciate that this thread has maybe gone ‘off piste’ from its original topic, so please feel free to say if I should start a new one. However, let me try to explain the issues I am experiencing in more detail in line with the advice given. First, the log pasted from configurator in home assistant and formatted as per Corey_Maxim’s advice.
# Configure a default setup of Home Assistant (frontend, api, etc)
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
mqtt:
broker: 192.168.1.93
username: name
password: pass
switch:
platform: mqtt
name: "BalconyLights"
command_topic: "cmd/BalconyLights/power"
state_topic: "stat/BalconyLights/power"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
Next is the comment from configurator stating that there’s a problem;
bad indentation of a mapping entry at line 16, column 13:
password: pass
^
I currently have the following Entities and add ons working correctly.
A Google Audio Cast device
A Sonos Amp
A Sonoff Basic operating via Mosquitto MQTT
All of the above are accessible via the overview and I can access them via the Duck DNS Add on remotely.
However, one ‘Entity’ that cannot be found is a Sonoff Mini. This has been set up with Tasmota (Just like the functioning Sonoff Basic) and has been configured to use the MQTT again, just like the basic.
When reviewing the logs in the MQTT it see’s the IP address of the Mini, and says its connected. Also, looking atthe ‘Console’ of the device in Tasmota, it suggests its connected.
I have added the lines in the config.yaml file thinking that it might help.
Finally, a copy of the Log from the Developers Tools area.
Entity sensor.sonoff_status is incorrectly being triggered for updates while it is disabled. This is a bug in the mqtt integration.
November 7, 2019, 11:01 PM helpers/entity.py (WARNING)
Error loading /config/configuration.yaml: expected ‘’, but found ‘’ in “/config/configuration.yaml”, line 7, column 1
November 7, 2019, 10:52 PM components/hassio/init.py (ERROR) - message first occurred at November 7, 2019, 4:58 PM and shows up 3 times
expected ‘’, but found ‘’ in “/config/configuration.yaml”, line 7, column 1
November 7, 2019, 10:52 PM util/yaml/loader.py (ERROR) - message first occurred at November 7, 2019, 4:58 PM and shows up 3 times
Error handling request
November 7, 2019, 9:35 PM /usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py (ERROR) - message first occurred at November 7, 2019, 9:34 PM and shows up 3 times
Disconnected: Did not receive auth message within 10 seconds
November 7, 2019, 4:59 PM components/websocket_api/http.py (WARNING) - message first occurred at November 7, 2019, 4:59 PM and shows up 3 times
Received message for unregistered webhook e12cef21e6a3a4a1d918906ef88865157b43802c6b6a6ab9ac9793721e8debdd
November 7, 2019, 4:59 PM components/webhook/init.py (WARNING)
Login attempt or request with invalid authentication from 86.128.82.201
November 7, 2019, 4:59 PM components/http/ban.py (WARNING)
Error loading /config/configuration.yaml: expected ‘’, but found ‘’ in “/config/configuration.yaml”, line 3, column 1
November 7, 2019, 3:50 PM components/hassio/init.py (ERROR)
expected ‘’, but found ‘’ in “/config/configuration.yaml”, line 3, column 1
November 7, 2019, 3:50 PM util/yaml/loader.py (ERROR)
Exception occurred:
November 7, 2019, 3:00 PM /usr/local/lib/python3.7/site-packages/zeroconf.py (WARNING)
And if I may also say, I do not expect to be ‘handed’ the answer from any individual on this forum. I merely post in the hope to be pointed in the right direction and engage in conversation on a topic that people share an interest in. This is how we learn. I would hope, that once I reach the point of understanding and knowledge where I can answer other people’s questions, then I will do so with an understanding, that we all have to start somewhere.
Many Thanks once again