Wink Relay problem after upgrade

Still having issues. I wont get past the following:

Seems to get stuck at trying to register wink light groups.

This is my docker command:

docker run -d --name="home-assistant" --restart=always -v /home/jp/HA-JP:/config -v /etc/localtime:/etc/localtime:ro -v /etc/letsencrypt:/etc/letsencrypt --device=/dev/serial/by-id/usb-0658_0200-if00 --net=host homeassistant/home-assistant: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

Not seeing any error messages there. If you disable wink in your config does it start up?

I did and same issue. I did find this error:

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

This is my config file:

homeassistant:

  auth_providers:
   - type: homeassistant
  #  - type: legacy_api_password
   - type: trusted_networks 

  
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: !secret latitude_home
  longitude: !secret longitude_home

  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: 191
  # metric for Metric, imperial for Imperial
  unit_system: imperial
  # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: America/Chicago

#################################################################
## Customizations
#################################################################

  customize: !include customize.yaml

# Enable the config screen
config:

# Enable the Map screen
map:

#################################################################
## HA Cloud
##################################################################
# cloud:
#   alexa:
#     filter:
#       include_entities:
#         - light.casa_ruiz
#       include_domains:
#         - switch
#         - cover
#         - script        
#       exclude_entities:
#         - cover.garage_2
#         - switch.switch
#         # - script.disarm
#       exclude_domains:
#         - script
#         - automation
#         - group
#         - light
#         - media_player
#         - scene

#################################################################
## Zones
#################################################################
zone:
  name: home
  latitude: !secret latitude_home
  longitude: !secret longitude_home
  radius: 200
  icon: mdi:home

zone 2:
  name: work
  latitude: !secret latitude_work
  longitude: !secret longitude_work
  radius: 300
  icon: mdi:domain

zone 3:
  name: airport
  latitude: 32.911856
  longitude: -97.041635
  radius: 2500
  icon: mdi:airplane  



# Show links to resources in log and frontend
#introduction:

# Enables the frontend
frontend: 
  javascript_version: latest
  themes: !include theme.yaml


  

# Http FrontEND
http:
  # api_password: !secret http_password
  server_port: !secret http_port
  ssl_certificate: !secret ssl_cert
  ssl_key: !secret ssl_key
  base_url: !secret base_url
  trusted_networks:
    - 127.0.0.1
    - 192.168.2.0/24    

zeroconf:
# Checks for available updates
updater:

# Discover some devices automatically
discovery:

ios:

# Allows you to issue voice commands from the frontend in enabled browsers
conversation:

# Enables support for tracking state changes over time.
history:

# View all events in a logbook
logbook:

# Track the sun
sun:


#################################################################
## iFrame
#################################################################

# panel_iframe:



#################################################################
## AlarmPanel
#################################################################
alarmdecoder:
  device:
    type: socket
    host: 192.168.2.174
    port: 10000
    # path: /dev/ttyUSB0
    # baud: 115200
  panel_display: on
  zones:
    02:
      name: 'Entry Doors'
      type: 'opening'
    03:
      name: 'Master Bedroom Windows'
      type: 'opening'
    04:
      name: 'All Downstairs Windows'
      type: 'opening'
    05:
      name: 'All Upstair Windows'
      type: 'opening'
    09:
      name: 'Livingrom Motion'
      type: 'motion'
    10:
      name: 'Patio Door'
      type: 'opening'

#################################################################
## Components
#################################################################
# influxdb:
#   host: 192.168.2.87
  # database_connection_pool_size: 10

#################################################################
## DuckDNS
#################################################################

duckdns:
  domain: !secret domain
  access_token: !secret duck_token

##########################################
## Zwave Stick
##########################################

zwave:
 usb_path: /dev/serial/by-id/usb-0658_0200-if00


##########################################
## MQTT
##########################################

mqtt:
  broker: 192.168.2.174
  port: 1883
  client_id: home-assistant-1
  keepalive: 60
  username: !secret mqtt_user
  password: !secret mqtt_password

##########################################
## Device Tracker
##########################################

device_tracker:
  - platform: owntracks
    max_gps_accuracy: 200
  
  # - platform: nmap_tracker
  #   hosts:
  #     - 192.168.2.88
  #     - 192.168.2.85
  #   home_interval: 25

  # - platform: ddwrt
  #   host: 192.168.2.3
  #   username: !secret dd-wrt_usr
  #   password: !secret dd-wrt_pw
  #   home_interval: 15    

##########################################
## Wink Hub
##########################################

# wink:
#   email: !secret wink_email
#   password: !secret wink_password
#   client_id: !secret wink_client_id
#   client_secret: !secret wink_client_secret

##########################################
## IP Cameras
##########################################

camera: !include cameras.yaml

# ffmpeg:


# ffmpeg:

# android_ip_webcam:
#   name: firetablet
#   host: 192.168.2.156
#   sensors:
#     - battery_level
#     - battery_temp
#     - battery_voltage
#   switches:
#     - night_vision  

##########################################
## Ring Component
##########################################
# ring:
#   username: !secret ring_user
#   password: !secret ring_pw

##########################################
## Google Maps location of Family Members
##########################################
camera 1:
  name: JP
  platform: generic
  still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.subnetangel_iphone.attributes.latitude }},{{ states.device_tracker.subnetangel_iphone.attributes.longitude }}&zoom=13&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.subnetangel_iphone.attributes.latitude }},{{ states.device_tracker.subnetangel_iphone.attributes.longitude }}
  limit_refetch_to_url_change: true

camera 2:
  name: Kokela
  platform: generic
  still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.subnetangel_kokelaiphone.attributes.latitude }},{{ states.device_tracker.subnetangel_kokelaiphone.attributes.longitude }}&zoom=13&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.subnetangel_kokelaiphone.attributes.latitude }},{{ states.device_tracker.subnetangel_kokelaiphone.attributes.longitude }}
  limit_refetch_to_url_change: true

##########################################
# Weblinks
##########################################
weblink: !include weblink.yaml

##########################################
# Climate
##########################################
climate:
  - platform: honeywell
    username: !secret honeywell_user
    password: !secret honeywell_password
    region: us
    scan_interval: 120

##########################################
# Google Calendar
##########################################
# google:
#   client_id: !secret google_client_id
#   client_secret: !secret google_client_secret

##########################################
## Garage Door
##########################################
cover:
  - platform: myq
    #name: Garage Door MyQ
    username: !secret myq_user
    password: !secret myq_pw
    type: liftmaster

##########################################
# Plex Server
##########################################
media_player: 
  - platform: plex
  # - platform: directv
  #   host: 192.168.2.77
  #   port: 8080
  #   name: "Media Room DirecTV"
    
# Allow Amazon Echo to control HA
emulated_hue:
  host_ip: 192.168.2.87
  listen_port: 8300
  # expose_by_default: true
  off_maps_to_on_domains:
    - script
    - scene
  exposed_domains:
    - switch
    - light
    - cover
    - input_boolean
    - script

#################################################################
## Notifications
#################################################################

notify:
  - name: slack_ha
    platform: slack
    api_key: !secret slack_api_key
    default_channel: '#smarthome'
  
  - name: firetv_notify
    platform: nfandroidtv
    host: 192.168.2.99

  - name: jp_pushbullet
    platform: pushbullet
    api_key: !secret pushbullet_api_key

  - name: ios_family
    platform: group
    services:
      - service: ios_jps_iphone_7
      - service: ios_kokela_iphone7
      - service: ios_jps_ipad
      # - service: slack_ha
      - service: firetv_notify


#################################################################
## Logging
#################################################################

# logger:
#   default: fatal
#   logs:
#     homeassistant.components.media_player: fatal
#     urllib3.connectionpool: fatal

system_log:
  max_entries: 10    

#################################################################
## IFTT
#################################################################
ifttt:
  key: !secret iftt_key

####################################################
#                                                  #
#                     Includes                     #
#                                                  #
####################################################
group: !include group.yaml
input_select: !include input_select.yaml
input_boolean: !include input_boolean.yaml
shell_command: !include_dir_merge_named shell_command
automation: !include automation.yaml
switch: !include_dir_merge_list switch
light: !include_dir_merge_list light
sensor: !include sensor.yaml
script: !include scripts.yaml
binary_sensor: !include binary_sensor.yaml

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.

You mentioned deleting the .storage before which files should I remove?

So no matter what I remove it always gets stuck!!!

But I have no issue with any of the 0.82.x, I even delete the .storage folder and no luck on any of the 0.83.x

Yeah I would back up your .storage and delete the entire thing. Also try deleting your .db file.

So I changed the OwnTrack entry and it work go figure!!!

see: Cannot Access Web Interface after 83.x Upgrade

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.

another question i always get this ever since like 0.77.x

any ideas:

ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:847)
2018-12-09 18:15:37 ERROR (MainThread) [homeassistant.core] Error doing job: SSL handshake failed
Traceback (most recent call last):
  File "uvloop/handles/stream.pyx", line 609, in uvloop.loop.UVStream._on_eof
  File "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
  File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:847)
2018-12-09 18:15:37 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason: HTTP_REQUEST
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
  File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
  File "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
  File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
    self._sslobj.do_handshake()

Hmm not sure. Are you using SSL to access your web frontend? If so do you have a valid cert?

Yes and using duckdns