Skip to content

Instantly share code, notes, and snippets.

@Naesstrom
Created May 7, 2018 19:32
Show Gist options
  • Save Naesstrom/6a3aeb5c61b8c12cd8ce94566bd1802b to your computer and use it in GitHub Desktop.
Save Naesstrom/6a3aeb5c61b8c12cd8ce94566bd1802b to your computer and use it in GitHub Desktop.
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
2018-05-07 21:29:56 ERROR (Thread-8) [homeassistant.components.sensor.command_line] Command failed: curl http://192.168.1.236/data.json
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
2018-05-07 21:29:57 ERROR (Thread-6) [homeassistant.components.sensor.command_line] Command failed: curl http://192.168.1.236/data.json
2018-05-07 21:29:57 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point
2018-05-07 21:29:57 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
2018-05-07 21:29:57 ERROR (Thread-7) [homeassistant.components.sensor.command_line] Command failed: curl http://192.168.1.236/data.json
2018-05-07 21:29:57 ERROR (Thread-13) [homeassistant.components.sensor.command_line] Command failed: curl http://192.168.1.236/data.json
2018-05-07 21:29:59 INFO (MainThread) [homeassistant.components.rflink] Initiating Rflink connection
2018-05-07 21:29:59 INFO (MainThread) [homeassistant.components.rflink] Connected to Rflink
2018-05-07 21:29:59 DEBUG (MainThread) [rflink.protocol] connected
2018-05-07 21:30:05 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-05-07 21:30:25 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-05-07 21:30:35 ERROR (Recorder) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/hass/hass_venv/lib/python3.5/site-packages/homeassistant/components/sensor/history_stats.py", line 114, in force_refresh
self.schedule_update_ha_state(True)
File "/srv/hass/hass_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 294, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: 'NoneType' object has no attribute 'add_job'
2018-05-07 21:30:35 ERROR (Recorder) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/hass/hass_venv/lib/python3.5/site-packages/homeassistant/components/sensor/history_stats.py", line 114, in force_refresh
self.schedule_update_ha_state(True)
File "/srv/hass/hass_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 294, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: 'NoneType' object has no attribute 'add_job'
2018-05-07 21:30:35 ERROR (Recorder) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/hass/hass_venv/lib/python3.5/site-packages/homeassistant/components/sensor/history_stats.py", line 114, in force_refresh
self.schedule_update_ha_state(True)
File "/srv/hass/hass_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 294, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: 'NoneType' object has no attribute 'add_job'
2018-05-07 21:30:58 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
2018-05-07 21:31:01 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment