Home Assistant Err_connection_refused Zigbee2mqtt

So I decided to set up Zigbee2mqtt, and after i had it configured, i did a restart and have not been able to access HA locally or remotely. I still have access via Samba.

When i go to the IP address of my pi, i get Err_Connection_Refused, and i have no idea what i did, but would like to get this resolved as soon as possible.

thanks!

Changed the config?
Got an IP ban?
What does the log say?

my configuration.yaml is unchanged,

and where would i find the log if i have a ip ban? I cant access HA at all… other than Samba.

Check homeassistant.log first.
When there is one, delete Ip_bans.yaml
Ssh?

Here’s my homeassiant log file:

Blockquote
2019-03-28 15:16:48 WARNING (MainThread) [homeassistant.loader] You are using a custom component for custom_updater which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-03-28 15:16:48 WARNING (MainThread) [homeassistant.loader] You are using a custom component for customizer which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-03-28 15:16:48 WARNING (MainThread) [homeassistant.components.mqtt] Data in your config entry is going to override your configuration.yaml: {‘broker’: ‘core-mosquitto’, ‘discovery’: True, ‘password’: ‘o6picUnsLUqDQKXXhoIBdaunyGEsNLzR’, ‘port’: 1883, ‘protocol’: ‘3.1.1’, ‘username’: ‘homeassistant’}
2019-03-28 15:16:57 WARNING (MainThread) [homeassistant.components.device_tracker] Duplicate device MAC addresses detected 00:9D:6B:27:3B:04
2019-03-28 15:16:57 WARNING (MainThread) [homeassistant.components.device_tracker] Duplicate device MAC addresses detected 00:9D:6B:27:3B:04
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform yr is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.cover] Setup of platform myq is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.light] Setup of platform flux_led is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform nest is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.camera] Setup of platform nest is taking over 10 seconds.
2019-03-28 15:17:57 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform cloud is taking over 10 seconds.
2019-03-28 15:17:57 ERROR (MainThread) [homeassistant.components.sensor.yr] Retrying in 19 minutes:
2019-03-28 15:17:57 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform google_maps
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/device_tracker/init.py”, line 184, in async_setup_platform
disc_info)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/device_tracker/google_maps.py”, line 46, in setup_scanner
scanner = GoogleMapsScanner(hass, config, see)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/device_tracker/google_maps.py”, line 66, in init
self.service = Service(self.username, self.password, credfile)
File “/usr/local/lib/python3.7/site-packages/locationsharinglib/locationsharinglib.py”, line 366, in init
cookies_file=cookies_file)
File “/usr/local/lib/python3.7/site-packages/locationsharinglib/locationsharinglib.py”, line 221, in init
if cookies_file and self._validate_cookie(cookies_file):
File “/usr/local/lib/python3.7/site-packages/locationsharinglib/locationsharinglib.py”, line 248, in _validate_cookie
raise InvalidCookies(message)
locationsharinglib.locationsharinglibexceptions.InvalidCookies: The cookies provided do not provide a valid session.Please authenticate normally and save a valid session again
2019-03-28 15:17:57 ERROR (MainThread) [homeassistant.components.sensor] Setup of platform yr is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2019-03-28 15:17:57 ERROR (MainThread) [homeassistant.components.cover] Setup of platform myq is taking longer than 60 seconds. Startup will proceed without waiting any longer.

Blockquote

and i i didnt come across any ip_bans.yaml… would this be in the config folder?

and i cannot ssh into my pi.

Duplicate MAC addresses? That seems unhealthy.

The google_maps platform fell flat on its face.

2019-03-28 15:17:57 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform google_maps

Several other components are taking an abnormal amount of time to initialize.

It’s hard to believe zigbee2mqtt caused all this carnage. These things seem like pre-existing conditions.