I see, /etc/dhcpcd.conf and /etc/networks/interfaces was written by deconz to allow wlan0 as stand-alone interface (I see ‘generated by deconz’ in the files
Is it possible that this caused the problems?
I do not need the stand-alone wlan.
You can disable wifi in the Phoscon App → Settings → WIFI
But I don’t think thats the problem. Perhaps the phoscon server was down. Did you re-tried the update at a later time?
If not: did you configure some of the network settings of the RPI on your own?
etc/network/interfaces should contain the line: iface eth0 inet manual
Thats pretty much it.
etc/dhcpcd.conf is only needed if you want to have a static ip.
Another idea: you can also configure network settings via RPI Desktop. Right click at the to arrows at the right top corner. Check “Automatically configure emtpy options” is all thats needed on my RPI.
Wifi is disabled, but in the past I did some tests with it.
I definitely can not access any external IPV4 address, so it was not the phoscon server that was down. I got the same message when I ping 8.8.8.8, but it is ok for raspbian.raspberrypi.org, which is resolved to a IPV6 address
/etc/network/interfaces looks as you said…
Another idea: you can also configure network settings via RPI Desktop. Right click at the to arrows at the right top corner. Check “Automatically configure emtpy options” is all thats needed on my RPI.
I have a headless RPI, so that does not work for me.