Working config, now cannot reach front end. SSH works fine

Had a working config, loved it, worked great! Pi-Zero, hassbian, etc.

Now I can ping & login via SSH, but I get connection refused if I try to access via the web via http://10.0.0.xx:8123 (ERR_CONNECTION_REFUSED)

Have tried to isolate out any router/switch issues by trying different subnets, etc. There are no network firewall rules that would block access.

Almost seems to me like a firewall was enabled on the hasspian system, but I could not find a ufw command or similar.

The only error I see in the logs is “recorder is slow to start”, everything else starts/stops correctly. I also stopped it, logged in as the homeautomation user, and manually started, saw no errors other than the recorder warning.

So I’m stumped… any suggestions? I don’t have a regular pi, so cannot plug in ethernet. I was thinking of moving to a regular pi and using ethernet, so that may be my next test.

All input welcome!

Thanks in advance,

Alan

Doing some more debugging, my zwave devices which worked reliably for weeks are now not triggering, so I don’t think it’s just the front end.

Seems to be running:
pi@hassbian:~ $ sudo systemctl status [email protected]
[email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Fri 2018-07-13 04:20:40 UTC; 11min ago
Main PID: 891 (hass)
CGroup: /system.slice/system-home\x2dassistant.slice/[email protected]
└─891 /srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass

Jul 13 04:21:17 hassbian hass[891]: 2018-07-13 04:21:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=system_lJul 13 04:21:17 hassbian hass[891]: 2018-07-13 04:21:17 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.1 seconds.
Jul 13 04:21:17 hassbian hass[891]: 2018-07-13 04:21:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=system_Jul 13 04:21:17 hassbian hass[891]: 2018-07-13 04:21:17 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.2 seconds.
Jul 13 04:21:17 hassbian hass[891]: 2018-07-13 04:21:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>
Jul 13 04:21:19 hassbian hass[891]: 2018-07-13 04:21:19 INFO (MainThread) [homeassistant.setup] Setting up frontend
Jul 13 04:21:19 hassbian hass[891]: 2018-07-13 04:21:19 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.2 seconds.
Jul 13 04:21:19 hassbian hass[891]: 2018-07-13 04:21:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=frontenJul 13 04:21:24 hassbian hass[891]: 2018-07-13 04:21:24 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
Jul 13 04:21:24 hassbian hass[891]: 2018-07-13 04:21:24 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: source=bootstrap.lines 1-17/17 (END)