Hallo,
ich habe einen Gurtwickler deren Fernbedienung ich mit einem ESP8266 steuern möchte.
https://github.com/thexperiments/esp8266_zb40_mqtt_gateway
Ich bekomme keine Verbindung von Pimatic über Broker „mosquitto“ zum ZB40_GATEWAY.
Was mache ich falsch?
Pimatic-Plugin
{
“plugin”: “mqtt”,
“active”: true,
“brokers”: [
{
“brokerId”: “mosquitto”,
“host”: “192.168.178.65”,
“port”: 1883,
“reconnect”: 50000,
“username”: “***”,
“password”: “”
}
]
},
Pimatic - devices
{
“id”: “rollo-kueche”,
“name”: “Rollo-Kueche”,
“class”: “MqttShutter”,
“brokerId”: “mosquitto”,
“topic”: “cmnd/ZB40_GATEWAY”, ?
“upMessage”: “/ZB40_GATEWAY/1/Up”, ?
“downMessage”: “/ZB40_GATEWAY/1/Down”, ?
“stateTopic”: “stat/ZB40_GATEWAY/1/” ?
},
Mosquitto.log
1659190926: New connection from 192.168.178.179 on port 1883.
1659190926: New client connected from 192.168.178.179 as ZB40_GATEWAY (p2, c1, k15, u’’).
1659105108: New connection from 192.168.178.65 on port 1883.
1659105108: New client connected from 192.168.178.65 as pimatic_fad65ef9 (p2, c1, k60, u’’).