mrwiwi / tydom2mqtt

Link between a Delta Dore's Tydom Hub and and a MQTT broker, unofficial of course.
MIT License
28 stars 17 forks source link

Not able to use private mqtt on 1883 port #8

Closed max5962 closed 4 years ago

max5962 commented 4 years ago
  if (MQTT_HOST == 'localhost'):
        MQTT_PORT = 1883 #1884 for websocket without SSL
        MQTT_SSL = False
    else:
        MQTT_PORT = 8883 #8884 for websocket
        MQTT_SSL = True

I can't use private mqtt on 1883 because of this code. ( on my private docker network )

mrwiwi commented 4 years ago

Should be fixed in 1st release