Internet trobules with hass.io

Hey,

I had Hass.io up and running on my Pi with no problems but for some reason it has now stopped working…

So i have installed the following add-ons that all still work

  • Samba Share
  • Mosquitto broker
  • Configurator

I’m connected with an ethernet cable directly to my router.

I had Home Assistant cloud working with along with weather updates from YR. I can no longer login to Home Assistant cloud, get weather updates or get updates from home assistant. So i was thinking that my Pi had lost internet connection. But for some reason i can still download new add-ons from the add-on store?

I get the following errors from my logs

2019-03-31 07:10:51 ERROR (MainThread) [homeassistant.components.sensor.yr] Retrying in 19 minutes: Cannot connect to host aa015h6buqvih86i1.api.met.no:443 ssl:None [Try again]
2019-03-31 01:10:43 ERROR (MainThread) [homeassistant.components.updater] Could not contact Home Assistant Update to check for updates

The Home assistant IP-adress and my sonoff tasmota switch are reserved on my router image

Any ideas on what could be wrong? How do i check if im connected to the internet?

Cheers!

I had the same problem which is caused by googles DNS 8.8.8.8 and 8.8.4.4.

Try to change your DNS settings as per https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md BUT don’t use googles DNS. I have success with OpenDNS. So try to set your IPV4 like that:

[ipv4]
method=manual
address=192.168.x.xx/24;192.168.1.1
dns=208.67.222.222;208.67.220.220;

Hope that helps .

1 Like

Thanks a lot! It works now.