home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.83k stars 28.94k forks source link

LimitlessLED not working after stop/start of service #18211

Closed rscoleNZ closed 5 years ago

rscoleNZ commented 5 years ago

Home Assistant release with the issue: 0.81.6

Last working Home Assistant release (if known): 0.81.6 - Or never consistently on 0.8.16 and 0.8.12

Operating environment (Hass.io/Docker/Windows/etc.): Hassbian on pi

Component/platform: https://www.home-assistant.io/components/light.limitlessled/

Description of problem: Cannot consistently get the frontend/webpage to load, commenting out light fixes it.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

``` homeassistant: # Name of the location where Home Assistant is running name: Pasadena # Location required to calculate the time the sun rises and sets latitude: private longitude: private # Impacts weather/sunrise data (altitude above sea level in meters) elevation: 78 # metric for Metric, imperial for Imperial unit_system: metric # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones time_zone: private # Customization file # Show links to resources in log and frontend introduction: # Enables the frontend frontend: http: # Secrets are defined in the file secrets.yaml # api_password: ------ # Uncomment this if you are using SSL/TLS, running in Docker container, etc. # base_url: example.duckdns.org:8123 # Checks for available updates # Note: This component will send some information about your system to # the developers to assist with development of Home Assistant. # For more information, please see: # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/ updater: # Optional, allows Home Assistant developers to focus on popular components. # include_used_components: true # Enables support for tracking state changes over time history: # View all events in a logbook logbook: # Track the sun sun: # Light configuration #light: !include light.yaml light: platform: limitlessled bridges: - host: 192.168.1.110 version: 4 port: 8899 groups: - number: 1 type: white name: test - number: 2 type: white name: test2 - number: 3 type: white name: test3 - number: 4 type: white name: test4 #logger logger: ```

Traceback (if applicable):

Additional information:

Here is a failed config, without any changes but only a stop then start of the service.

``` pi@hassbian:/home/homeassistant/.homeassistant $ sudo systemctl start home-assistant@homeassistant.service pi@hassbian:/home/homeassistant/.homeassistant $ tail -f /home/homeassistant/.homeassistant/home-assistant.log 2018-11-05 12:15:11 DEBUG (Thread-7) [pychromecast.socket_client] Connected! 2018-11-05 12:15:11 DEBUG (Thread-28) [root] Thread started... 2018-11-05 12:15:11 DEBUG (MainThread) [homeassistant.components.media_player.cast] Connection successful! 2018-11-05 12:15:11 DEBUG (MainThread) [homeassistant.core] Bus:Handling , entity_id=media_player.kd65x9000e, new_state=> 2018-11-05 12:15:11 DEBUG (Thread-28) [pychromecast.socket_client] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'status': {'isStandBy': False, 'isActiveInput': True, 'volume': {'level': 0.2199999988079071, 'muted': False, 'controlType': 'master', 'stepInterval': 0.009999999776482582}, 'userEq': {}}, 'requestId': 1, 'type': 'RECEIVER_STATUS'} 2018-11-05 12:15:11 DEBUG (Thread-28) [pychromecast.controllers] Received status: CastStatus(is_active_input=True, is_stand_by=False, volume_level=0.2199999988079071, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='') 2018-11-05 12:15:15 DEBUG (Thread-6) [pychromecast.socket_client] Failed to connect, retrying in 5.0s 2018-11-05 12:15:20 DEBUG (Thread-6) [pychromecast.socket_client] Failed to connect, retrying in 5.0s 2018-11-05 12:15:25 DEBUG (Thread-6) [pychromecast.socket_client] Failed to connect, retrying in 5.0s 2018-11-05 12:15:30 DEBUG (Thread-6) [pychromecast.socket_client] Failed to connect, retrying in 5.0s tail: /home/homeassistant/.homeassistant/home-assistant.log: file truncated 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds. 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.loader] Loaded introduction from homeassistant.components.introduction 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up introduction 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.components.introduction] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hello, and welcome to Home Assistant! We'll hope that we can make all your dreams come true. Here are some resources to get started: - Configuring Home Assistant: https://home-assistant.io/getting-started/configuration/ - Available components: https://home-assistant.io/components/ - Troubleshooting your configuration: https://home-assistant.io/getting-started/troubleshooting-configuration/ - Getting help: https://home-assistant.io/help/ This message is generated by the introduction component. You can disable it in configuration.yaml. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setup of domain introduction took 0.0 seconds. 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up http 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds. 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up recorder 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds. 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up api 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds. 2018-11-05 12:16:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:12 INFO (MainThread) [homeassistant.setup] Setting up system_log 2018-11-05 12:16:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:13 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds. 2018-11-05 12:16:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:13 INFO (MainThread) [homeassistant.setup] Setting up auth 2018-11-05 12:16:13 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds. 2018-11-05 12:16:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:13 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.1 seconds. 2018-11-05 12:16:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:13 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.1 seconds. 2018-11-05 12:16:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:13 INFO (MainThread) [homeassistant.setup] Setting up frontend 2018-11-05 12:16:14 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 1.7 seconds. 2018-11-05 12:16:14 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=81 from 2018-11-04 23:15:07.622760) 2018-11-05 12:16:15 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 2.3 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up history 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded light from homeassistant.components.light 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded group from homeassistant.components.group 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded light.limitlessled from homeassistant.components.light.limitlessled 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded updater from homeassistant.components.updater 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up updater 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded cast from homeassistant.components.cast 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up cast 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded sun from homeassistant.components.sun 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up sun 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up group 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.1 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up logbook 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up light 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setting up media_player 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds. 2018-11-05 12:16:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.components.light] Setting up light.limitlessled 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.loader] Loaded media_player.cast from homeassistant.components.media_player.cast 2018-11-05 12:16:15 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast 2018-11-05 12:16:16 DEBUG (Thread-9) [homeassistant.components.media_player.cast] Starting internal pychromecast discovery. 2018-11-05 12:16:16 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.media_player.cast] Discovered chromecast ChromecastInfo(host='192.168.1.68', port=8009, uuid='b306d086-2802-64a8-7cbc-38badbdcc7b5', manufacturer='Sony', model_name='BRAVIA 4K GB', friendly_name='KD-65X9000E') 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.components.media_player.cast] Connecting to cast device ChromecastInfo(host='192.168.1.68', port=8009, uuid='b306d086-2802-64a8-7cbc-38badbdcc7b5', manufacturer='Sony', model_name='BRAVIA 4K GB', friendly_name='KD-65X9000E') 2018-11-05 12:16:16 INFO (Thread-26) [pychromecast] Querying device status 2018-11-05 12:16:16 DEBUG (Thread-3) [homeassistant.helpers.restore_state] Last run: 2018-11-04 23:15:07.622760 - 2018-11-04 23:16:11.943648+00:00 2018-11-05 12:16:16 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.media_player.cast] Discovered chromecast ChromecastInfo(host='192.168.1.230', port=8009, uuid='b8588601-c5c8-7933-c359-573409e5a7cb', manufacturer='Sony Corporation', model_name='STR-DN1080', friendly_name='STR-DN1080 21D5FE') 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.components.media_player.cast] Connecting to cast device ChromecastInfo(host='192.168.1.230', port=8009, uuid='b8588601-c5c8-7933-c359-573409e5a7cb', manufacturer='Sony Corporation', model_name='STR-DN1080', friendly_name='STR-DN1080 21D5FE') 2018-11-05 12:16:16 DEBUG (Thread-3) [homeassistant.components.recorder.util] converting 0 rows to native objects took 0.025069s 2018-11-05 12:16:16 INFO (Thread-4) [pychromecast] Querying device status 2018-11-05 12:16:16 DEBUG (Thread-3) [homeassistant.helpers.restore_state] Created cache with [] 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling , old_state=None> 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:16:16 DEBUG (MainThread) [homeassistant.core] Bus:Handling

And here is the working identical config.

``` pi@hassbian:/home/homeassistant/.homeassistant $ sudo systemctl start home-assistant@homeassistant.service pi@hassbian:/home/homeassistant/.homeassistant $ tail -f /home/homeassistant/.homeassistant/home-assistant.log 2018-11-05 12:00:32 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:00:32 DEBUG (Thread-3) [homeassistant.components.media_player.cast] Stopping internal pychromecast discovery. 2018-11-05 12:00:32 DEBUG (MainThread) [homeassistant.components.media_player.cast] Disconnecting from chromecast socket. 2018-11-05 12:00:32 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1774744080] Connection closed by client 2018-11-05 12:00:32 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.1731931888] Connection closed by client 2018-11-05 12:00:32 DEBUG (MainThread) [homeassistant.core] Bus:Handling , new_state=, entity_id=media_player.kd65x9000e> 2018-11-05 12:00:35 DEBUG (Thread-23) [pychromecast.socket_client] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to receiver-0: {'origin': {}, 'type': 'CLOSE'} 2018-11-05 12:00:35 DEBUG (Thread-23) [pychromecast.socket_client] connection listener: 6ccca7f0 (CastStatusListener) 2018-11-05 12:00:35 DEBUG (Thread-23) [homeassistant.components.media_player.cast] Received cast device connection status: DISCONNECTED 2018-11-05 12:00:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling tail: /home/homeassistant/.homeassistant/home-assistant.log: file truncated 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.loader] Loaded history from homeassistant.components.history 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling > 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up http 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up recorder 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up auth 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up api 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up system_log 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds. 2018-11-05 12:02:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:44 INFO (MainThread) [homeassistant.setup] Setting up frontend 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 1.7 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 2.3 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up history 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded sun from homeassistant.components.sun 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up sun 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded light from homeassistant.components.light 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded group from homeassistant.components.group 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded light.limitlessled from homeassistant.components.light.limitlessled 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded cast from homeassistant.components.cast 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up cast 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded updater from homeassistant.components.updater 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up updater 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling > 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up group 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up logbook 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up light 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setting up media_player 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds. 2018-11-05 12:02:46 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:46 INFO (MainThread) [homeassistant.components.light] Setting up light.limitlessled 2018-11-05 12:02:47 INFO (MainThread) [homeassistant.loader] Loaded media_player.cast from homeassistant.components.media_player.cast 2018-11-05 12:02:47 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast 2018-11-05 12:02:47 DEBUG (Thread-5) [homeassistant.components.media_player.cast] Starting internal pychromecast discovery. 2018-11-05 12:02:47 DEBUG (Thread-11) [homeassistant.helpers.restore_state] Last run: 2018-11-04 22:59:31.943412 - 2018-11-04 23:00:31.614161+00:00 2018-11-05 12:02:47 DEBUG (Thread-11) [homeassistant.components.recorder.util] converting 3 rows to native objects took 0.017004s 2018-11-05 12:02:47 DEBUG (Thread-11) [homeassistant.helpers.restore_state] Created cache with ['sun.sun', 'media_player.strdn1080_21d5fe_2', 'media_player.kd65x9000e'] 2018-11-05 12:02:47 DEBUG (MainThread) [homeassistant.core] Bus:Handling > 2018-11-05 12:02:47 DEBUG (MainThread) [homeassistant.core] Bus:Handling > 2018-11-05 12:02:47 DEBUG (MainThread) [homeassistant.core] Bus:Handling > 2018-11-05 12:02:47 DEBUG (MainThread) [homeassistant.core] Bus:Handling > 2018-11-05 12:02:47 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2018-11-05 12:02:47 DEBUG (MainThread) [homeassistant.core] Bus:Handling
rscoleNZ commented 5 years ago

Rolling back to 0.79.3 did not make any difference, this build was known to work for someone who used my light config.

Rolled back to 0.65.0 and the lights now work. Tried several stop/starts of the service and a reboot, and it always came back online. Now I just need block the Sony equipment from the discovery as they error nonstop in the logs while HA is running.

balloobbot commented 5 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:

Nixellion commented 5 years ago

@balloobbot I'm not OP but after I shutdown my server for an hour to clean it up and turned it back on - limitlessled stopped working for me as well. No other changes were made. Wifi box was also turned off and turned back on. It works from Mi-Light app.

I'm on the latest version. Not sure what happened.

EDIT: Ok, HASS restart fixed it for me. I suppose I should've turned limitlessled wifi box on first, and then HASS server. Though weird, I thought it just accepted http requests