Hey Troy.
Iām relatively new to FreeNas 11.2, I have it running plex but I have not dove any deeper than that since I set it up. I am trying to get Home Assistant installed and I have been following your guide to install using the script.
I can install ok but I canāt connect to the url.
The URL I get is
Home Assistant: http://192.168.0.40:8123
It just tells me the site canāt be reached. I can however reach HA Dashboard and Configurator.
Here are the logs from the homeassistant_daemon. It appears to fail on a lot of dependencies. Any help would be appreciated.
2019-11-04 23:17:52 INFO (SyncWorker_0) [homeassistant.config] Upgrading configuration directory from 0.7.7 to 0.101.2
2019-11-04 23:17:52 INFO (SyncWorker_0) [homeassistant.config] Migrating google tts to google_translate tts
2019-11-04 23:17:53 INFO (SyncWorker_2) [homeassistant.util.package] Attempting install of pyotp==2.3.0
2019-11-04 23:17:54 INFO (SyncWorker_3) [homeassistant.util.package] Attempting install of PyQRCode==1.2.1
2019-11-04 23:17:56 INFO (SyncWorker_14) [homeassistant.loader] Loaded group from homeassistant.components.group
2019-11-04 23:17:56 INFO (SyncWorker_13) [homeassistant.loader] Loaded updater from homeassistant.components.updater
2019-11-04 23:17:56 INFO (SyncWorker_10) [homeassistant.loader] Loaded automation from homeassistant.components.automation
2019-11-04 23:17:56 INFO (SyncWorker_9) [homeassistant.loader] Loaded http from homeassistant.components.http
2019-11-04 23:17:56 INFO (SyncWorker_18) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification
2019-11-04 23:17:56 INFO (SyncWorker_15) [homeassistant.loader] Loaded default_config from homeassistant.components.default_config
2019-11-04 23:17:56 INFO (SyncWorker_12) [homeassistant.loader] Loaded tts from homeassistant.components.tts
2019-11-04 23:17:56 INFO (SyncWorker_7) [homeassistant.loader] Loaded panel_iframe from homeassistant.components.panel_iframe
2019-11-04 23:17:56 INFO (SyncWorker_16) [homeassistant.loader] Loaded script from homeassistant.components.script
2019-11-04 23:17:56 INFO (SyncWorker_17) [homeassistant.loader] Loaded homeassistant from homeassistant.components.homeassistant
2019-11-04 23:17:56 INFO (SyncWorker_8) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2019-11-04 23:17:56 INFO (SyncWorker_19) [homeassistant.loader] Loaded device_automation from homeassistant.components.device_automation
2019-11-04 23:17:56 INFO (MainThread) [homeassistant.setup] Setting up persistent_notification
2019-11-04 23:17:56 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds.
2019-11-04 23:17:56 INFO (SyncWorker_11) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2019-11-04 23:17:56 INFO (MainThread) [homeassistant.setup] Setting up homeassistant
2019-11-04 23:17:56 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant took 0.0 seconds.
2019-11-04 23:17:56 INFO (SyncWorker_10) [homeassistant.loader] Loaded webhook from homeassistant.components.webhook
2019-11-04 23:17:56 INFO (SyncWorker_5) [homeassistant.loader] Loaded api from homeassistant.components.api
2019-11-04 23:17:56 INFO (SyncWorker_9) [homeassistant.loader] Loaded cloud from homeassistant.components.cloud
2019-11-04 23:17:56 INFO (SyncWorker_1) [homeassistant.loader] Loaded auth from homeassistant.components.auth
2019-11-04 23:17:56 INFO (SyncWorker_3) [homeassistant.loader] Loaded config from homeassistant.components.config
2019-11-04 23:17:56 INFO (SyncWorker_9) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace
2019-11-04 23:17:56 INFO (SyncWorker_2) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding
2019-11-04 23:17:56 INFO (SyncWorker_14) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
2019-11-04 23:17:56 INFO (SyncWorker_15) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2019-11-04 23:17:56 INFO (SyncWorker_6) [homeassistant.loader] Loaded history from homeassistant.components.history
2019-11-04 23:17:56 INFO (SyncWorker_0) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2019-11-04 23:17:56 INFO (SyncWorker_18) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook
2019-11-04 23:17:56 INFO (SyncWorker_12) [homeassistant.loader] Loaded map from homeassistant.components.map
2019-11-04 23:17:56 INFO (SyncWorker_7) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2019-11-04 23:17:56 INFO (SyncWorker_16) [homeassistant.loader] Loaded person from homeassistant.components.person
2019-11-04 23:17:56 INFO (SyncWorker_17) [homeassistant.loader] Loaded ssdp from homeassistant.components.ssdp
2019-11-04 23:17:56 INFO (SyncWorker_8) [homeassistant.loader] Loaded sun from homeassistant.components.sun
2019-11-04 23:17:56 INFO (SyncWorker_13) [homeassistant.loader] Loaded system_health from homeassistant.components.system_health
2019-11-04 23:17:56 INFO (SyncWorker_19) [homeassistant.loader] Loaded zeroconf from homeassistant.components.zeroconf
2019-11-04 23:17:56 INFO (MainThread) [homeassistant.bootstrap] Setting up {'system_log'}
2019-11-04 23:17:56 INFO (SyncWorker_11) [homeassistant.util.package] Attempting install of aiohttp_cors==0.7.0
2019-11-04 23:17:58 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: [api_password] is an invalid option for [http]. Check: http->http->api_password. (See /home/hass/homeassistant/configuration.yaml, line 24). Please check the docs at https://home-assistant.io/integrations/http/
2019-11-04 23:17:58 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
2019-11-04 23:17:58 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_log. Setup failed for dependencies: http
2019-11-04 23:17:58 ERROR (MainThread) [homeassistant.setup] Setup failed for system_log: Could not set up all dependencies.
2019-11-04 23:17:58 INFO (SyncWorker_9) [homeassistant.util.package] Attempting install of sqlalchemy==1.3.10
2019-11-04 23:18:02 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.4 seconds.
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds.
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Error during setup of component lovelace
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py", line 172, in _async_setup_component
hass, processed_config
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/lovelace/__init__.py", line 66, in async_setup
hass.components.frontend.async_register_built_in_panel(
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/loader.py", line 421, in __getattr__
component: Optional[ModuleType] = integration.get_component()
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/loader.py", line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
File "/srv/homeassistant/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/frontend/__init__.py", line 10, in <module>
import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-04 23:18:03 INFO (SyncWorker_2) [homeassistant.util.package] Attempting install of netdisco==2.6.0
2019-11-04 23:18:03 INFO (SyncWorker_14) [homeassistant.loader] Loaded yr from homeassistant.components.yr
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setting up person
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setting up group
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of webhook. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for webhook: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_health. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for system_health: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of config. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for config: Could not set up all dependencies.
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setting up script
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of tts. Setup failed for dependencies: http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for introduction: Integration not found.
2019-11-04 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.0 seconds.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: auth, http
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of device_automation. Setup failed for dependencies: webhook
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for device_automation: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of cloud. Setup failed for dependencies: http, webhook
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of zeroconf. Setup failed for dependencies: api
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for zeroconf: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, auth, http, lovelace, onboarding, system_log, websocket_api
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of automation. Setup failed for dependencies: device_automation, webhook
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for automation: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mobile_app. Setup failed for dependencies: cloud, http, webhook
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of panel_iframe. Setup failed for dependencies: frontend
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for panel_iframe: Could not set up all dependencies.
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2019-11-04 23:18:03 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2019-11-04 23:18:05 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-11-04 23:18:05 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-11-04 23:18:05 INFO (SyncWorker_18) [homeassistant.util.package] Attempting install of distro==1.4.0
2019-11-04 23:18:06 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-11-04 23:18:06 INFO (SyncWorker_16) [homeassistant.util.package] Attempting install of xmltodict==0.12.0
2019-11-04 23:18:06 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-11-04 23:18:06 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: automation, cloud, config, frontend, history, logbook, map, mobile_app, system_health, zeroconf
2019-11-04 23:18:06 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2019-11-04 23:18:06 INFO (SyncWorker_7) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2019-11-04 23:18:06 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-11-04 23:18:06 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds.
2019-11-04 23:18:06 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-11-04 23:18:06 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.updater entity: binary_sensor.updater
2019-11-04 23:18:08 INFO (MainThread) [homeassistant.setup] Setting up sensor
2019-11-04 23:18:08 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.yr
2019-11-04 23:18:08 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.3 seconds.
2019-11-04 23:18:11 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 18.79s
2019-11-04 23:18:11 WARNING (MainThread) [homeassistant.bootstrap] Python 3.6 support is deprecated and will be removed in the first release after December 15, 2019. Please upgrade Python to 3.7.0 or higher.
2019-11-04 23:18:11 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-11-04 23:18:11 INFO (MainThread) [homeassistant.core] Timer:starting