Mysensor gateway node is not connecting to Domoticz
-
I changed to new router from my internet provider (Ziggo). After adding all my fixed IP-adresses i have problems with mySensors gateway. It will not connect to Domoticz. I am now lost i tried a lot of things...but i don't understand why it is not connecting.
My setup is:
- Domoticz v3.8394 on RPI
- Mysensor node : ESP Easy NodeMCU (uploaded with https://www.letscontrolit.com/wiki/index.php/Tutorial_ESPEasy_Firmware_Upload)
My log is saying:
2017-09-15 23:21:27.287 New sensors allowed for 5 minutes... 2017-09-15 23:21:28.954 TCP: Reconnecting... 2017-09-15 23:21:29.955 Error: MySensors: Can not connect to: 192.168.1.113:5003 2017-09-15 23:21:29.955 TCP: Connection problem (Unable to connect to specified IP/Port) 2017-09-15 23:21:29.955 TCP: Reconnecting in 30 seconds...
From pi RPI i can ping the mysensor IP
pi@raspberrypi:~$ ping 192.168.1.113 PING 192.168.1.113 (192.168.1.113) 56(84) bytes of data. 64 bytes from 192.168.1.113: icmp_seq=1 ttl=128 time=9.43 ms 64 bytes from 192.168.1.113: icmp_seq=2 ttl=128 time=9.56 ms 64 bytes from 192.168.1.113: icmp_seq=3 ttl=128 time=10.0 ms 64 bytes from 192.168.1.113: icmp_seq=4 ttl=128 time=10.6 ms
I can connect with browser to mysensor node:
The following things i checked:
-
all components are on the same IP-range
-
in the settings page i set the 'local notwork'
-
I built a new node but this new node gives the same problem.
-
ect.
Anyone have a clue? Thanks in advance.
-
What does the debug output of the gateway say?
-
This is what the log says: (i rebooted to show you a clear log, otherwise only the uptime messages are shown)
-
@Mister_ik looks like you're not running any MySensors code?
-
@mfalkvidd Thank you.....if forgot to upload the gateway software. I thought flashing the NodeMCU was enough. And of-coarse i had to update in the gateway software also the router information. That was the step i forgot