Hi, cdce8p!
My issue is the same of @fmon. The Home Assistant Bridge doesnt show up in Home app.
I tried a lot of thingsā¦ but no solution.
I just tried your hint, but no sucess too.
The log is:
2018-10-11 22:55:57 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2018-10-11 22:55:57 WARNING (MainThread) [homeassistant.setup] Setup of frontend is taking over 10 seconds.
2018-10-11 22:56:02 DEBUG (MainThread) [homeassistant.components.homekit] Begin setup HomeKit
2018-10-11 22:56:06 ERROR (MainThread) [homeassistant.components.device_tracker] Unable to load /config/known_devices.yaml: Config file not found: /config/known_devices.yaml
2018-10-11 22:56:10 ERROR (SyncWorker_15) [homeassistant.components.notify.ios] The notify.ios platform was loaded but no devices exist! Please check the documentation at https://home-assistant.io/ecosystem/ios/notifications/ for more information
2018-10-11 22:56:12 DEBUG (SyncWorker_7) [pyhap.characteristic] set_value: Name to Home Assistant Bridge
2018-10-11 22:56:12 DEBUG (SyncWorker_7) [pyhap.characteristic] set_value: SerialNumber to default
2018-10-11 22:56:12 DEBUG (SyncWorker_7) [pyhap.characteristic] set_value: FirmwareRevision to 0.79.3
2018-10-11 22:56:12 DEBUG (SyncWorker_7) [pyhap.characteristic] set_value: Manufacturer to Home Assistant
2018-10-11 22:56:12 DEBUG (SyncWorker_7) [pyhap.characteristic] set_value: Model to Bridge
2018-10-11 22:56:12 DEBUG (SyncWorker_7) [pyhap.characteristic] set_value: SerialNumber to homekit.bridge
2018-10-11 22:56:12 WARNING (MainThread) [homeassistant.setup] Setup of neato is taking over 10 seconds.
2018-10-11 22:56:16 ERROR (SyncWorker_13) [homeassistant.components.light.yeelight] Failed to connect to bulb x.x.x.x, Entrada: A socket error occurred when sending the command.
2018-10-11 22:56:16 WARNING (MainThread) [homeassistant.components.light] Setup of platform yeelight is taking over 10 seconds.
2018-10-11 22:56:21 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-11 22:56:22 INFO (SyncWorker_4) [pyhap.accessory_driver] Storing Accessory state in /config/.homekit.state
2018-10-11 22:56:22 INFO (SyncWorker_4) [homeassistant.components.homekit.util] Pincode: 116-36-973
2018-10-11 22:56:22 DEBUG (SyncWorker_4) [homeassistant.components.homekit] Driver start
2018-10-11 22:56:22 INFO (SyncWorker_14) [pyhap.accessory_driver] Starting the event loop
2018-10-11 22:56:22 INFO (SyncWorker_0) [pyhap.accessory_driver] Starting accessory Home Assistant Bridge on address x.x.x.x, port 51827.
2018-10-11 22:56:23 DEBUG (SyncWorker_0) [pyhap.accessory_driver] AccessoryDriver started successfully
2018-10-11 23:05:46 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-11 23:06:15 WARNING (SyncWorker_19) [homeassistant.components.switch.neato] Neato connection error: 404 Client Error: Not Found for url: xxx//nucleo.neatocloud.com/vendors/neato/robots/xxx
2018-10-11 23:06:16 WARNING (SyncWorker_10) [homeassistant.components.vacuum.neato] Neato connection error: 404 Client Error: Not Found for url: xxx//nucleo.neatocloud.com/vendors/neato/robots/xxx
2018-10-11 23:06:17 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File ā/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.pyā, line 241, in async_update_ha_state
attr = self.state_attributes or {}
File ā/usr/local/lib/python3.6/site-packages/homeassistant/components/vacuum/init.pyā, line 435, in state_attributes
if self.battery_level is not None:
File ā/usr/local/lib/python3.6/site-packages/homeassistant/components/vacuum/neato.pyā, line 143, in battery_level
return self._state[ādetailsā][āchargeā]
TypeError: āNoneTypeā object is not subscriptable