maragelis / ParadoxRs232toMqtt

esp8266, serial bus to mqtt for Paradox alarm systems
MIT License
80 stars 22 forks source link

Socket error on client #79

Closed burghs closed 4 years ago

burghs commented 4 years ago

Hi, first off, thanks for this project!

I managed to flash my D1 Mini with the sketch and it seems to go through without any problem. Once I have connected to the paradoxCTL and then my home SSID I can see the D1 gets an IP of 192.168.1.37 assigned. This is pretty much where I get stuck as the logs in my Mosquitto broker indicates the following: 1595661803: New connection from 192.168.1.37 on port 1883. 1595661803: Socket error on client , disconnecting.

I have gone through so many articles related to this error and it references anything from passwords being too complicated(which i enabled anonymous now) to possible config issues in the pubsub.h

Is there perhaps any assistance you can give to circumvent this connection error? i am really excited to get this working.

thanks in advance!

burghs commented 4 years ago

Managed to sort the issue by reinstalling Arduino and reloading all the relevant sketches.