My setup is:
- Domoticz v3.8394 on RPI
- Mysensor node : ESP Easy NodeMCU
My log is saying:
Code: Select all
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...
Code: Select all
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
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.