These creds are default Sonoff Tasmota creds. I dont care about sequrity since it is local network.
I also changed main config to
mqtt:
broker: 192.168.1.116
and configured integration.
The addon log is:
1541430941: Opening ipv4 listen socket on port 1883.
1541430941: Opening ipv6 listen socket on port 1883.
1541430941: Opening websockets listen socket on port 1884.
1541430941: Opening ipv4 listen socket on port 8883.
1541430941: Opening ipv6 listen socket on port 8883.
1541430941: Opening websockets listen socket on port 8884.
1541430941: Warning: Mosquitto should not be run as root/administrator.
1541430944: New connection from 192.168.1.104 on port 1883.
[INFO] found DVES_USER on local database
1541430945: New client connected from 192.168.1.104 as DVES_0F6870 (c1, k15, u'DVES_USER').
1541430945: New connection from 192.168.1.124 on port 1883.
1541430945: New connection from 192.168.1.122 on port 1883.
[INFO] found DVES_USER on local database
1541430946: New client connected from 192.168.1.124 as DVES_029D3D (c1, k15, u'DVES_USER').
[INFO] found DVES_USER on local database
1541430948: New client connected from 192.168.1.122 as DVES_0E3B9B (c1, k15, u'DVES_USER').
1541430948: New connection from 192.168.1.119 on port 1883.
1541430948: New connection from 192.168.1.115 on port 1883.
1541430948: New connection from 192.168.1.121 on port 1883.
[INFO] found DVES_USER on local database
1541430951: New client connected from 192.168.1.119 as DVES_B2E718 (c1, k15, u'DVES_USER').
[INFO] found DVES_USER on local database
1541430953: New client connected from 192.168.1.115 as DVES_AC8937 (c1, k15, u'DVES_USER').
[INFO] found DVES_USER on local database
1541430955: New client connected from 192.168.1.121 as DVES_9126AB (c1, k15, u'DVES_USER').
It looks like some devices are connected successfully. But none of them alive:
Try changing anonymous: to true. My understanding is that by having anonymous true and a login set, it will allow anonymous clients in a read only mode. (the client can send stuff but can’t read other stuff)
Well, I’m glad I’m not the only one who has been spending a couple of hours today to find this problem.
I have recreated the issue a couple of times (reflash, install, install Samba, copy back backup, restore backup, etc) before I found the problem being the MQTT update. After each iteration I lose all connectivity except ping (so no Samba, no SSH)
What is the recommended way to test here? Every time I break my HA-instance now I have to redo the whole procedure again, not a very nice way to quickly test some options…
I did not understand if this is a way to make money or a security update. anyway they made me lose an afternoon and at the end I solved, at least for the moment.
I installed mosquitto on nas sinology and now everything works regularly.
Thank you so much for making me lose an afternoon:rage:
Configure mqtt in the Configuration -> Integrations
Make sure all your mqtt devices have correct creds (DVES_USER/DVES_PASS in case of Tasmota)
Make sure you included discovery: and GOT RID of mqtt: in the main config
Restart the hassio
PS: if you need to reboot the whole machine, make sure your hass supervisor is updated to v139. In other case you will get the docker container boot loop. To fix the loop remove discovery.json in the config folder (via ssh or direct access to the os file system)
PS2: make sure you disabled autoupdate for ALL addons. To save some time in the future