i'm trying to setup domoticz with mysensors but i can't mange to see new nodes

What have i done?
* installed domoticz
* configured mysensors ethernet connection
* clicked on "setup" in the hardware tab
* see nothing
* nothing in the devices tab too
logs:
domoticz
Code: Select all
2016-01-03 22:52:34.878 Domoticz V2.3530 (c)2012-2015 GizMoCuz
2016-01-03 22:52:34.880 Build Hash: 9eef872, Date: 2015-11-01 11:41:18
2016-01-03 22:52:34.882 System: Raspberry Pi
2016-01-03 22:52:34.884 Startup Path: /home/domoticz/domoticz/
2016-01-03 22:52:34.945 Sunrise: 08:12:00 SunSet:16:26:00
2016-01-03 22:52:34.946 EventSystem: reset all events...
2016-01-03 22:52:34.960 Active notification subsystems: (0/10)
2016-01-03 22:52:34.963 Webserver started on port: 8080
2016-01-03 22:52:34.968 Started shared server on: ::
2016-01-03 22:52:36.971 EventSystem: reset all events...
2016-01-03 22:52:36.972 EventSystem: reset all device statuses...
2016-01-03 22:52:36.973 EventSystem: Started
2016-01-03 22:52:38.971 MySensors: connected to: 192.168.100.10:5003
2016-01-03 22:52:42.903 Incoming connection from: 192.168.200.8
2016-01-03 22:57:51.987 Active notification subsystems: (0/10)
Code: Select all
Starting sensor (RNNNAS, 1.6.0-beta)
Radio init successful.
req id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
req id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
req id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
req id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
Init complete, id=255, parent=0, distance=1
req id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
req id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
gateway:
Code: Select all
0;255;3;0;9;Starting gateway (RNNGAS, 1.6.0-beta)
0;255;3;0;9;Radio init successful.
IP: 192.168.100.10
0;255;3;0;9;Init complete, id=0, parent=0, distance=0
0;255;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
0;255;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
0;255;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
0;255;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
0;255;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
0;255;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
so node => gateway itself seems fine.
Any Idea?