Hi,
First things first: I’m new to HomeAssistant and am at the moment a bit daunted by all the bits I can see in the interface. However I’m keen to learn, although that may be a slow process.
I’ve loaded up HAOS on an old PC and it’s plugged into my network. It’s headless, so I can only access it by the web interface. It appears to be working fine and has found my router, a couple of Shelly devices and a load of Chromecast Audio’s I have. All well and good.
I also have a Raspberry Pi running PiHole on the same network which runs my DHCP server. For the purposes of setting up HA I have stopped PiHole from blocking any traffic, hopefully ensuring that it won’t stop anything essential in HA from working.
The problem is that Radio Browser won’t initialise. All it will tell me is ‘Failed setup, will retry’. Looking at Settings > System > Logs I can see the following:
Logger: homeassistant.config_entries
Source: config_entries.py:1248
First occurred: 3:25:38 pm (3 occurrences)
Last logged: 4:10:44 pm
Config entry 'Radio Browser' for radio_browser integration not ready yet: Could not connect to Radio Browser API; Retrying in background
If I ask HA to save a log file to local disk I can also find the following in that log file repeatedly:
2023-09-13 23:32:17.808 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Radio Browser' for radio_browser integration not ready yet: Could not connect to Radio Browser API; Retrying in background
Google has led me to this thread on this forum which seems to deal with a similar issue:
I have tried nslookup as follows:
ogp@X220:~$ nslookup -q=SRV _api._tcp.radio-browser.info
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
_api._tcp.radio-browser.info service = 1 1 443 at1.api.radio-browser.info.
_api._tcp.radio-browser.info service = 1 1 443 nl1.api.radio-browser.info.
_api._tcp.radio-browser.info service = 1 1 443 de1.api.radio-browser.info.
Authoritative answers can be found from:
ogp@X220:~$
(Note: this is typed into the terminal on the machine I am accessing HA from - this isn’t typed into the HA Command Line on the HA machine).
The thread linked about suggests that there may be problems with Virgin ISP not allowing access to the Radio Browser server. I have therefore added 8.8.8.8 as a DNS server into the PiHole but this has made no difference. I have also tried adding 8.8.8.8 as the DNS server in HA (in Settings > System > Network) but this has made no difference.
If it’s relevant, Meteorologisk institutt (Met.no) seems to have the same problem, which may also suggest a connection issue.
In short - what can I do to make Radio Browser work?
Thanks.