Advertisement
Bart274

log icloud + proximity

Jan 28th, 2016
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.13 KB | None | 0 0
  1. 16-01-27 17:40:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  2. 16-01-27 17:40:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  3. 16-01-27 17:40:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  4. 16-01-27 17:40:02 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  5. 16-01-27 17:40:04 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88162836247918, battery=100.0, longitude=4.508005103173747, gps_accuracy=165.0, friendly_name=Bart @ 14:50:04 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88162837961846, battery=100.0, longitude=4.508005090619375, gps_accuracy=165.0, friendly_name=Bart @ 14:50:04 27-01-2016>>
  6. 16-01-27 17:40:04 custom_components.proximity: Bart: distance from zone is: 46.3 km
  7. 16-01-27 17:40:04 custom_components.proximity: Bart: no need to compare device with itself
  8. 16-01-27 17:40:04 custom_components.proximity: Bart: further away than device_tracker.iphonevansharon: 46.3 compared with 35.7
  9. 16-01-27 17:40:04 custom_components.proximity: Bart: complete - device is not closest to zone
  10. 16-01-27 17:40:04 custom_components.proximity: proximity.home: No Change to entity
  11. 16-01-27 17:40:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.751605035516, battery=93.0, longitude=5.132632541952036, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75160403814021, battery=93.0, longitude=5.132630956597266, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  12. 16-01-27 17:41:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  13. 16-01-27 17:41:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  14. 16-01-27 17:42:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  15. 16-01-27 17:42:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  16. 16-01-27 17:43:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  17. 16-01-27 17:43:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  18. 16-01-27 17:44:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  19. 16-01-27 17:44:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  20. 16-01-27 17:45:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  21. 16-01-27 17:45:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  22. 16-01-27 17:45:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  23. 16-01-27 17:45:01 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  24. 16-01-27 17:45:04 requests.packages.urllib3.connectionpool: Resetting dropped connection: p26-fmipweb.icloud.com
  25. 16-01-27 17:45:04 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  26. 16-01-27 17:45:05 homeassistant.core: BusHandler:Exception doing job
  27. Traceback (most recent call last):
  28. File "C:\Python34\lib\site-packages\homeassistant-0.12.0.dev0-py3.4.egg\homeassistant\core.py", line 826, in job_handler
  29. func(arg)
  30. File "C:\Python34\lib\site-packages\homeassistant-0.12.0.dev0-py3.4.egg\homeassistant\helpers\event.py", line 184, in pattern_time_change_listener
  31. action(now)
  32. File "C:\Users\Bart\AppData\Roaming\.homeassistant\custom_components\device_tracker\icloud.py", line 61, in update_icloud
  33. for device in api.devices:
  34. File "C:\Users\Bart\AppData\Roaming\.homeassistant\lib\pyicloud\base.py", line 186, in devices
  35. self.params
  36. File "C:\Users\Bart\AppData\Roaming\.homeassistant\lib\pyicloud\services\findmyiphone.py", line 28, in __init__
  37. self.refresh_client()
  38. File "C:\Users\Bart\AppData\Roaming\.homeassistant\lib\pyicloud\services\findmyiphone.py", line 51, in refresh_client
  39. self.response = req.json()
  40. File "C:\Python34\lib\site-packages\requests\models.py", line 805, in json
  41. return complexjson.loads(self.text, **kwargs)
  42. File "C:\Python34\lib\json\__init__.py", line 318, in loads
  43. return _default_decoder.decode(s)
  44. File "C:\Python34\lib\json\decoder.py", line 343, in decode
  45. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  46. File "C:\Python34\lib\json\decoder.py", line 361, in raw_decode
  47. raise ValueError(errmsg("Expecting value", s, err.value)) from None
  48. ValueError: Expecting value: line 1 column 1 (char 0)
  49. 16-01-27 17:45:08 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88160539340821, battery=100.0, longitude=4.508021951362359, gps_accuracy=167.980806847747, friendly_name=Bart @ 14:50:04 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88162836247918, battery=100.0, longitude=4.508005103173747, gps_accuracy=165.0, friendly_name=Bart @ 14:50:04 27-01-2016>>
  50. 16-01-27 17:45:08 custom_components.proximity: Bart: distance from zone is: 46.3 km
  51. 16-01-27 17:45:08 custom_components.proximity: Bart: no need to compare device with itself
  52. 16-01-27 17:45:08 custom_components.proximity: Bart: further away than device_tracker.iphonevansharon: 46.3 compared with 35.7
  53. 16-01-27 17:45:08 custom_components.proximity: Bart: complete - device is not closest to zone
  54. 16-01-27 17:45:08 custom_components.proximity: proximity.home: No Change to entity
  55. 16-01-27 17:45:09 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162963842443, battery=93.0, longitude=5.132603750534003, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.751605035516, battery=93.0, longitude=5.132632541952036, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  56. 16-01-27 17:46:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  57. 16-01-27 17:46:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  58. 16-01-27 17:47:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  59. 16-01-27 17:47:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  60. 16-01-27 17:48:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  61. 16-01-27 17:48:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  62. 16-01-27 17:49:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  63. 16-01-27 17:49:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  64. 16-01-27 17:50:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  65. 16-01-27 17:50:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  66. 16-01-27 17:50:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  67. 16-01-27 17:50:02 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  68. 16-01-27 17:50:04 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88176221125841, battery=100.0, longitude=4.507607650015975, gps_accuracy=10.0, friendly_name=Bart @ 14:50:04 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88160539340821, battery=100.0, longitude=4.508021951362359, gps_accuracy=167.980806847747, friendly_name=Bart @ 14:50:04 27-01-2016>>
  69. 16-01-27 17:50:04 custom_components.proximity: Bart: distance from zone is: 46.3 km
  70. 16-01-27 17:50:04 custom_components.proximity: Bart: no need to compare device with itself
  71. 16-01-27 17:50:04 custom_components.proximity: Bart: further away than device_tracker.iphonevansharon: 46.3 compared with 35.7
  72. 16-01-27 17:50:04 custom_components.proximity: Bart: complete - device is not closest to zone
  73. 16-01-27 17:50:04 custom_components.proximity: proximity.home: No Change to entity
  74. 16-01-27 17:50:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162963869634, battery=93.0, longitude=5.132605420723039, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162963842443, battery=93.0, longitude=5.132603750534003, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  75. 16-01-27 17:51:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  76. 16-01-27 17:51:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  77. 16-01-27 17:52:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  78. 16-01-27 17:52:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  79. 16-01-27 17:53:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  80. 16-01-27 17:53:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  81. 16-01-27 17:54:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  82. 16-01-27 17:54:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  83. 16-01-27 17:55:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  84. 16-01-27 17:55:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  85. 16-01-27 17:55:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  86. 16-01-27 17:55:02 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  87. 16-01-27 17:55:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.86882872511713, battery=100.0, longitude=4.511041548107295, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=DataConsult; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.88176221125841, battery=100.0, longitude=4.507607650015975, gps_accuracy=10.0, friendly_name=Bart @ 14:50:04 27-01-2016>>
  88. 16-01-27 17:55:05 homeassistant.components.automation: Executing Bart vertrekt in DataConsult
  89. 16-01-27 17:55:05 homeassistant.core: Bus:Handling <Event logbook_entry[L]: name=Bart vertrekt in DataConsult, domain=automation, message=has been triggered>
  90. 16-01-27 17:55:05 homeassistant.core: Bus:Handling <Event call_service[L]: message=Bart is vertrokken op DataConsult., service_call_id=56267120-7, service=pushbullet, domain=notify>
  91. 16-01-27 17:55:05 custom_components.proximity: Bart: distance from zone is: 45.7 km
  92. 16-01-27 17:55:05 custom_components.proximity: Bart: no need to compare device with itself
  93. 16-01-27 17:55:05 custom_components.proximity: Bart: further away than device_tracker.iphonevansharon: 45.7 compared with 35.7
  94. 16-01-27 17:55:05 custom_components.proximity: Bart: complete - device is not closest to zone
  95. 16-01-27 17:55:05 custom_components.proximity: proximity.home: No Change to entity
  96. 16-01-27 17:55:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75160015133427, battery=93.0, longitude=5.132658819426882, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162963869634, battery=93.0, longitude=5.132605420723039, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  97. 16-01-27 17:56:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  98. 16-01-27 17:56:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  99. 16-01-27 17:57:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  100. 16-01-27 17:57:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  101. 16-01-27 17:58:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  102. 16-01-27 17:58:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  103. 16-01-27 17:59:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  104. 16-01-27 17:59:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  105. 16-01-27 18:00:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  106. 16-01-27 18:00:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  107. 16-01-27 18:00:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  108. 16-01-27 18:00:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  109. 16-01-27 18:00:04 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  110. 16-01-27 18:00:04 requests.packages.urllib3.connectionpool: Resetting dropped connection: p26-fmipweb.icloud.com
  111. 16-01-27 18:00:06 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadsharon=home; entity_picture=http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg, latitude=50.75144719406028, hidden=True, longitude=5.132533028454951, gps_accuracy=10.0, friendly_name=iPad Sharon @ 15:00:05 27-01-2016>, entity_id=device_tracker.ipadsharon, old_state=<state device_tracker.ipadsharon=home; entity_picture=http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg, latitude=50.7513316077921, hidden=True, longitude=5.132590442266642, gps_accuracy=10.0, friendly_name=iPad Sharon @ 15:00:05 27-01-2016>>
  112. 16-01-27 18:00:07 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonevansharon=Brantano; entity_picture=https://scontent-ams2-1.xx.fbcdn.net/hprofile-xfp1/v/t1.0-1/c0.0.100.100/p100x100/12239541_10208205419835436_2534939389518013627_n.jpg?oh=338cf19e98e7f64fd7120fb744abbc15&oe=571A016F, gps_accuracy=65.0, latitude=50.8856573424156, friendly_name=Sharon, longitude=4.672166091742356 @ 15:00:05 27-01-2016>, entity_id=device_tracker.iphonevansharon, old_state=<state device_tracker.iphonevansharon=Brantano; entity_picture=https://scontent-ams2-1.xx.fbcdn.net/hprofile-xfp1/v/t1.0-1/c0.0.100.100/p100x100/12239541_10208205419835436_2534939389518013627_n.jpg?oh=338cf19e98e7f64fd7120fb744abbc15&oe=571A016F, gps_accuracy=65.0, latitude=50.8856572745191, friendly_name=Sharon, longitude=4.672165719435795 @ 15:00:05 27-01-2016>>
  113. 16-01-27 18:00:07 custom_components.proximity: Sharon: distance from zone is: 35.7 km
  114. 16-01-27 18:00:07 custom_components.proximity: Sharon: closer than device_tracker.iphonebart: 35.7 compared with 45.7
  115. 16-01-27 18:00:07 custom_components.proximity: Sharon: no need to compare device with itself
  116. 16-01-27 18:00:07 custom_components.proximity: Sharon: device travelled -0.0 metres: moving towards
  117. 16-01-27 18:00:07 custom_components.proximity: proximity.home Update entity: distance = 35.7: direction = towards: device = Sharon
  118. 16-01-27 18:00:08 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.85523537364868, battery=100.0, longitude=4.650001684208075, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.86882872511713, battery=100.0, longitude=4.511041548107295, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>>
  119. 16-01-27 18:00:08 custom_components.proximity: Bart: distance from zone is: 35.9 km
  120. 16-01-27 18:00:08 custom_components.proximity: Bart: no need to compare device with itself
  121. 16-01-27 18:00:08 custom_components.proximity: Bart: further away than device_tracker.iphonevansharon: 35.9 compared with 35.7
  122. 16-01-27 18:00:08 custom_components.proximity: Bart: complete - device is not closest to zone
  123. 16-01-27 18:00:08 custom_components.proximity: proximity.home: No Change to entity
  124. 16-01-27 18:00:08 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162963592491, battery=93.0, longitude=5.1325499800124, gps_accuracy=165.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75160015133427, battery=93.0, longitude=5.132658819426882, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  125. 16-01-27 18:01:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  126. 16-01-27 18:01:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  127. 16-01-27 18:02:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  128. 16-01-27 18:02:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  129. 16-01-27 18:03:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  130. 16-01-27 18:03:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  131. 16-01-27 18:04:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  132. 16-01-27 18:04:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  133. 16-01-27 18:05:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  134. 16-01-27 18:05:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  135. 16-01-27 18:05:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  136. 16-01-27 18:05:02 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  137. 16-01-27 18:05:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.82969257147128, battery=100.0, longitude=4.800427425657213, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.85523537364868, battery=100.0, longitude=4.650001684208075, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>>
  138. 16-01-27 18:05:05 custom_components.proximity: Bart: distance from zone is: 25.0 km
  139. 16-01-27 18:05:05 custom_components.proximity: Bart: no need to compare device with itself
  140. 16-01-27 18:05:05 custom_components.proximity: Bart: closer than device_tracker.iphonevansharon: 25.0 compared with 35.7
  141. 16-01-27 18:05:05 custom_components.proximity: Bart: device travelled -10939.0 metres: moving towards
  142. 16-01-27 18:05:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state proximity.home=25.0; nearest_device=Bart, hidden=False, dist_from_zone=25.0, dir_of_travel=towards @ 18:05:05 27-01-2016>, entity_id=proximity.home, old_state=<state proximity.home=35.7; nearest_device=Sharon, hidden=False, dist_from_zone=35.7, dir_of_travel=towards @ 15:15:05 27-01-2016>>
  143. 16-01-27 18:05:05 custom_components.proximity: proximity.home Update entity: distance = 25.0: direction = towards: device = Bart
  144. 16-01-27 18:06:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  145. 16-01-27 18:06:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  146. 16-01-27 18:07:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  147. 16-01-27 18:07:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  148. 16-01-27 18:08:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  149. 16-01-27 18:08:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  150. 16-01-27 18:09:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  151. 16-01-27 18:09:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  152. 16-01-27 18:10:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  153. 16-01-27 18:10:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  154. 16-01-27 18:10:00 homeassistant.core: BusHandler:Exception doing job
  155. Traceback (most recent call last):
  156. File "C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 376, in _make_request
  157. httplib_response = conn.getresponse(buffering=True)
  158. TypeError: getresponse() got an unexpected keyword argument 'buffering'
  159.  
  160. During handling of the above exception, another exception occurred:
  161.  
  162. Traceback (most recent call last):
  163. File "C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 559, in urlopen
  164. body=body, headers=headers)
  165. File "C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 378, in _make_request
  166. httplib_response = conn.getresponse()
  167. File "C:\Python34\lib\http\client.py", line 1171, in getresponse
  168. response.begin()
  169. File "C:\Python34\lib\http\client.py", line 351, in begin
  170. version, status, reason = self._read_status()
  171. File "C:\Python34\lib\http\client.py", line 313, in _read_status
  172. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  173. File "C:\Python34\lib\socket.py", line 374, in readinto
  174. return self._sock.recv_into(b)
  175. File "C:\Python34\lib\ssl.py", line 751, in recv_into
  176. return self.read(nbytes, buffer)
  177. File "C:\Python34\lib\ssl.py", line 623, in read
  178. v = self._sslobj.read(len, buffer)
  179. ConnectionResetError: [WinError 10054] De externe host heeft een verbinding verbroken
  180.  
  181. During handling of the above exception, another exception occurred:
  182.  
  183. Traceback (most recent call last):
  184. File "C:\Python34\lib\site-packages\requests\adapters.py", line 370, in send
  185. timeout=timeout
  186. File "C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 609, in urlopen
  187. _stacktrace=sys.exc_info()[2])
  188. File "C:\Python34\lib\site-packages\requests\packages\urllib3\util\retry.py", line 245, in increment
  189. raise six.reraise(type(error), error, _stacktrace)
  190. File "C:\Python34\lib\site-packages\requests\packages\urllib3\packages\six.py", line 309, in reraise
  191. raise value.with_traceback(tb)
  192. File "C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 559, in urlopen
  193. body=body, headers=headers)
  194. File "C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 378, in _make_request
  195. httplib_response = conn.getresponse()
  196. File "C:\Python34\lib\http\client.py", line 1171, in getresponse
  197. response.begin()
  198. File "C:\Python34\lib\http\client.py", line 351, in begin
  199. version, status, reason = self._read_status()
  200. File "C:\Python34\lib\http\client.py", line 313, in _read_status
  201. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  202. File "C:\Python34\lib\socket.py", line 374, in readinto
  203. return self._sock.recv_into(b)
  204. File "C:\Python34\lib\ssl.py", line 751, in recv_into
  205. return self.read(nbytes, buffer)
  206. File "C:\Python34\lib\ssl.py", line 623, in read
  207. v = self._sslobj.read(len, buffer)
  208. requests.packages.urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(10054, 'De externe host heeft een verbinding verbroken', None, 10054, None))
  209.  
  210. During handling of the above exception, another exception occurred:
  211.  
  212. Traceback (most recent call last):
  213. File "C:\Python34\lib\site-packages\homeassistant-0.12.0.dev0-py3.4.egg\homeassistant\core.py", line 826, in job_handler
  214. func(arg)
  215. File "C:\Python34\lib\site-packages\homeassistant-0.12.0.dev0-py3.4.egg\homeassistant\helpers\event.py", line 184, in pattern_time_change_listener
  216. action(now)
  217. File "C:\Users\Bart\AppData\Roaming\.homeassistant\custom_components\device_tracker\icloud.py", line 59, in update_icloud
  218. api.authenticate()
  219. File "C:\Users\Bart\AppData\Roaming\.homeassistant\lib\pyicloud\base.py", line 106, in authenticate
  220. self.refresh_validate()
  221. File "C:\Users\Bart\AppData\Roaming\.homeassistant\lib\pyicloud\base.py", line 81, in refresh_validate
  222. req = self.session.get(self._base_validate_url, params=self.params)
  223. File "C:\Python34\lib\site-packages\requests\sessions.py", line 480, in get
  224. return self.request('GET', url, **kwargs)
  225. File "C:\Python34\lib\site-packages\requests\sessions.py", line 468, in request
  226. resp = self.send(prep, **send_kwargs)
  227. File "C:\Python34\lib\site-packages\requests\sessions.py", line 576, in send
  228. r = adapter.send(request, **kwargs)
  229. File "C:\Python34\lib\site-packages\requests\adapters.py", line 412, in send
  230. raise ConnectionError(err, request=request)
  231. requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'De externe host heeft een verbinding verbroken', None, 10054, None))
  232. 16-01-27 18:11:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  233. 16-01-27 18:11:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  234. 16-01-27 18:12:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  235. 16-01-27 18:12:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  236. 16-01-27 18:13:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  237. 16-01-27 18:13:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  238. 16-01-27 18:14:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  239. 16-01-27 18:14:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  240. 16-01-27 18:15:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  241. 16-01-27 18:15:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  242. 16-01-27 18:15:00 requests.packages.urllib3.connectionpool: Starting new HTTPS connection (5): p12-setup.icloud.com
  243. 16-01-27 18:15:04 requests.packages.urllib3.connectionpool: Resetting dropped connection: p26-fmipweb.icloud.com
  244. 16-01-27 18:15:04 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  245. 16-01-27 18:15:06 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadsharon=home; entity_picture=http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg, latitude=50.75134463001569, hidden=True, longitude=5.132391934002906, gps_accuracy=10.0, friendly_name=iPad Sharon @ 15:00:05 27-01-2016>, entity_id=device_tracker.ipadsharon, old_state=<state device_tracker.ipadsharon=home; entity_picture=http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg, latitude=50.75144719406028, hidden=True, longitude=5.132533028454951, gps_accuracy=10.0, friendly_name=iPad Sharon @ 15:00:05 27-01-2016>>
  246. 16-01-27 18:15:07 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonevansharon=Brantano; entity_picture=https://scontent-ams2-1.xx.fbcdn.net/hprofile-xfp1/v/t1.0-1/c0.0.100.100/p100x100/12239541_10208205419835436_2534939389518013627_n.jpg?oh=338cf19e98e7f64fd7120fb744abbc15&oe=571A016F, gps_accuracy=65.0, latitude=50.88565725849642, friendly_name=Sharon, longitude=4.672165912022197 @ 15:00:05 27-01-2016>, entity_id=device_tracker.iphonevansharon, old_state=<state device_tracker.iphonevansharon=Brantano; entity_picture=https://scontent-ams2-1.xx.fbcdn.net/hprofile-xfp1/v/t1.0-1/c0.0.100.100/p100x100/12239541_10208205419835436_2534939389518013627_n.jpg?oh=338cf19e98e7f64fd7120fb744abbc15&oe=571A016F, gps_accuracy=65.0, latitude=50.8856573424156, friendly_name=Sharon, longitude=4.672166091742356 @ 15:00:05 27-01-2016>>
  247. 16-01-27 18:15:07 custom_components.proximity: Sharon: distance from zone is: 35.7 km
  248. 16-01-27 18:15:07 custom_components.proximity: Sharon: further away than device_tracker.iphonebart: 35.7 compared with 25.0
  249. 16-01-27 18:15:07 custom_components.proximity: Sharon: no need to compare device with itself
  250. 16-01-27 18:15:07 custom_components.proximity: Sharon: complete - device is not closest to zone
  251. 16-01-27 18:15:07 custom_components.proximity: proximity.home: No Change to entity
  252. 16-01-27 18:15:08 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.71180097763493, battery=100.0, longitude=5.081410277639591, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.82969257147128, battery=100.0, longitude=4.800427425657213, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>>
  253. 16-01-27 18:15:08 custom_components.proximity: Bart: distance from zone is: 5.7 km
  254. 16-01-27 18:15:08 custom_components.proximity: Bart: no need to compare device with itself
  255. 16-01-27 18:15:08 custom_components.proximity: Bart: closer than device_tracker.iphonevansharon: 5.7 compared with 35.7
  256. 16-01-27 18:15:08 custom_components.proximity: Bart: device travelled -19246.2 metres: moving towards
  257. 16-01-27 18:15:08 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state proximity.home=5.7; nearest_device=Bart, hidden=False, dist_from_zone=5.7, dir_of_travel=towards @ 18:15:08 27-01-2016>, entity_id=proximity.home, old_state=<state proximity.home=25.0; nearest_device=Bart, hidden=False, dist_from_zone=25.0, dir_of_travel=towards @ 18:05:05 27-01-2016>>
  258. 16-01-27 18:15:08 custom_components.proximity: proximity.home Update entity: distance = 5.7: direction = towards: device = Bart
  259. 16-01-27 18:15:09 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162597511438, battery=93.0, longitude=5.132584887397568, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162963592491, battery=93.0, longitude=5.1325499800124, gps_accuracy=165.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  260. 16-01-27 18:16:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  261. 16-01-27 18:16:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  262. 16-01-27 18:17:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  263. 16-01-27 18:17:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  264. 16-01-27 18:18:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  265. 16-01-27 18:18:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  266. 16-01-27 18:19:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  267. 16-01-27 18:19:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  268. 16-01-27 18:20:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  269. 16-01-27 18:20:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  270. 16-01-27 18:20:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  271. 16-01-27 18:20:03 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  272. 16-01-27 18:20:07 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162596248362, battery=93.0, longitude=5.132585020302717, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162597511438, battery=93.0, longitude=5.132584887397568, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  273. 16-01-27 18:21:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  274. 16-01-27 18:21:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  275. 16-01-27 18:22:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  276. 16-01-27 18:22:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  277. 16-01-27 18:23:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  278. 16-01-27 18:23:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  279. 16-01-27 18:24:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  280. 16-01-27 18:24:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  281. 16-01-27 18:25:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  282. 16-01-27 18:25:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  283. 16-01-27 18:25:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  284. 16-01-27 18:25:02 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  285. 16-01-27 18:25:04 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.74064461519079, battery=100.0, longitude=5.123297497634891, gps_accuracy=10.0, friendly_name=Bart @ 18:25:04 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=not_home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.71180097763493, battery=100.0, longitude=5.081410277639591, gps_accuracy=10.0, friendly_name=Bart @ 17:55:05 27-01-2016>>
  286. 16-01-27 18:25:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state group.bart=home; order=2, entity_id=('device_tracker.iphonebart', 'device_tracker.bart274_iphonebart'), friendly_name=Bart, entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460 @ 18:25:05 27-01-2016>, entity_id=group.bart, old_state=<state group.bart=not_home; order=2, entity_id=('device_tracker.iphonebart', 'device_tracker.bart274_iphonebart'), friendly_name=Bart, entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460 @ 14:45:55 27-01-2016>>
  287. 16-01-27 18:25:05 custom_components.proximity: Bart: device is in proximity zone - nothing to see here
  288. 16-01-27 18:25:05 homeassistant.components.automation: Executing Bart komt thuis
  289. 16-01-27 18:25:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state group.bartsharon_view=home; order=6, hidden=True, icon=mdi:apple-ios, entity_id=('group.bart', 'group.sharon', 'group.bartsharon', 'group.batterij'), friendly_name=Bart & Sharon, view=True @ 18:25:05 27-01-2016>, entity_id=group.bartsharon_view, old_state=<state group.bartsharon_view=not_home; order=6, hidden=True, icon=mdi:apple-ios, entity_id=('group.bart', 'group.sharon', 'group.bartsharon', 'group.batterij'), friendly_name=Bart & Sharon, view=True @ 14:45:55 27-01-2016>>
  290. 16-01-27 18:25:05 custom_components.proximity: proximity.home: No Change to entity
  291. 16-01-27 18:25:05 homeassistant.core: Bus:Handling <Event logbook_entry[L]: name=Bart komt thuis, domain=automation, message=has been triggered>
  292. 16-01-27 18:25:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state group.bartsharon=home; order=4, entity_id=('group.bart', 'group.sharon'), friendly_name=Bart & Sharon @ 18:25:05 27-01-2016>, entity_id=group.bartsharon, old_state=<state group.bartsharon=not_home; order=4, entity_id=('group.bart', 'group.sharon'), friendly_name=Bart & Sharon @ 14:45:55 27-01-2016>>
  293. 16-01-27 18:25:05 homeassistant.components.automation: Executing Licht aan als iemand thuis komt en als zon onder is
  294. 16-01-27 18:25:05 homeassistant.core: Bus:Handling <Event logbook_entry[L]: name=Licht aan als iemand thuis komt en als zon onder is, domain=automation, message=has been triggered>
  295. 16-01-27 18:25:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75158627557906, battery=93.0, longitude=5.132652941645071, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75162596248362, battery=93.0, longitude=5.132585020302717, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  296. 16-01-27 18:26:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  297. 16-01-27 18:26:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  298. 16-01-27 18:27:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  299. 16-01-27 18:27:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  300. 16-01-27 18:28:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  301. 16-01-27 18:28:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  302. 16-01-27 18:29:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  303. 16-01-27 18:29:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  304. 16-01-27 18:30:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  305. 16-01-27 18:30:00 custom_components.device_tracker.icloud: Authenticate against iCloud
  306. 16-01-27 18:30:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  307. 16-01-27 18:30:00 requests.packages.urllib3.connectionpool: Resetting dropped connection: p12-setup.icloud.com
  308. 16-01-27 18:30:02 requests.packages.urllib3.connectionpool: Resetting dropped connection: p24-fmipweb.icloud.com
  309. 16-01-27 18:30:03 requests.packages.urllib3.connectionpool: Resetting dropped connection: p26-fmipweb.icloud.com
  310. 16-01-27 18:30:04 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadsharon=home; entity_picture=http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg, latitude=50.7514293121566, hidden=True, longitude=5.13252578057406, gps_accuracy=10.0, friendly_name=iPad Sharon @ 15:00:05 27-01-2016>, entity_id=device_tracker.ipadsharon, old_state=<state device_tracker.ipadsharon=home; entity_picture=http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg, latitude=50.75134463001569, hidden=True, longitude=5.132391934002906, gps_accuracy=10.0, friendly_name=iPad Sharon @ 15:00:05 27-01-2016>>
  311. 16-01-27 18:30:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonebart=home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.75220988136786, battery=100.0, longitude=5.134818842639341, gps_accuracy=10.0, friendly_name=Bart @ 18:25:04 27-01-2016>, entity_id=device_tracker.iphonebart, old_state=<state device_tracker.iphonebart=home; entity_picture=https://avatars0.githubusercontent.com/u/1118630?v=3&s=460, latitude=50.74064461519079, battery=100.0, longitude=5.123297497634891, gps_accuracy=10.0, friendly_name=Bart @ 18:25:04 27-01-2016>>
  312. 16-01-27 18:30:05 custom_components.proximity: Bart: device is in proximity zone - nothing to see here
  313. 16-01-27 18:30:05 custom_components.proximity: proximity.home: No Change to entity
  314. 16-01-27 18:30:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75160568921336, battery=93.0, longitude=5.132630776911421, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>, entity_id=device_tracker.ipadvanbart, old_state=<state device_tracker.ipadvanbart=home; entity_picture=http://cdn.macrumors.com/article-new/2012/10/ipad_mini_promo.jpg, hidden=True, latitude=50.75158627557906, battery=93.0, longitude=5.132652941645071, gps_accuracy=65.0, friendly_name=iPad Bart @ 14:50:05 27-01-2016>>
  315. 16-01-27 18:30:05 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state device_tracker.iphonevansharon=Brantano; entity_picture=https://scontent-ams2-1.xx.fbcdn.net/hprofile-xfp1/v/t1.0-1/c0.0.100.100/p100x100/12239541_10208205419835436_2534939389518013627_n.jpg?oh=338cf19e98e7f64fd7120fb744abbc15&oe=571A016F, gps_accuracy=65.0, latitude=50.88565730955206, friendly_name=Sharon, longitude=4.672165469930236 @ 15:00:05 27-01-2016>, entity_id=device_tracker.iphonevansharon, old_state=<state device_tracker.iphonevansharon=Brantano; entity_picture=https://scontent-ams2-1.xx.fbcdn.net/hprofile-xfp1/v/t1.0-1/c0.0.100.100/p100x100/12239541_10208205419835436_2534939389518013627_n.jpg?oh=338cf19e98e7f64fd7120fb744abbc15&oe=571A016F, gps_accuracy=65.0, latitude=50.88565725849642, friendly_name=Sharon, longitude=4.672165912022197 @ 15:00:05 27-01-2016>>
  316. 16-01-27 18:30:05 custom_components.proximity: Sharon: zone.home is occupied - nothing to see here
  317. 16-01-27 18:30:05 custom_components.proximity: proximity.home: No Change to entity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement