fairecasoimeme / ZiGate-WiFi

New Firmware for ZiGate-WiFi based on powerfull Esp-link
Other
10 stars 1 forks source link

Socket error while trying to connect to mosquitto mqtt server #2

Open ZeGuigui opened 4 years ago

ZeGuigui commented 4 years ago

Hello

I am trying to configure mqtt client. Both zigate and mqtt server are on the same lan.

Zigate settings:

Mosquitto server (fresh install) :

I validated mosquitto install with mosquitto_pub, mosquitto_sub and MQTT Explorer

In mosquitto logs I can see:

1588369087: New connection from 192.168.1.55 on port 1883.
1588369087: Socket error on client <unknown>, disconnecting.

If I activate user authentication and give the zigate its user and password I get the same error, only its login is logged:

1588368809: New client connected from 192.168.1.55 as zigate (c1, k60, u'zigate').
1588368816: Socket error on client zigate, disconnecting.

Quick question while I am here: does it support tls?