Advertisement
Guest User

Untitled

a guest
Dec 4th, 2017
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.04 KB | None | 0 0
  1. Configuration invalid.CHECK CONFIG
  2. Testing configuration at /home/homeassistant/.homeassistant
  3. 2017-12-04 13:25:42 INFO (MainThread) [homeassistant.setup] Setting up mqtt
  4. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.7 seconds.
  5. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up http
  6. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up recorder
  7. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
  8. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds.
  9. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up api
  10. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up system_log
  11. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
  12. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up history
  13. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds.
  14. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
  15. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
  16. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
  17. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up frontend
  18. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
  19. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up google
  20. 2017-12-04 13:25:43 ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: Entity ID states.calendar.sauna is an invalid entity id for dictionary value @ data['condition'][0]['entity_id']. Got None
  21. extra keys not allowed @ data['condition'][0]['state']. Got None
  22. not a valid value for dictionary value @ data['condition'][0]['condition']. Got None. (See /home/homeassistant/.homeassistant/configuration.yaml, line 86). Please check the docs at https://home-assistant.io/components/automation/
  23. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up sensor
  24. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up group
  25. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain google took 0.2 seconds.
  26. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.1 seconds.
  27. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
  28. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up config
  29. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up panel_iframe
  30. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.0 seconds.
  31. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up automation
  32. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up switch
  33. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setting up script
  34. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain panel_iframe took 0.0 seconds.
  35. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
  36. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds.
  37. 2017-12-04 13:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
  38. Failed config
  39. automation:
  40. - action: [source /home/homeassistant/.homeassistant/configuration.yaml:99]
  41. - entity_id: switch.saunan_lammitys
  42. service: switch.turn_on
  43. alias: Heatup
  44. condition: [source /home/homeassistant/.homeassistant/configuration.yaml:95]
  45. condition: state
  46. entity_id: states.calendar.sauna
  47. state: on
  48. hide_entity: False
  49. initial_state: off
  50. trigger: [source /home/homeassistant/.homeassistant/configuration.yaml:90]
  51. platform: state
  52. entity_id: sensor.heating_alarm
  53. from: off
  54. to: on
  55.  
  56. Successful config (partial)
  57. automation:
  58.  
  59.  
  60. #Restart & Debugging
  61. #sudo systemctl restart home-assistant@homeassistant && sudo journalctl -f -u home-assistant@homeassistant
  62. #
  63. #
  64. #
  65. homeassistant:
  66. name: Tapulimäki
  67. latitude: 60.2167
  68. longitude: 24.6667
  69. elevation: 5
  70. unit_system: metric
  71. time_zone: Europe/Helsinki
  72. customize: !include customize.yaml
  73.  
  74. #introduction:
  75. frontend:
  76. config:
  77.  
  78. http:
  79. api_password: !secret http_password
  80. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  81. # base_url: example.duckdns.org:8123
  82.  
  83. # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
  84. #updater:
  85. # include_used_components: true
  86. #discovery:
  87. #conversation:
  88. history:
  89. include:
  90. # domains:
  91. # - command_line
  92. entities:
  93. - sensor.temperature
  94. - sensor.humidity
  95. # - calendar.sauna calendar.contacts calendar.holidays_in_finland calendar.week_numbers calendar.tapulinkotitonttugmailcom
  96. #logbook:
  97. #map:
  98. #sun:
  99. #tts:
  100. # - platform: google
  101.  
  102. group: !include groups.yaml
  103. script: !include scripts.yaml
  104. #automation: !include automations.yaml"
  105.  
  106. # initial_state: Off
  107. #automation:
  108. # - alias: Heatup
  109. # hide_entity: True
  110. # trigger:
  111. # - platform: state
  112. # entity_id: states.calendar.Sauna
  113. # state: On
  114. # offset: '-00:30:00' # event triggers 30min before... maybe? ... atleast if you add !!-30 to calendar reservation subject line
  115.  
  116.  
  117.  
  118. #account details in /home/homeassistant/.homeassistant/secrets.yaml
  119. #username: tapulinkotitonttu@gmail.com
  120. google:
  121. track_new_calendar: true
  122. client_id: !secret google_oauth_id
  123. client_secret: !secret google_oauth_secret
  124.  
  125. panel_iframe:
  126. sauna_reservation_calendar:
  127. title: 'Sauna varaukset / Reservations'
  128. url: !secret calendar_embed_code
  129. icon: mdi:hot-tub
  130.  
  131.  
  132. sensor 100:
  133. - platform: template
  134. sensors:
  135. heating_alarm:
  136. value_template: '{{ states.calendar.sauna.state }}'
  137. # heating_alarm3:
  138. # value_template: '{{ states.calendar.sauna.attributes.start_time }}'
  139. # heating_alarm4:
  140. # value_template: '{{ states.calendar.sauna.attributes.end_time }}'
  141. heating_alarm5:
  142. value_template: "{{ states.calendar.sauna.attributes.offset_reached }}"
  143. # value_template: "{% if is_state('states.calendar.sauna', 'on') %}true{% endif %}"
  144.  
  145. automation:
  146. - alias: Heatup
  147. hide_entity: false
  148. initial_state: 'off'
  149. trigger:
  150. platform: state
  151. entity_id: sensor.heating_alarm
  152. from: 'off'
  153. to: 'on'
  154. condition:
  155. condition: state
  156. entity_id: states.calendar.sauna
  157. state: 'on'
  158. action:
  159. - service: switch.turn_on
  160. entity_id: switch.saunan_lammitys
  161.  
  162.  
  163. mqtt:
  164. broker: localhost
  165. #wlan ip
  166. # broker: 192.168.1.185
  167. # lankaverkon ip
  168. # broker: 192.168.1.174
  169. username: !secret mqtt_username
  170. password: !secret mqtt_password
  171. protocol: 3.1
  172. keepalive: 60
  173.  
  174. #sensor 1:
  175. # - platform: mqtt
  176. # name: Lämpötila
  177. # state_topic: "sensor/temperature"
  178. # qos: 0
  179. # unit_of_measurement: "ºC"
  180. #sensor 2:
  181. # - platform: mqtt
  182. # name: Kosteus
  183. # state_topic: "sensor/humidity"
  184. # qos: 0
  185. # unit_of_measurement: "%"
  186.  
  187. #mosquitto_pub -h 192.168.1.185 -t "sauna/sahko/sensor" -m "on" -u "pentti" -P "huugo100#"
  188.  
  189. #switch:
  190. # platform: command_line
  191. # switches:
  192. # vanha_rele:
  193. # friendly_name: Vanha rele
  194. # command_on: "/usr/bin/curl -X GET http://192.168.1.117/digital/14/1"
  195. # command_off: "/usr/bin/curl -X GET http://192.168.1.117/digital/14/0"
  196.  
  197.  
  198. # value_template: '{{ json.dostuff }}'
  199. # home_assistant_system_shutdown:
  200. # command_off: "shutdown 0"
  201. # home_assistant_system_reboot:
  202. # command_off: "reboot"
  203. # home_assistant_service_restart:
  204. # command_off: "systemctl restart home-assistant@homeassistant.service"
  205. # home_assistant_enable_startup_at_boot:
  206. # command_on: "systemctl enable home-assistant@homeassistant.service"
  207. # command_off: "systemctl disable home-assistant@homeassistant.service"
  208.  
  209. sensor 3:
  210. - platform: mqtt
  211. name: "Power Source"
  212. state_topic: "/sauna/rele/monitor"
  213. qos: 0
  214. unit_of_measurement: "SAUNA"
  215.  
  216. sensor 4:
  217. - platform: mqtt
  218. name: "Sauna lämpee"
  219. state_topic: "/sauna/rele1/confirm"
  220. qos: 0
  221. unit_of_measurement: "0/1"
  222.  
  223. switch 1:
  224. - platform: mqtt
  225. name: "Saunan Lämmitys"
  226. state_topic: "/sauna/rele1/confirm"
  227. command_topic: "/sauna/rele1/set"
  228. payload_on: "1"
  229. payload_off: "0"
  230. qos: 0
  231. retain: true
  232.  
  233. #switch 2:
  234. # - platform: mqtt
  235. # name: "rele 2"
  236. # state_topic: "/sauna/rele2/confirm"
  237. # command_topic: "/sauna/rele2/set"
  238. # payload_on: "1"
  239. # payload_off: "0"
  240. # qos: 0
  241. # retain: true
  242.  
  243. #switch 3:
  244. # - platform: mqtt
  245. # name: "rele 3"
  246. # state_topic: "/sauna/rele3/confirm"
  247. # command_topic: "/sauna/rele3/set"
  248. # payload_on: "1"
  249. # payload_off: "0"
  250. # qos: 0
  251. # retain: true
  252.  
  253. #switch 4:
  254. # - platform: mqtt
  255. # name: "rele 4"
  256. # state_topic: "/sauna/rele4/confirm"
  257. # command_topic: "/sauna/rele4/set"
  258. # payload_on: "1"
  259. # payload_off: "0"
  260. # qos: 0
  261. # retain: true
  262.  
  263.  
  264. (homeassistant) homeassistant@pine64:~$ hass
  265. Config directory: /home/homeassistant/.homeassistant
  266. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=turn_off>
  267. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=turn_on>
  268. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=toggle>
  269. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=stop>
  270. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=restart>
  271. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=check_config>
  272. 2017-12-04 13:27:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=reload_core_config>
  273. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=persistent_notification, service=create>
  274. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=persistent_notification, service=dismiss>
  275. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.bootstrap] Home Assistant core initialized
  276. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded history from homeassistant.components.history
  277. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
  278. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded http from homeassistant.components.http
  279. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
  280. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded api from homeassistant.components.api
  281. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
  282. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
  283. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
  284. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setting up mqtt
  285. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=mqtt, service=publish>
  286. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.1 seconds.
  287. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=mqtt>
  288. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setting up http
  289. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
  290. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=http>
  291. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setting up api
  292. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
  293. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
  294. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=websocket_api>
  295. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setting up system_log
  296. 2017-12-04 13:27:51 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds.
  297. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>
  298. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=system_log, service=clear>
  299. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
  300. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=system_log>
  301. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.setup] Setting up frontend
  302. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.setup] Setting up recorder
  303. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=recorder, service=purge>
  304. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.1 seconds.
  305. 2017-12-04 13:27:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=frontend>
  306. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.1 seconds.
  307. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>
  308. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up history
  309. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
  310. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=history>
  311. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded google from homeassistant.components.google
  312. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded switch from homeassistant.components.switch
  313. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded group from homeassistant.components.group
  314. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded switch.mqtt from homeassistant.components.switch.mqtt
  315. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded panel_iframe from homeassistant.components.panel_iframe
  316. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded automation from homeassistant.components.automation
  317. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded automation.state from homeassistant.components.automation.state
  318. 2017-12-04 13:27:53 ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: Entity ID states.calendar.sauna is an invalid entity id for dictionary value @ data['condition'][0]['entity_id']. Got None
  319. extra keys not allowed @ data['condition'][0]['state']. Got None
  320. not a valid value for dictionary value @ data['condition'][0]['condition']. Got None. (See /home/homeassistant/.homeassistant/configuration.yaml, line 86). Please check the docs at https://home-assistant.io/components/automation/
  321. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up group
  322. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
  323. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded sensor.template from homeassistant.components.sensor.template
  324. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded sensor.mqtt from homeassistant.components.sensor.mqtt
  325. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up sensor
  326. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded script from homeassistant.components.script
  327. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config from homeassistant.components.config
  328. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-1, service_data=message=The following components and platforms could not be set up:
  329.  
  330. - [automation](https://home-assistant.io/components/automation/)
  331.  
  332. Please check your config., title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create>
  333. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
  334. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state persistent_notification.invalid_config=notifying; message=The following components and platforms could not be set up:
  335.  
  336. - [automation](https://home-assistant.io/components/automation/)
  337.  
  338. Please check your config., title=Invalid config @ 2017-12-04T13:27:53.557283+02:00>, entity_id=persistent_notification.invalid_config, old_state=None>
  339. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-1>
  340. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=reload>
  341. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=set>
  342. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=remove>
  343. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=set_visibility>
  344. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.2 seconds.
  345. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=group>
  346. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up panel_iframe
  347. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up config
  348. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
  349. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.heating_alarm5=unknown; friendly_name=heating_alarm5 @ 2017-12-04T13:27:53.606503+02:00>, entity_id=sensor.heating_alarm5, old_state=None>
  350. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.heating_alarm=unknown; friendly_name=heating_alarm @ 2017-12-04T13:27:53.609184+02:00>, entity_id=sensor.heating_alarm, old_state=None>
  351. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
  352. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config.customize from homeassistant.components.config.customize
  353. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.customize>
  354. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config.script from homeassistant.components.config.script
  355. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.script>
  356. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config.hassbian from homeassistant.components.config.hassbian
  357. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config.automation from homeassistant.components.config.automation
  358. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.automation>
  359. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config.core from homeassistant.components.config.core
  360. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.core>
  361. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded config.group from homeassistant.components.config.group
  362. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.group>
  363. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain panel_iframe took 0.1 seconds.
  364. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=panel_iframe>
  365. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up switch
  366. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up automation
  367. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up script
  368. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=script, service=reload>
  369. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=script, service=turn_on>
  370. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=script, service=turn_off>
  371. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=script, service=toggle>
  372. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
  373. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=script>
  374. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.2 seconds.
  375. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config>
  376. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
  377. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=trigger>
  378. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=reload>
  379. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=toggle>
  380. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=turn_on>
  381. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=turn_off>
  382. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.1 seconds.
  383. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=automation>
  384. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.power_source=unknown; friendly_name=Power Source, unit_of_measurement=SAUNA @ 2017-12-04T13:27:53.830600+02:00>, entity_id=sensor.power_source, old_state=None>
  385. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up google
  386. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.sauna_lampee=unknown; friendly_name=Sauna lämpee, unit_of_measurement=0/1 @ 2017-12-04T13:27:53.842250+02:00>, entity_id=sensor.sauna_lampee, old_state=None>
  387. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.3 seconds.
  388. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>
  389. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state switch.saunan_lammitys=off; friendly_name=Saunan Lämmitys, assumed_state=False @ 2017-12-04T13:27:53.853692+02:00>, entity_id=switch.saunan_lammitys, old_state=None>
  390. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-2, service_data=name=all switches, entities=['switch.saunan_lammitys'], object_id=all_switches, visible=False, domain=group, service=set>
  391. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_switches=off; order=0, entity_id=('switch.saunan_lammitys',), auto=True, friendly_name=all switches, hidden=True, assumed_state=False @ 2017-12-04T13:27:53.878388+02:00>, entity_id=group.all_switches, old_state=None>
  392. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-2>
  393. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=google, service=found_calendar>
  394. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=google, service=scan_for_calendars>
  395. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=switch, service=turn_off>
  396. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=switch, service=turn_on>
  397. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=switch, service=toggle>
  398. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.3 seconds.
  399. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=switch>
  400. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.loader] Loaded calendar from homeassistant.components.calendar
  401. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setting up calendar
  402. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.0 seconds.
  403. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=calendar>
  404. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: platform=google, discovered=cal_id=#contacts@group.v.calendar.google.com, entities=[OrderedDict([('device_id', 'contacts'), ('name', 'Contacts'), ('track', False)])], service=load_platform.calendar>
  405. 2017-12-04 13:27:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: platform=google, discovered=cal_id=tapulinkotitonttu@gmail.com, entities=[OrderedDict([('device_id', 'tapulinkotitonttugmailcom'), ('name', 'tapulinkotitonttu@gmail.com'), ('track', False)])], service=load_platform.calendar>
  406. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: platform=google, discovered=cal_id=en.finnish#holiday@group.v.calendar.google.com, entities=[OrderedDict([('device_id', 'holidays_in_finland'), ('name', 'Holidays in Finland'), ('track', False)])], service=load_platform.calendar>
  407. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: platform=google, discovered=cal_id=e_2_en#weeknum@group.v.calendar.google.com, entities=[OrderedDict([('device_id', 'week_numbers'), ('name', 'Week Numbers'), ('track', False)])], service=load_platform.calendar>
  408. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: platform=google, discovered=cal_id=vcof8q3pe02835v7alrucht83c@group.calendar.google.com, entities=[OrderedDict([('device_id', 'sauna'), ('name', 'Sauna'), ('track', True)])], service=load_platform.calendar>
  409. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-3, service_data=None, domain=google, service=scan_for_calendars>
  410. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.loader] Loaded calendar.google from homeassistant.components.calendar.google
  411. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
  412. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
  413. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
  414. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
  415. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
  416. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.setup] Setup of domain google took 0.2 seconds.
  417. 2017-12-04 13:27:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=google>
  418. 2017-12-04 13:27:54 INFO (Thread-17) [googleapiclient.discovery] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest
  419. 2017-12-04 13:27:54 INFO (Thread-15) [googleapiclient.discovery] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest
  420. 2017-12-04 13:27:55 INFO (Thread-17) [googleapiclient.discovery] URL being requested: GET https://www.googleapis.com/calendar/v3/calendars/vcof8q3pe02835v7alrucht83c%40group.calendar.google.com/events?singleEvents=true&timeMin=2017-12-04T13%3A27%3A55.086572%2B02%3A00&maxResults=1&alt=json&orderBy=startTime
  421. 2017-12-04 13:27:55 INFO (Thread-15) [googleapiclient.discovery] URL being requested: GET https://www.googleapis.com/calendar/v3/users/me/calendarList?alt=json
  422. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-4, service_data=id=vcof8q3pe02835v7alrucht83c@group.calendar.google.com, summary=Sauna, track=True, colorId=18, kind=calendar#calendarListEntry, etag="1512321138602000", foregroundColor=#000000, backgroundColor=#b99aff, accessRole=owner, defaultReminders=[], selected=True, timeZone=Europe/Helsinki, domain=google, service=found_calendar>
  423. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-5, service_data=notificationSettings=notifications=[{'method': 'email', 'type': 'eventCreation'}, {'method': 'email', 'type': 'eventChange'}, {'method': 'email', 'type': 'eventCancellation'}, {'method': 'email', 'type': 'eventResponse'}], id=tapulinkotitonttu@gmail.com, summary=tapulinkotitonttu@gmail.com, primary=True, track=True, colorId=14, kind=calendar#calendarListEntry, etag="1512321144705000", foregroundColor=#000000, backgroundColor=#9fe1e7, accessRole=owner, defaultReminders=[], timeZone=Europe/Helsinki, domain=google, service=found_calendar>
  424. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-4>
  425. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-6, service_data=kind=calendar#calendarListEntry, id=#contacts@group.v.calendar.google.com, etag="1512213419976000", foregroundColor=#000000, backgroundColor=#92e1c0, track=True, accessRole=reader, colorId=13, defaultReminders=[], summary=Contacts, timeZone=Europe/Helsinki, domain=google, service=found_calendar>
  426. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-5>
  427. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state calendar.sauna=on; end_time=2017-12-04 14:20:00, friendly_name=Sauna, message=sauna, all_day=False, start_time=2017-12-04 13:05:00, location=, offset_reached=False, description= @ 2017-12-04T13:27:55.279090+02:00>, entity_id=calendar.sauna, old_state=None>
  428. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-7, service_data=kind=calendar#calendarListEntry, id=en.finnish#holiday@group.v.calendar.google.com, etag="1512233116251000", foregroundColor=#000000, backgroundColor=#16a765, track=True, accessRole=reader, colorId=8, defaultReminders=[], summary=Holidays in Finland, timeZone=Europe/Helsinki, domain=google, service=found_calendar>
  429. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-8, service_data=name=calendar, entities=['calendar.sauna'], object_id=calendar, visible=False, domain=group, service=set>
  430. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-6>
  431. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.calendar=on; order=1, entity_id=('calendar.sauna',), auto=True, friendly_name=calendar, hidden=True, assumed_state=False @ 2017-12-04T13:27:55.297133+02:00>, entity_id=group.calendar, old_state=None>
  432. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-8>
  433. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=547573058976-9, service_data=kind=calendar#calendarListEntry, id=e_2_en#weeknum@group.v.calendar.google.com, etag="1512233116694000", foregroundColor=#000000, backgroundColor=#fad165, track=True, accessRole=reader, colorId=12, defaultReminders=[], summary=Week Numbers, timeZone=Europe/Helsinki, domain=google, service=found_calendar>
  434. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-7>
  435. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-3>
  436. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=547573058976-9>
  437. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 5.45s
  438. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Starting Home Assistant core loop
  439. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Starting Home Assistant
  440. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_start[L]>
  441. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.heating_alarm5=False; friendly_name=heating_alarm5 @ 2017-12-04T13:27:55.343491+02:00>, entity_id=sensor.heating_alarm5, old_state=<state sensor.heating_alarm5=unknown; friendly_name=heating_alarm5 @ 2017-12-04T13:27:53.606503+02:00>>
  442. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.heating_alarm=on; friendly_name=heating_alarm @ 2017-12-04T13:27:55.348673+02:00>, entity_id=sensor.heating_alarm, old_state=<state sensor.heating_alarm=unknown; friendly_name=heating_alarm @ 2017-12-04T13:27:53.609184+02:00>>
  443. 2017-12-04 13:27:55 INFO (MainThread) [homeassistant.core] Timer:starting
  444. 2017-12-04 13:27:59 INFO (MainThread) [homeassistant.components.http] Serving /api/websocket to 127.0.0.1 (auth: False)
  445. 2017-12-04 13:28:01 INFO (MainThread) [homeassistant.components.http] Serving /api/config/customize/config/sensor.power_source to 127.0.0.1 (auth: True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement