hey thanks for reading this,
I am new white home automation and i need some help i have setup my home assistent server on my raspberry pi and add the addon musquitto broker so i could connect my MQTT divices like a sonoff.
now i do have one problem when i take a look at the sonoff webpage or Tasmota web page i see that my esp conects to my broker `
[INFO] Setup mosquitto configuration
[WARN] SSL not enabled - No valid certs found!
[INFO] No local user available
[INFO] Initialize Hass.io Add-on services
[INFO] Initialize Home Assistant discovery
[INFO] Start Mosquitto daemon
1547315898: mosquitto version 1.4.15 (build date 2018-03-04 15:36:00+0000) starting
1547315898: Config loaded from /etc/mosquitto.conf.
1547315898: *** auth-plug: startup
1547315898: ** Configured order: http
1547315898: Opening ipv4 listen socket on port 1883.
1547315898: Opening ipv6 listen socket on port 1883.
1547315898: Opening websockets listen socket on port 1884.
1547315898: Warning: Mosquitto should not be run as root/administrator.
1547315898: New connection from 172.30.32.1 on port 1883.
1547315899: Socket error on client , disconnecting.
1547315899: New connection from 172.30.32.1 on port 1883.
[INFO] found homeassistant on local database
1547315899: New client connected from 172.30.32.1 as 23027429-94f8-4188-8af7-3072a47253a3 (c1, k60, u’homeassistant’).
1547315908: New connection from 192.168.1.27 on port 1883.
1547315908: New client connected from 192.168.1.27 as MQTTool-428403666 (c1, k60).
1547316078: Socket error on client MQTTool-428403666, disconnecting.
1547317699: Saving in-memory database to /data/mosquitto.db.
1547319500: Saving in-memory database to /data/mosquitto.db.
1547321301: Saving in-memory database to /data/mosquitto.db.
1547323102: Saving in-memory database to /data/mosquitto.db.
1547324903: Saving in-memory database to /data/mosquitto.db.
1547326704: Saving in-memory database to /data/mosquitto.db.
1547327824: New connection from 192.168.1.112 on port 1883.
1547327824: New client connected from 192.168.1.112 as DVES_111227 (c1, k10).
1547327897: Client 23027429-94f8-4188-8af7-3072a47253a3 disconnected.
1547327915: New connection from 172.30.32.1 on port 1883.
[INFO] found homeassistant on local database
1547327915: New client connected from 172.30.32.1 as 5e8d44fb-dece-4d5c-86e2-1930559d7b25 (c1, k60, u’homeassistant’).
1547328006: Socket error on client DVES_111227, disconnecting.
1547328006: New connection from 192.168.1.112 on port 1883.
1547328006: New client connected from 192.168.1.112 as DVES_111227 (c1, k10).`
but how do i get it show up in home assistent i dont see a popup from hey new devices found can somone help me i am new to this so dont be to hard on me
in advanced thanks you
Pepijn Trampe