Homeassistant won't starts after update

I am running homeassistant on an RPI3+ for about a year now, till now it has always been running fine. Just since the new update it has been acting strange.
It started with hassio not willing to update, i was at 0.100 and i tried to update to 0.103. The update was not executed so I went online and found a solution: remove the configuration.yaml and keep it backed up somewhere, now update hassio and reïntegrate the configuration.yaml. It all worked, it updated, the config file had a green checkmark in the configurator, so i rebooted Hassio and now it isn’t starting anymore. No connection via the IP, but there is a connection via SSH, So there is a way to reset the config files. I just dont know why it is not booting up anymore, also i don’t know how i can find the ‘error’ messages if i can’t see the web-interface.

homeassistant:
  name: Home
  latitude: .........
  longitude: .......
  elevation: 0
  unit_system: metric
  time_zone: UTC
  customize: 
   switch.sonoff_10008e6718:
    icon: mdi:floor-lamp
 
 
 
   switch.sonoff_10008df5dc:
    icon: mdi:ceiling-light
    
   light.mozaiek_lamp:
    icon: mdi:ceiling-light
   
   switch.sonoff_10008df58b:
    icon: mdi:water-pump

mobile_app:

frontend:

config:

http:
   api_password: .......
#   base_url: smarthouses.duckdns.org:8123
#   ssl_certificate: /ssl/fullchain.pem
#   ssl_key: /ssl/privkey.pem

hassio:

updater:


homekit:
discovery:

mqtt:
  broker: 192.168.178.20
  port: 1883                      
  username: ......
  password: .......

conversation:

history:

logbook:

map:

sun:

sensor:
  - platform: yr

tts:
  - platform: google_translate
    service_name: google_say

cloud:

group: !include groups.yaml

automation:

- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Uit2'
  action:
   service: light.turn_off
   entity_id: 
   - Kerstboom

- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Aan2'
  action:
   service: light.turn_on
   entity_id: 
   - Kerstboom

- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Uit1'
  action:
   service: switch.turn_off
   entity_id: 
   - switch.sonoff_1000874e43
   - switch.fp
   - switch.tv

- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Aan1'
  action:
   service: switch.turn_on
   entity_id: 
   - switch.sonoff_1000874e43
   - switch.fp
   - switch.tv

- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Aan1'
  action:
   service: light.turn_on
   entity_id: 
   - light.bedstrip
   - light.bureau_led
   
- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Uit1'
  action:
   service: light.turn_off
   entity_id: 
   - light.bedstrip
   - light.bureau_led

- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Uit'
  action:
   service: light.turn_off
   entity_id: 
   - light.vloerlamp_bank
   - light.mozaiek_lamp
   
- trigger:
   platform: event
   event_type: ios.action_fired
   event_data:
    actionName: 'Aan'
  action:
   service: light.turn_on
   entity_id: 
   - light.vloerlamp_bank
   - light.mozaiek_lamp
   
- trigger:
   platform: state
   to: 'on'
   entity_id: switch.lampenknop
  condition:
  - condition: state
    state: 'on'
    entity_id: light.vloerlamp_bank
  action:
   service: light.turn_off
   entity_id: light.vloerlamp_bank
   
- trigger:
   platform: state
   to: 'on'
   entity_id: switch.lampenknop
  condition:
  - condition: state
    state: 'off'
    entity_id: light.vloerlamp_bank
  action:
   service: light.turn_on
   entity_id: light.vloerlamp_bank
  
- trigger:
   platform: state
   to: 'on'
   entity_id: switch.lampenknop
  condition:
  - condition: state
    state: 'on'
    entity_id: light.mozaiek_lamp
  action:
   service: light.turn_off
   entity_id: light.mozaiek_lamp
   
- trigger:
   platform: state
   to: 'on'
   entity_id: switch.lampenknop
  condition:
  - condition: state
    state: 'off'
    entity_id: light.mozaiek_lamp
  action:
   service: light.turn_on
   entity_id: light.mozaiek_lamp
  
script: !include scripts.yaml

panel_iframe:
    configurator:
        title: Configurator
        icon: mdi:wrench
        url: .............

light:

- platform: flux_led
  devices:
   192.168.178.40:
    name: Bureau led
    mode: "rgb"

-   platform: flux_led
    devices:
     192.168.178.45:
      name: Bedstrip
      mode: "rgb"

-   platform: mqtt
    name: 'Kerstboom'
    state_topic: 'stat/Christmastopic/POWER'
    command_topic: 'cmnd/Christmastopic/power'
    qos: 0
    payload_on: "ON"
    payload_off: "OFF"
    optimistic: false

-   platform: mqtt
    name: 'Vloerlamp bank'
    state_topic: 'stat/Banklamptopic/POWER'
    command_topic: 'cmnd/Banklamptopic/power'
    qos: 0
    payload_on: "ON"
    payload_off: "OFF"
    optimistic: false

-   platform: mqtt
    name: 'Mozaïek lamp'
    state_topic: 'bedroom/light4/status'
    command_topic: 'bedroom/light4/switch'
    qos: 0
    payload_on: "ON"
    payload_off: "OFF"
    optimistic: false
    
-   platform: mqtt
    name: 'Gordijn'
    state_topic: 'bedroom/blind/status'
    command_topic: 'bedroom/blind/switch'
    qos: 0
    payload_on: "ON"
    payload_off: "OFF"
    optimistic: false
    
switch:

-  platform: broadlink
   host: 192.168.178.14
   mac: '24:DF:A7:27:C0:8E'
   timeout: 15
   retry: 5
   switches:
    tv:
     friendly_name: "Televisie"
     command_on: 'JgDYAHyDEEEQQhBAEUEQIg8iD0IQIRBBECEQQg8iDyIPIg8iDyIPQhBBECEQQg8iD0IRIBBAEQABFYKDEEEQQRBCD0IQIRAhEEIPIg9CESAQQRAhECEQIRAhECEQQhFAECEQQREhD0IRIBBBEQABFIGED0IPQhBBEEIRIBAhEEERIBBBESEPQhAhECEQIRAhECEQQRFBESAPQhAhEEEQIRBCDwABFYKDEEEQQRBCEEEQIRAhEEIPIg9CECEQQREgECEQIRAhECEQQg9BEiAQQRAhEEIPIg9CEAANBQ=='
     command_off: 'JgDYAHyDEEEQQhBAEUEQIg8iD0IQIRBBECEQQg8iDyIPIg8iDyIPQhBBECEQQg8iD0IRIBBAEQABFYKDEEEQQRBCD0IQIRAhEEIPIg9CESAQQRAhECEQIRAhECEQQhFAECEQQREhD0IRIBBBEQABFIGED0IPQhBBEEIRIBAhEEERIBBBESEPQhAhECEQIRAhECEQQRFBESAPQhAhEEEQIRBCDwABFYKDEEEQQRBCEEEQIRAhEEIPIg9CECEQQREgECEQIRAhECEQQg9BEiAQQRAhEEIPIg9CEAANBQ=='
    fp:
     friendly_name: "Fireplace"
     command_on: 'JgBQAAABKJYSExMSEhQTEhMTEhQSExMTETkUOBI4EjkSORM4EjgUOBITExISORQSEhQRFBM4EjkRORQ4EhMTOBM4ETkUEhIUEgAFLwABLUkVAA0FAAAAAAAAAAA='
     command_off: 'JgBQAAABKJYSExMSEhQTEhMTEhQSExMTETkUOBI4EjkSORM4EjgUOBITExISORQSEhQRFBM4EjkRORQ4EhMTOBM4ETkUEhIUEgAFLwABLUkVAA0FAAAAAAAAAAA='

- platform: mqtt
  name: 'Lampenknop'
  command_topic: 'livingrom/stats/switc'
  state_topic: 'livingroom/status/switch'

cast:
  media_player:
    - host: 192.168.178.33

sonos:
  media_player:
    hosts: 192.168.178.15

api_password is deprecated. Remove it.

Also…

  1. You just posted your latitude and longitude with very high precision.
  2. The green check mark in Configurator only checks for YAML syntax, not that your config is valid. You need to run the config check for that.

And as flamingmoe pointed out, you posted other credentials. Change the password for your Gmail account now (and other accounts that use that password, if any). Configuring secrets would also be a good idea.

You read the log file.

And holy shit you just posted all your passwords for everyone to see?

Deleted all the passwords, thanks. But still, I don’t understand what could be wrong about the config that wasn’t a problem in 0.100 and is a problem in 0.103, has anyone got a clue?

I explained that in my reply…

api_password is deprecated. Remove it.

Every release has release notes with a section dedicated to breaking changes.

Perhaps you should read them?

I did read them, my english just isn’t that good. So when i read, i miss a lot of important stuff that’s being said. Thank you for your help tho, finally I can move on after a night of troubleshooting.