MQTT & openhab
-
And tonight, the weird is back
C:\Users\Totche>netstat -an|find "1883" TCP 0.0.0.0:1883 0.0.0.0:0 LISTENINGIn openHAB.fx, I can see the msgs from the node, so I suppose that the ethernet connection is working
With MYSController, nothing displayed, no node network

With the serial, I can see the exchanges between node and the MQTTgateway
So what's wrong ? The Gateway, a port redirection ????
-
@Totche Just for clarification: MYSController is not compatible with MQTT gateways but with serial gw. .
@tekka Ah OK, it's better to know it, thanks; ;)
And I found the error this morning and it works great......
To create the configuration file for openHAB, I made a copy/paste of the Mysensors example., and I haven't seen it was a space character at the beginning of each lines.
I removed it, and it's working fine.now
So be carefull with the spaces, it was a stupid mistake and boring to find.
I have done this test 5 times, so I'm sure that it's the problem.
Thank you everybody....