@steffanlm wrote:
Hi all,
I’ve been using Home Assistant since versions around 0.50 - and tons of upgrades varying from venv on a RPi, to docker containers on Ubuntu - and now for the past 3 months HASS IO, has certainly learned me a bit about troubleshotting, reading forums and the configuration of HASS.But after last nights upgrade from 0.109.3 to 0.110.0, the GUI suddenly stopped serving me, along with the API, so NodeRed cannot do any automations in the meantime. I got a ERR_CONNECTION_REFUSED in the browsers and the IOS app doesn’t work either.
I’ve tried like every trick that I know off, disabling custom_components, updating components, downgraded core version but nothing seems to help.
Is anyone having the same issue or can anyone lure out, what the problem really is?
I’m running HASS IO on an ESXi 6.0 server, and I can use the CLI and SMB shares without any problems.
My configuration is here:
homeassistant: auth_providers: - type: homeassistant - type: legacy_api_password api_password: * - type: trusted_networks trusted_networks: - 10.0.1.0/24 - 127.0.0.1 # Name of the location where Home Assistant is running name: * # Location required to calculate the time the sun rises and sets latitude: 55.* longitude: 11.* # Impacts weather/sunrise data (altitude above sea level in meters) elevation: 40 # metric for Metric, imperial for Imperial unit_system: metric time_zone: Europe/Copenhagen customize: !include customize.yaml http: ip_ban_enabled: False login_attempts_threshold: 5 mobile_app: system_health: hacs: token: * vera: vera_controller_url: http://10.0.1.* ffmpeg: climate: - platform: touchline host: http://10.0.1.* remote: - platform: hueremote nibe: client_id: ** client_secret: ** redirect_uri: http://10.0.1.181:8123/api/nibe/auth writeaccess: false # set to true to support climate write (needs new tokens) systems: # required system identifier - system: 64628 # list of units to retrieve data for units: # unit to retrieve data for (0 is the master unit and should always exist) 1 for slave! ie F2120 - unit: 0 # retrieve categories, leave empty for all, remove tag for none categories: True #- SYSTEM_1 # category identifier like 'SYSTEM_1' #- <identifer> # retrieve status parameters, remove tag for none statuses: True # optional list of additional parameters to retrieve, can be done here or on the sensor platform #sensors: #- 40004 #- <parameter identifier> # optional list of switches (note, for ability to change, you need to use writeaccess and have payed license) #switches: # - hot_water_boost - unit: 1 categories: True statuses: True climates: True water_heaters: True # Optional fan entities fans: True frontend: config: logger: esxi_sensor: updater: recorder: purge_keep_days: 5 auto_purge: true commit_interval: 1 discovery: history: logbook: influxdb: host: * port: 8086 tags_attributes: friendly_name sun: media_player: google: client_id: * client_secret: * ios: notify: mqtt: broker: 10.0.1.119 port: 1883 client_id: * keepalive: 60 username: * password: * discovery: true discovery_prefix: homeassistant
From the log file, I can see theres some issues with COAP - which could relate to the Tradfri integration - and that the controller is not online. I can rule out every other errors by disabling the integrations in configuration and removing from the custom_integrations folder - but still no GUI.
I’ve pasted the log file here, with all warnings and errors:
2020-05-22 15:33:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for edgeos which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-22 15:33:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nibe which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-22 15:33:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-22 15:33:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hueremote which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-22 15:33:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for huesensor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-22 15:33:43 WARNING (MainThread) [custom_components.nibe1] The 'climates' option (with value 'True') is deprecated, please remove it from your configuration 2020-05-22 15:33:43 WARNING (MainThread) [custom_components.nibe1] The 'water_heaters' option (with value 'True') is deprecated, please remove it from your configuration 2020-05-22 15:33:43 WARNING (MainThread) [custom_components.nibe1] The 'fans' option (with value 'True') is deprecated, please remove it from your configuration 2020-05-22 15:33:43 WARNING (MainThread) [custom_components.nibe1] The 'statuses' option (with value 'True') is deprecated, please remove it from your configuration 2020-05-22 15:33:43 WARNING (MainThread) [custom_components.nibe1] The 'statuses' option (with value 'True') is deprecated, please remove it from your configuration 2020-05-22 15:33:43 ERROR (MainThread) [homeassistant.setup] Setup failed for esxi_stats: Integration not found. 2020-05-22 15:33:43 WARNING (MainThread) [custom_components.edgeos1.managers.password_manager] EdgeOS password is not encrypted, please remove integration and reintegrate 2020-05-22 15:33:44 WARNING (MainThread) [homeassistant.components.remote] RemoteDevice is deprecated, modify HueGenericRemote to extend RemoteEntity 2020-05-22 15:33:44 WARNING (MainThread) [homeassistant.components.remote] RemoteDevice is deprecated, modify HueRemoteZLLSwitch to extend RemoteEntity 2020-05-22 15:33:44 WARNING (MainThread) [homeassistant.components.remote] RemoteDevice is deprecated, modify HueRemoteZGPSwitch to extend RemoteEntity 2020-05-22 15:33:44 WARNING (MainThread) [homeassistant.components.remote] RemoteDevice is deprecated, modify HueRemoteZLLRelativeRotary to extend RemoteEntity 2020-05-22 15:33:44 WARNING (MainThread) [homeassistant.components.binary_sensor] BinarySensorDevice is deprecated, modify HueBinarySensor to extend BinarySensorEntity 2020-05-22 15:33:44 ERROR (MainThread) [homeassistant.config] Platform error: sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config.py", line 777, in async_process_component_config platform = p_integration.get_platform(domain) File "/usr/src/homeassistant/homeassistant/loader.py", line 273, in get_platform f"{self.pkg_path}.{platform_name}" File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'custom_components.huesensor.sensor' 2020-05-22 15:33:44 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for authenticated which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-22 15:33:46 WARNING (MainThread) [homeassistant.components.hue.light] Please check for software updates of the Badevaerelse 3 bulb in the Philips Hue App. 2020-05-22 15:33:51 ERROR (MainThread) [pytautulli] Can not load data from Tautulli: http://10.0.1.81:8181/api/v2?apikey=24aafdf318d94fb7aed919cf2c5a48c5&cmd=get_home_stats - 2020-05-22 15:33:54 WARNING (MainThread) [homeassistant.config_entries] Config entry for upnp not ready yet. Retrying in 5 seconds. 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.climate] ClimateDevice is deprecated, modify NibeClimate to extend ClimateEntity 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.climate] ClimateDevice is deprecated, modify NibeClimateRoom to extend ClimateEntity 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.climate] ClimateDevice is deprecated, modify NibeClimateSupply to extend ClimateEntity 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.climate] ClimateDevice is deprecated, modify NibeThermostat to extend ClimateEntity 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.switch] SwitchDevice is deprecated, modify NibeSwitch to extend SwitchEntity 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.binary_sensor] BinarySensorDevice is deprecated, modify NibeBinarySensor to extend BinarySensorEntity 2020-05-22 15:33:55 WARNING (MainThread) [homeassistant.components.water_heater] WaterHeaterDevice is deprecated, modify NibeWaterHeater to extend WaterHeaterEntity 2020-05-22 15:34:05 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform nibe is taking over 10 seconds. 2020-05-22 15:34:05 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform nibe is taking over 10 seconds. 2020-05-22 15:34:05 WARNING (MainThread) [homeassistant.components.water_heater] Setup of water_heater platform nibe is taking over 10 seconds. 2020-05-22 15:35:17 ERROR (MainThread) [coap] Exception CancelledError() can not be represented as errno, setting -1. 2020-05-22 15:35:17 WARNING (MainThread) [homeassistant.config_entries] Config entry for tradfri not ready yet. Retrying in 5 seconds. 2020-05-22 15:35:18 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiocoap/transports/tinydtls.py", line 157, in _run yield from self._connecting concurrent.futures._base.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiocoap/transports/tinydtls.py", line 169, in _run self.coaptransport.new_error_callback(-1, self) File "/usr/local/lib/python3.7/site-packages/aiocoap/protocol.py", line 203, in _dispatch_error for key, (monitor, cancellable_timeout) in self._active_exchanges.items(): AttributeError: 'NoneType' object has no attribute 'items'
Posts: 6
Participants: 4