However, I keep getting this error in the MQTT broker:
1546657394: New client connected from 192.168.1.217 as sonoff_pow2_01 (c1, k10, u'broker1').
1546657455: Socket error on client sonoff_pow2_01, disconnecting.
1546657455: New connection from 192.168.1.217 on port 1883.
Any ideas? I have several other devices running on MQTT just fine. These are the first POW’s that I bought, but having issues. At one point, I was able to pull in the data just fine - but since then, it’s “unknown” in the front end, and it’s not working. Not sure what config I have wrong, or what’s going on.
Sorry - I have 2 POWs that I’ve added. Neither one is providing data into HA. They show up as “unknown”. One is sonoff_po2_01 and other is 02. Config is the same on both.
Hi there. I am new to MQTT and Home Assistant. I am trying to setup Internal Broker Mosquito within HA and have followed lots of forums and videos, however I am still getting this message
1555747015: New connection from 192.168.1.100 on port 1883.
1555747015: Socket error on client , disconnecting.
I do not know what it is referring too or what the “Socket error on Client” is
I have removed a Sonoff Device from Configurator File to hopefully start from scratch again
I have added the following to Mosquito
{
“logins”: [],
“anonymous”: true,
“customize”: {
“active”: false,
“folder”: “mosquitto”
},
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
}
No username or password
I have also added the following to Configurator File
mqtt:
broker: 192.168.x.xx (IP address of Raspberry Pi running HA)
Restarted HA and getting the above message in the Mosquito Log
I am sure it is something simple, however I try to resolve myself but not having any luck sadly
Hope someone can help
Did the same in the configuration.yaml file
mqtt:
broker: 192.168.x.xx (IP address of Raspberry Pi running HA 0.9.21)
Getting in the MQTT logs:
1556755281: New client connected from 192.168.4.28 as 1aab49ee-2000-4dfb-b739-e05706d0f657 (c1, k60).
1556755282: New connection from 192.168.4.80 on port 1883.
1556755284: Socket error on client , disconnecting.
Getting sometime the name of the client to show in the logs in stead of unknown but is the same ip address.
Any tip would be appreciated. Could this be a wifi issue from the client?