hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.33k stars 1.28k forks source link

integrations never appears #2498

Closed jonnykking closed 2 years ago

jonnykking commented 2 years ago

System Health details

System Health

version core-2022.2.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.10.96
arch aarch64
timezone Australia/Perth
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 7.3 -- | -- update_channel | stable supervisor_version | supervisor-2022.01.1 docker_version | 20.10.9 disk_total | 58.8 GB disk_used | 6.3 GB healthy | true supported | true board | odroid-n2 supervisor_api | ok version_api | ok installed_addons | File editor (5.3.3), Check Home Assistant configuration (3.9.0), ESPHome (2022.1.3), Terminal & SSH (9.3.0), Z-Wave JS (0.1.52), SSH & Web Terminal (10.0.2), Zigbee2mqtt (1.23.0-1), Mosquitto broker (6.0.1)
Lovelace dashboards | 3 -- | -- resources | 0 views | 2 mode | storage

Checklist

Describe the issue

Fresh install of home assistant. attempting to install hacs using the wget -O - https://get.hacs.xyz | bash - ssh command. it never appears in the integrations.

I'm sorry this is another one of these issues. I have searched for all the issues I can find about the same problem. None of the help has worked so far.

Reproduction steps

  1. Using the official SSH i have run:

wget -O - https://get.hacs.xyz | bash -

  1. Restart HomeAssistant

  2. Clear all browser cache and refresh a bunch of times.

  3. Try to find hacs through the add integration button. its not there. ... Tried again with same steps but running the wget using the third party ssh.

Debug logs

22-02-08 18:20:16 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/hacs repository: Cmd('git') failed due to: exit code(128)
  cmdline: git clone -v --recursive --depth=1 --shallow-submodules https://github.com/hacs /data/addons/git/5f2a2a6d
  stderr: 'Cloning into '/data/addons/git/5f2a2a6d'...
remote: Not Found
fatal: repository 'https://github.com/hacs/' not found
'.

Diagnostics dump

Hacs wont appear so unable to get this.

hacs-bot[bot] commented 2 years ago

Make sure you have read the issue guidelines and that you filled out the entire template.

If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a :+1: reaction to the issue description. Thanks! :+1:

ludeeus commented 2 years ago

Paste the output of the command and the startup log from Home Assitant (The log you added was from supervisor where you tried adding it, that would never work)

jonnykking commented 2 years ago

Log:

2022-02-08 19:16:41 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up recorder
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up system_log
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'image', 'cloud', 'webhook', 'websocket_api', 'search', 'system_log', 'hassio', 'api', 'auth', 'onboarding', 'analytics', 'person', 'config', 'lovelace', 'diagnostics', 'device_automation', 'http', 'frontend'}
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up http
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up webhook
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up hassio
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up api
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up auth
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up config
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up image
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.2 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.2 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up search
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up analytics
2022-02-08 19:16:42 INFO (SyncWorker_4) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2022-02-08 19:16:42 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2022-02-08 19:16:42 INFO (SyncWorker_0) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2022-02-08 19:16:42 INFO (MainThread) [homeassistant.setup] Setting up person
2022-02-08 19:16:42 INFO (SyncWorker_3) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setting up cloud
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.5 seconds
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2022-02-08 19:16:43 INFO (SyncWorker_0) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2022-02-08 19:16:43 INFO (SyncWorker_4) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setting up frontend
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2022-02-08 19:16:43 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2022-02-08 19:16:43 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [281473705061392] Received invalid command: energy/info
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 3.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'updater', 'energy', 'tag', 'my', 'network', 'usb', 'map', 'wled', 'trace', 'input_datetime', 'pi_hole', 'tuya', 'input_button', 'logbook', 'system_health', 'mobile_app', 'met', 'upnp', 'tts', 'dhcp', 'blueprint', 'input_text', 'script', 'group', 'input_number', 'mqtt', 'input_select', 'media_source', 'esphome', 'counter', 'sensor', 'scene', 'zone', 'ffmpeg', 'input_boolean', 'history', 'sun', 'ssdp', 'timer', 'zeroconf', 'default_config', 'automation', 'shell_command'}
2022-02-08 19:16:45 INFO (SyncWorker_4) [homeassistant.loader] Loaded template from homeassistant.components.template
2022-02-08 19:16:45 INFO (SyncWorker_0) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up updater
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up tag
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up my
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up map
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up trace
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up pi_hole
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain pi_hole took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up input_button
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up logbook
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up system_health
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up met
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up input_text
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up group
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up input_number
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up input_select
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up media_source
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up counter
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up scene
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up zone
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up history
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up sun
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up timer
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up shell_command
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain shell_command took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setting up network
2022-02-08 19:16:45 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setting up usb
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.2 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.2 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setting up script
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.2 seconds
2022-02-08 19:16:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.2 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.2 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hassio
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.4 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setting up energy
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.4 seconds
2022-02-08 19:16:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.3 seconds
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.setup] Setting up tts
2022-02-08 19:16:46 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2022-02-08 19:16:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded light from homeassistant.components.light
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2022-02-08 19:16:47 INFO (MainThread) [zeroconf] Address in use when adding (('fe80::741:929d:e980:9fa7', 0, 3), 3) to multicast group, it is expected to happen on some systems
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 1.3 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 1.3 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 1.2 seconds
2022-02-08 19:16:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded miflora from homeassistant.components.miflora
2022-02-08 19:16:47 INFO (Thread-3) [homeassistant.components.mqtt] Connected to MQTT server core-mosquitto:1883 (0)
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setting up wled
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain wled took 0.0 seconds
2022-02-08 19:16:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setting up sensor
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.2 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.moon
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.miflora
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 1.4 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 1.4 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 1.4 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setting up template
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain template took 0.0 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hassio
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setting up tuya
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 0.0 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 1.8 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 1.8 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.4 seconds
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b battery
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b action
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b linkquality
2022-02-08 19:16:47 INFO (MainThread) [hole] Response from *hole: 200
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b update_state
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a battery
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a action
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a linkquality
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a update_state
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor 0x60a423fffebd6a4b update_available
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor 0x0c4314fffeacac1a update_available
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_brightness_down_click
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_arrow_left_click
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_toggle
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_brightness_up_click
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_arrow_right_click
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x0c4314fffeacac1a action_on
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x0c4314fffeacac1a action_brightness_move_up
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x0c4314fffeacac1a action_brightness_stop
2022-02-08 19:16:47 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.2 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up esphome
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.pi_hole
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.pi_hole
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up notify
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 2.2 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.1 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up automation
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up upnp
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain upnp took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-02-08 19:16:48 INFO (SyncWorker_2) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2022-02-08 19:16:48 INFO (SyncWorker_4) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2022-02-08 19:16:48 INFO (MainThread) [hole] Response from *hole: 200
2022-02-08 19:16:48 INFO (SyncWorker_3) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up switch
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up cover
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setting up weather
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2022-02-08 19:16:48 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2022-02-08 19:16:48 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to garagedoor_control @ 10.1.1.252
2022-02-08 19:16:49 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to espgate32 @ 10.1.1.92
2022-02-08 19:16:49 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that accessed discovery_info.__contains__('ssdp_location') instead of discovery_info.upnp.__contains__('ssdp_location') or discovery_info.ssdp_headers.__contains__('ssdp_location'); this will fail in version 2022.6. Please report issue for upnp using this method at homeassistant/components/upnp/device.py, line 78: if ssdp.ATTR_SSDP_LOCATION not in headers:
2022-02-08 19:16:49 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that accessed discovery_info['ssdp_location'] instead of discovery_info.ssdp_location, discovery_info.upnp['ssdp_location'] or discovery_info.ssdp_headers['ssdp_location']; this will fail in version 2022.6. Please report issue for upnp using this method at homeassistant/components/upnp/device.py, line 81: location = headers[ssdp.ATTR_SSDP_LOCATION]
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.9 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setting up default_config
2022-02-08 19:16:49 INFO (SyncWorker_0) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setting up stream
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.upnp
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.upnp
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setting up light
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wled
2022-02-08 19:16:49 INFO (SyncWorker_1) [homeassistant.loader] Loaded button from homeassistant.components.button
2022-02-08 19:16:49 INFO (SyncWorker_0) [homeassistant.loader] Loaded number from homeassistant.components.number
2022-02-08 19:16:49 INFO (SyncWorker_4) [homeassistant.loader] Loaded select from homeassistant.components.select
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setting up button
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.0 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setting up number
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setting up select
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.button] Setting up button.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.button] Setting up button.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.light] Setting up light.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.light] Setting up light.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.number] Setting up number.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.number] Setting up number.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.select] Setting up select.wled
2022-02-08 19:16:49 INFO (MainThread) [homeassistant.components.select] Setting up select.wled
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.button] Setting up button.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.cover] Setting up cover.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.number] Setting up number.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.scene] Setting up scene.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.select] Setting up select.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up camera
2022-02-08 19:16:52 INFO (SyncWorker_6) [homeassistant.loader] Loaded humidifier from homeassistant.components.humidifier
2022-02-08 19:16:52 INFO (SyncWorker_5) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2022-02-08 19:16:52 INFO (SyncWorker_4) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2022-02-08 19:16:52 INFO (SyncWorker_0) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2022-02-08 19:16:52 INFO (SyncWorker_6) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum
2022-02-08 19:16:52 INFO (SyncWorker_1) [homeassistant.loader] Loaded siren from homeassistant.components.siren
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up humidifier
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.0 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up climate
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up fan
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setting up siren
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.1 seconds
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.fan] Setting up fan.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.siren] Setting up siren.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.components.camera] Setting up camera.tuya
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.smart_video_pet_feeder_feed_1
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.paris_lamp_bright_20
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.oil_diffuser_3hr_small
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.oil_diffuser_light_on
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.oil_diffuser_light_off
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.if_belmont_weather_rainy_essential_oil_diffuser_light_on
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 11.34s
2022-02-08 19:16:52 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.temperature }}'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ states.sensor.my_thermometer.attributes.temperature }}")
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 407, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1814, in _render_with_context
return template.render(**kwargs)
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 1291, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 925, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/local/lib/python3.9/site-packages/jinja2/sandbox.py", line 326, in getattr
value = getattr(obj, attribute)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1840, in _fail_with_undefined_error
raise ex
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1831, in _fail_with_undefined_error
return super()._fail_with_undefined_error(*args, **kwargs)
jinja2.exceptions.UndefinedError: 'None' has no attribute 'attributes'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 523, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 409, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'attributes'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.temperature }}'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'attributes'') while processing template 'Template("{{ states.sensor.my_thermometer.attributes.temperature }}")' for attribute '_attr_native_value' in entity 'sensor.my_temp'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.humidity }}'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ states.sensor.my_thermometer.attributes.humidity }}")
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 407, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1814, in _render_with_context
return template.render(**kwargs)
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 1291, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 925, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/local/lib/python3.9/site-packages/jinja2/sandbox.py", line 326, in getattr
value = getattr(obj, attribute)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1840, in _fail_with_undefined_error
raise ex
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1831, in _fail_with_undefined_error
return super()._fail_with_undefined_error(*args, **kwargs)
jinja2.exceptions.UndefinedError: 'None' has no attribute 'attributes'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 523, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 409, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'attributes'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.humidity }}'
2022-02-08 19:16:52 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'attributes'') while processing template 'Template("{{ states.sensor.my_thermometer.attributes.humidity }}")' for attribute '_attr_native_value' in entity 'sensor.my_humid'
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.core] Timer:starting
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.automation.push_ha_configuration_to_github_repo] Initialized trigger push HA configuration to GitHub repo
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.automation.ha_backup_github_community_example] Initialized trigger HA backup github (community example)
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.automation.bedside_terrarium] Initialized trigger Big Terrarium
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.automation.new_automation] Initialized trigger Bedroom terrarium schedule
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.automation.toggle_light_on_the_fucking_tv] Initialized trigger Toggle light on the fucking TV
2022-02-08 19:16:53 INFO (SyncWorker_4) [homeassistant.loader] Loaded octoprint from homeassistant.components.octoprint
2022-02-08 19:16:53 INFO (MainThread) [homeassistant.components.automation.test_small_remote] Initialized trigger Test small remote
2022-02-08 19:16:53 INFO (SyncWorker_0) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2022-02-08 19:16:53 INFO (SyncWorker_6) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException:
2022-02-08 19:16:55 INFO (MainThread) [homeassistant.components.stream.stream.camera.smart_video_pet_feeder] Started stream: rtsps://****:****@aws-tractor1.tuyaeu.com:443/v1/proxy/echo_show/9616a72bbb5142bb82a57344098c62c00c4a71394d85595e
2022-02-08 19:16:55 INFO (SyncWorker_5) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException: Could not read data from Mi Flora sensor C4:7C:8D:6C:CA:73
2022-02-08 19:16:55 INFO (SyncWorker_2) [homeassistant.loader] Loaded zwave_js from homeassistant.components.zwave_js
2022-02-08 19:16:55 INFO (SyncWorker_4) [homeassistant.loader] Loaded dlna_dmr from homeassistant.components.dlna_dmr
2022-02-08 19:16:56 INFO (SyncWorker_2) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException: Could not read data from Mi Flora sensor C4:7C:8D:6C:CA:73
2022-02-08 19:16:57 INFO (SyncWorker_1) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException: Could not read data from Mi Flora sensor C4:7C:8D:6C:CA:73
2022-02-08 19:16:57 INFO (SyncWorker_3) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException:
2022-02-08 19:16:58 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.smart_video_pet_feeder] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsps://****:****@aws-tractor1.tuyaeu.com:443/v1/proxy/echo_show/9616a72bbb5142bb82a57344098c62c00c4a71394d85595e
ludeeus commented 2 years ago

If that is the start of the log, then the command was not complete or you have not restarted.

jonnykking commented 2 years ago
Screen Shot 2022-02-08 at 7 20 26 pm

Dunno why i cant copy from the ssh terminal...

jonnykking commented 2 years ago

Doing another restart now. it has 100% been restarted... so many times. even pulled the power out yesterday haha

ludeeus commented 2 years ago

ha core restart

jonnykking commented 2 years ago
Screen Shot 2022-02-08 at 7 24 24 pm

new log:

2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'analytics', 'frontend', 'api', 'cloud', 'config', 'websocket_api', 'hassio', 'onboarding', 'webhook', 'auth', 'image', 'person', 'search', 'device_automation', 'system_log', 'lovelace', 'http', 'diagnostics'}
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up http
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up api
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up config
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up hassio
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up webhook
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up auth
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.3 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up image
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.2 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up analytics
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up search
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds
2022-02-08 19:23:58 INFO (SyncWorker_2) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2022-02-08 19:23:58 INFO (SyncWorker_1) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setting up person
2022-02-08 19:23:58 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2022-02-08 19:23:58 INFO (SyncWorker_4) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2022-02-08 19:23:58 INFO (SyncWorker_0) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setting up cloud
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.5 seconds
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2022-02-08 19:23:59 INFO (SyncWorker_1) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2022-02-08 19:23:59 INFO (SyncWorker_0) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setting up frontend
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2022-02-08 19:23:59 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2022-02-08 19:24:00 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [281473255235440] Received invalid command: energy/info
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 3.0 seconds
2022-02-08 19:24:01 INFO (SyncWorker_0) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2022-02-08 19:24:01 INFO (SyncWorker_2) [homeassistant.loader] Loaded template from homeassistant.components.template
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'updater', 'zeroconf', 'ssdp', 'counter', 'sun', 'energy', 'input_boolean', 'shell_command', 'tag', 'system_health', 'default_config', 'input_datetime', 'history', 'sensor', 'input_text', 'input_number', 'usb', 'ffmpeg', 'scene', 'script', 'trace', 'group', 'timer', 'automation', 'my', 'logbook', 'media_source', 'tuya', 'map', 'input_button', 'mobile_app', 'upnp', 'esphome', 'tts', 'blueprint', 'network', 'pi_hole', 'met', 'zone', 'dhcp', 'mqtt', 'wled', 'input_select'}
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hassio
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up updater
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up counter
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up sun
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up shell_command
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain shell_command took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up tag
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up system_health
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up history
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up input_text
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up input_number
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up scene
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up trace
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up group
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up timer
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up my
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up logbook
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up media_source
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up map
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up input_button
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up pi_hole
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain pi_hole took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up met
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up zone
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2022-02-08 19:24:01 INFO (MainThread) [homeassistant.setup] Setting up input_select
2022-02-08 19:24:01 INFO (SyncWorker_3) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.3 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up usb
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.3 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.3 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.3 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.3 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up network
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2022-02-08 19:24:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.4 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up energy
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.4 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up script
2022-02-08 19:24:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded miflora from homeassistant.components.miflora
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up tts
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.7 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setting up sensor
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 1.2 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 1.2 seconds
2022-02-08 19:24:02 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 1.2 seconds
2022-02-08 19:24:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded light from homeassistant.components.light
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2022-02-08 19:24:03 INFO (MainThread) [zeroconf] Address in use when adding (('fe80::741:929d:e980:9fa7', 0, 3), 3) to multicast group, it is expected to happen on some systems
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.moon
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.miflora
2022-02-08 19:24:03 INFO (Thread-3) [homeassistant.components.mqtt] Connected to MQTT server core-mosquitto:1883 (0)
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up wled
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain wled took 0.0 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up template
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain template took 0.0 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hassio
2022-02-08 19:24:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 1.5 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 1.5 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 1.5 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.2 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 1.5 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up tuya
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 0.0 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 1.6 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.3 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b battery
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b action
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b linkquality
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x60a423fffebd6a4b update_state
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a battery
2022-02-08 19:24:03 INFO (MainThread) [hole] Response from *hole: 200
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a action
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a linkquality
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0x0c4314fffeacac1a update_state
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor 0x60a423fffebd6a4b update_available
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor 0x0c4314fffeacac1a update_available
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_brightness_down_click
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_arrow_left_click
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_toggle
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_brightness_up_click
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x60a423fffebd6a4b action_arrow_right_click
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x0c4314fffeacac1a action_on
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x0c4314fffeacac1a action_brightness_move_up
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: device_automation 0x0c4314fffeacac1a action_brightness_stop
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.1 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up esphome
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.0 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.pi_hole
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.pi_hole
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setting up notify
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2022-02-08 19:24:03 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 2.1 seconds
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setting up automation
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setting up upnp
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain upnp took 0.0 seconds
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome
2022-02-08 19:24:04 INFO (SyncWorker_0) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.2 seconds
2022-02-08 19:24:04 INFO (MainThread) [hole] Response from *hole: 200
2022-02-08 19:24:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2022-02-08 19:24:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setting up cover
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setting up switch
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setting up weather
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2022-02-08 19:24:04 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to garagedoor_control @ 10.1.1.252
2022-02-08 19:24:04 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.6 seconds
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setting up default_config
2022-02-08 19:24:05 INFO (SyncWorker_2) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2022-02-08 19:24:05 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that accessed discovery_info.__contains__('ssdp_location') instead of discovery_info.upnp.__contains__('ssdp_location') or discovery_info.ssdp_headers.__contains__('ssdp_location'); this will fail in version 2022.6. Please report issue for upnp using this method at homeassistant/components/upnp/device.py, line 78: if ssdp.ATTR_SSDP_LOCATION not in headers:
2022-02-08 19:24:05 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that accessed discovery_info['ssdp_location'] instead of discovery_info.ssdp_location, discovery_info.upnp['ssdp_location'] or discovery_info.ssdp_headers['ssdp_location']; this will fail in version 2022.6. Please report issue for upnp using this method at homeassistant/components/upnp/device.py, line 81: location = headers[ssdp.ATTR_SSDP_LOCATION]
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setting up light
2022-02-08 19:24:05 INFO (SyncWorker_5) [homeassistant.loader] Loaded button from homeassistant.components.button
2022-02-08 19:24:05 INFO (SyncWorker_4) [homeassistant.loader] Loaded select from homeassistant.components.select
2022-02-08 19:24:05 INFO (SyncWorker_3) [homeassistant.loader] Loaded number from homeassistant.components.number
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setting up stream
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2022-02-08 19:24:05 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to espgate32 @ 10.1.1.92
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.1 seconds
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setting up button
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setting up select
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setting up number
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.1 seconds
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.light] Setting up light.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.light] Setting up light.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.button] Setting up button.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.button] Setting up button.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.select] Setting up select.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.select] Setting up select.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.number] Setting up number.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.number] Setting up number.wled
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.upnp
2022-02-08 19:24:05 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.upnp
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.button] Setting up button.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.cover] Setting up cover.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.number] Setting up number.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.scene] Setting up scene.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.select] Setting up select.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up camera
2022-02-08 19:24:08 INFO (SyncWorker_6) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2022-02-08 19:24:08 INFO (SyncWorker_5) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2022-02-08 19:24:08 INFO (SyncWorker_5) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum
2022-02-08 19:24:08 INFO (SyncWorker_6) [homeassistant.loader] Loaded siren from homeassistant.components.siren
2022-02-08 19:24:08 INFO (SyncWorker_3) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2022-02-08 19:24:08 INFO (SyncWorker_0) [homeassistant.loader] Loaded humidifier from homeassistant.components.humidifier
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up climate
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up siren
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up fan
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setting up humidifier
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.0 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.1 seconds
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.siren] Setting up siren.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.fan] Setting up fan.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.camera] Setting up camera.tuya
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.smart_video_pet_feeder_feed_1
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.paris_lamp_bright_20
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.oil_diffuser_3hr_small
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.oil_diffuser_light_on
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.oil_diffuser_light_off
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.tuya entity: scene.if_belmont_weather_rainy_essential_oil_diffuser_light_on
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 11.01s
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.temperature }}'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ states.sensor.my_thermometer.attributes.temperature }}")
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 407, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1814, in _render_with_context
return template.render(**kwargs)
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 1291, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 925, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/local/lib/python3.9/site-packages/jinja2/sandbox.py", line 326, in getattr
value = getattr(obj, attribute)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1840, in _fail_with_undefined_error
raise ex
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1831, in _fail_with_undefined_error
return super()._fail_with_undefined_error(*args, **kwargs)
jinja2.exceptions.UndefinedError: 'None' has no attribute 'attributes'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 523, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 409, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'attributes'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.temperature }}'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'attributes'') while processing template 'Template("{{ states.sensor.my_thermometer.attributes.temperature }}")' for attribute '_attr_native_value' in entity 'sensor.my_temp'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.humidity }}'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ states.sensor.my_thermometer.attributes.humidity }}")
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 407, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1814, in _render_with_context
return template.render(**kwargs)
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 1291, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 925, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/local/lib/python3.9/site-packages/jinja2/sandbox.py", line 326, in getattr
value = getattr(obj, attribute)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1840, in _fail_with_undefined_error
raise ex
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1831, in _fail_with_undefined_error
return super()._fail_with_undefined_error(*args, **kwargs)
jinja2.exceptions.UndefinedError: 'None' has no attribute 'attributes'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 523, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 409, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'attributes'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.my_thermometer.attributes.humidity }}'
2022-02-08 19:24:08 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'attributes'') while processing template 'Template("{{ states.sensor.my_thermometer.attributes.humidity }}")' for attribute '_attr_native_value' in entity 'sensor.my_humid'
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.core] Timer:starting
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.automation.push_ha_configuration_to_github_repo] Initialized trigger push HA configuration to GitHub repo
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.automation.ha_backup_github_community_example] Initialized trigger HA backup github (community example)
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.automation.bedside_terrarium] Initialized trigger Big Terrarium
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.automation.new_automation] Initialized trigger Bedroom terrarium schedule
2022-02-08 19:24:08 INFO (MainThread) [homeassistant.components.automation.toggle_light_on_the_fucking_tv] Initialized trigger Toggle light on the fucking TV
2022-02-08 19:24:08 INFO (SyncWorker_5) [homeassistant.loader] Loaded octoprint from homeassistant.components.octoprint
2022-02-08 19:24:08 INFO (SyncWorker_6) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2022-02-08 19:24:09 INFO (SyncWorker_0) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException:
2022-02-08 19:24:11 INFO (MainThread) [homeassistant.components.automation.test_small_remote] Initialized trigger Test small remote
2022-02-08 19:24:11 INFO (MainThread) [homeassistant.components.stream.stream.camera.smart_video_pet_feeder] Started stream: rtsps://****:****@aws-tractor2.tuyaeu.com:443/v1/proxy/echo_show/8a4f25601bae4e12921cb856b8f45334f7896bd12368fd85
2022-02-08 19:24:12 INFO (SyncWorker_6) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException: Could not read data from Mi Flora sensor C4:7C:8D:6C:CA:73
2022-02-08 19:24:12 INFO (SyncWorker_5) [homeassistant.loader] Loaded zwave_js from homeassistant.components.zwave_js
2022-02-08 19:24:12 INFO (SyncWorker_5) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException: Could not read data from Mi Flora sensor C4:7C:8D:6C:CA:73
2022-02-08 19:24:12 INFO (SyncWorker_1) [homeassistant.loader] Loaded dlna_dmr from homeassistant.components.dlna_dmr
2022-02-08 19:24:12 INFO (SyncWorker_6) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException: Could not read data from Mi Flora sensor C4:7C:8D:6C:CA:73
2022-02-08 19:24:12 INFO (SyncWorker_0) [homeassistant.components.miflora.sensor] Polling error BluetoothBackendException:
2022-02-08 19:24:14 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.smart_video_pet_feeder] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsps://****:****@aws-tractor2.tuyaeu.com:443/v1/proxy/echo_show/8a4f25601bae4e12921cb856b8f45334f7896bd12368fd85
2022-02-08 19:24:25 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.smart_video_pet_feeder] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsps://****:****@aws-tractor2.tuyaeu.com:443/v1/proxy/echo_show/8a4f25601bae4e12921cb856b8f45334f7896bd12368fd85
ludeeus commented 2 years ago

ls -la /config/custom_components

jonnykking commented 2 years ago
Screen Shot 2022-02-08 at 7 27 52 pm
ludeeus commented 2 years ago

Yeah.. that's properly broken. Remove everything other than the hacs and lywsd02_sensor folders, then restart and things will work

jonnykking commented 2 years ago

yes sirree. will give that a go

jonnykking commented 2 years ago

well thats mighty frustrating. The reason some of those files are there was for a github backup script. followed a youtube tutorial for that one :/

thank you so much for your help. The integrations has now appeared. really appreciate the help