Open gahujipo opened 4 years ago
I would like to find out whether the problem is, that the minsierver tries to retrieve data from port 7091 or whether the problem is, that the loxberry is not listening on this port:
root@loxberry:~# netstat -lntup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 830/smbd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 807/sshd
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 830/smbd
tcp6 0 0 :::6090 :::* LISTEN 988/node
tcp6 0 0 :::6091 :::* LISTEN 988/node
tcp6 0 0 :::139 :::* LISTEN 830/smbd
tcp6 0 0 :::111 :::* LISTEN 1/init
tcp6 0 0 :::80 :::* LISTEN 821/apache2
tcp6 0 0 :::21 :::* LISTEN 815/vsftpd
tcp6 0 0 :::22 :::* LISTEN 807/sshd
tcp6 0 0 :::445 :::* LISTEN 830/smbd
udp 0 0 0.0.0.0:1900 0.0.0.0:* 970/perl
udp 0 0 0.0.0.0:50601 0.0.0.0:* 970/perl
udp 0 0 0.0.0.0:6091 0.0.0.0:* 988/node
udp 0 0 0.0.0.0:68 0.0.0.0:* 583/dhclient
udp 0 0 0.0.0.0:111 0.0.0.0:* 1/init
udp 0 0 192.168.0.255:137 0.0.0.0:* 791/nmbd
udp 0 0 192.168.0.5:137 0.0.0.0:* 791/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 791/nmbd
udp 0 0 192.168.0.255:138 0.0.0.0:* 791/nmbd
udp 0 0 192.168.0.5:138 0.0.0.0:* 791/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 791/nmbd
udp 0 0 0.0.0.0:58514 0.0.0.0:* 406/avahi-daemon: r
udp 0 0 0.0.0.0:5353 0.0.0.0:* 406/avahi-daemon: r
udp6 0 0 :::49166 :::* 406/avahi-daemon: r
udp6 0 0 :::111 :::* 1/init
udp6 0 0 :::5353 :::* 406/avahi-daemon: r
Had the same problem
After installed: https://github.com/mjesun/loxberry-music-server-gateway everyhting was working
I really like the concept of this plugin and want to thank you for it!
I installed it and got in working in the way that the zone shows artist and title. But after clicking it, the interfaces does not open and keeps hanging on the loading-screen. I see those kind of errors in the Chrome Developer Console:
192.168.0.4 is the miniserver. 192.168.0.5 is the loxberry.
My plugin settings
Aside of that I have trouble receiving the UDP messages in Loxone. Receiving port seems to be correct and sending those kind of messages via bash works from the loxberry.
Any ideas what I could check next?