Really weird I can’t get it to work with my docker either. I am pretty confident all is good since I was able to create the problem with my dev instance and then make it go away by applying this fix and restarting. However like I said I did have to delete the .storage directory so that is a bit of a pain. Hopefully that was caused by me doing something wrong and everyone won’t have to do it.
The fix is scheduled for the next hot fix so it should be in 0.83.3
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.wink entity: switch.garage_light
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.guest_code
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.dog_room
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.wink entity: switch.work_bench
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.tio_robi_
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.media_room
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.wink entity: switch.breakfast_table
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.kidde_smoke_detector_smoke_detected
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.dining_room
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.wink entity: switch.patio
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.kidde_smoke_detector_co_detected
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.chimney_light
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.wink entity: switch.rachiojpr
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.wink entity: scene.open_garage
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.wink entity: scene.close_garage
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.wink entity: scene.lights_off
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new scene.wink entity: scene.lock_front_door
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.jp_wink_hub_v2
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.wink_relay
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.wink_relays_top_button
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.wink_relays_bottom_button
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.gang
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.front_door_motion
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.front_door_button_pressed
2018-12-08 13:28:05 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.wink entity: binary_sensor.driveway_motion
2018-12-08 13:28:06 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new cover.wink entity: cover.garage_2
2018-12-08 13:28:06 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.wink entity: switch.back_yard
2018-12-08 13:28:07 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.kitchen_lights
2018-12-08 13:28:07 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.front_of_the_house_2
2018-12-08 13:28:07 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.wink entity: light.casa_ruiz
2018-12-09 16:05:46 INFO (MainThread) [homeassistant.setup] Setting up zwave
2018-12-09 16:05:46 INFO (MainThread) [homeassistant.setup] Setup of domain zwave took 0.0 seconds.
TypeError: expected bytes, NoneType found
Exception ignored in: 'libopenzwave.str_to_cppstr'
TypeError: expected bytes, NoneType found
I have made no changes to my confi!! 0.82.0 works just fine but non of the 0.83.x work for me and I am using the docker image
I had an issue yesterday and couldn’t get my HA to boot. I had to disable one component at a time and restart to track it down because there were no errors in the logs. Turned out to be an issue with ZigBee and one of my lights was causing it to lockup. Turned the light off and rebooted again and it worked.
So basically try to comment out one thing at a time and see if you can track it down. I would start with zwave based on that error.
Ahhh nice. I forgot about that. I have seen multiple people say they had that problem and it was strange that I didn’t. After the upgrade I got a config error in a persistent notification on the UI for owntracks and then fixed it. Didn’t block my UI from loading.