0.48 jumped to 0.46 after installing

I have installed HASS from hassbian and never have had problem with update. So now it´s time to install 0.48 (from .47.1) I do as I always do and following this guide to install. The installation went well (what I can judge) and looked lite this in the terminal

pi@hassbian:~ $ sudo systemctl stop [email protected] 
pi@hassbian:~ $ sudo su -s /bin/bash homeassistant
homeassistant@hassbian:/home/pi $ source /srv/homeassistant/bin/activate
(homeassistant) homeassistant@hassbian:/home/pi $ pip3 install --upgrade homeassistant
Collecting homeassistant
  Downloading homeassistant-0.48.0-py2.py3-none-any.whl (7.2MB)
    100% |████████████████████████████████| 7.2MB 39kB/s 
Requirement already up-to-date: chardet==3.0.2 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: async-timeout==1.2.1 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: voluptuous==0.10.5 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: pip>=7.1.0 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: pyyaml<4,>=3.11 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: pytz>=2017.02 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: requests==2.14.2 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Collecting aiohttp==2.2.0 (from homeassistant)
  Downloading aiohttp-2.2.0.tar.gz (781kB)
    100% |████████████████████████████████| 788kB 338kB/s 
Requirement already up-to-date: jinja2>=2.9.5 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: typing<4,>=3 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Requirement already up-to-date: astral==1.4 in /srv/homeassistant/lib/python3.4/site-packages (from homeassistant)
Collecting multidict>=2.1.4 (from aiohttp==2.2.0->homeassistant)
  Downloading multidict-3.1.0.tar.gz (118kB)
    100% |████████████████████████████████| 122kB 1.7MB/s 
Collecting yarl<0.11,>=0.10.0 (from aiohttp==2.2.0->homeassistant)
  Downloading yarl-0.10.3.tar.gz (127kB)
    100% |████████████████████████████████| 133kB 1.6MB/s 
Requirement already up-to-date: MarkupSafe>=0.23 in /srv/homeassistant/lib/python3.4/site-packages (from jinja2>=2.9.5->homeassistant)
Installing collected packages: multidict, yarl, aiohttp, homeassistant
  Found existing installation: multidict 2.1.6
    Uninstalling multidict-2.1.6:
      Successfully uninstalled multidict-2.1.6
  Running setup.py install for multidict ... done
  Found existing installation: yarl 0.10.2
    Uninstalling yarl-0.10.2:
      Successfully uninstalled yarl-0.10.2
  Running setup.py install for yarl ... done
  Found existing installation: aiohttp 2.1.0
    Uninstalling aiohttp-2.1.0:
      Successfully uninstalled aiohttp-2.1.0
  Running setup.py install for aiohttp ... done
  Found existing installation: homeassistant 0.46.0
    Uninstalling homeassistant-0.46.0:
      Successfully uninstalled homeassistant-0.46.0
Successfully installed aiohttp-2.2.0 homeassistant-0.48.0 multidict-3.1.0 yarl-0.10.3
(homeassistant) homeassistant@hassbian:/home/pi $ exit
exit
pi@hassbian:~ $ sudo systemctl start [email protected]

But then HA would not restart, I know that It usually takes a bit longer time so I waited one hour but still not start of HA. The logg in empty, nothing in it. So I trying to restart HA but nothing happens. Then I reboot the rPi and finally HA starts up, but now in version 0.46

The logg now looks lite this

2017-07-04 07:04:42 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=95 from 2017-06-13 04:20:31.815514)
2017-07-04 07:04:53 WARNING (MainThread) [homeassistant.setup] Setup of automation is taking over 10 seconds.
2017-07-04 07:04:53 WARNING (MainThread) [homeassistant.setup] Setup of notify is taking over 10 seconds.
2017-07-04 07:04:53 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-07-04 07:04:53 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform template is taking over 10 seconds.
2017-07-04 07:04:54 WARNING (MainThread) [homeassistant.setup] Setup of device_tracker is taking over 10 seconds.
2017-07-04 07:05:15 WARNING (Thread-5) [homeassistant.components.tellduslive] Unidentified device type (methods: 0)
2017-07-04 07:05:15 WARNING (Thread-5) [homeassistant.components.tellduslive] Unidentified device type (methods: 0)
2017-07-04 07:05:15 WARNING (MainThread) [homeassistant.components.automation.state] 'state' is deprecated. Please rename 'state' to 'to' in your configuration file.
2017-07-04 07:05:15 WARNING (MainThread) [homeassistant.components.automation.state] 'state' is deprecated. Please rename 'state' to 'to' in your configuration file.
2017-07-04 07:05:15 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template HA Last Restart, the state is unknown.

Anyone have a clue what is happening and how to fix this? I have tried severalties with the samme result. My HA is now up and running on 0.46 and what I noticed iOS Notification is not working either (small issue at this point)

Anyone that can help me?

Updated the logg in the previous post, I don’t get any more error than that now but overtime I am trying to install I get 0.46

If I test the configuration file I don’t get any errors (what I can understand)

(homeassistant) homeassistant@hassbian:/home/pi $ hass --script check_config
Testing configuration at /home/homeassistant/.homeassistant
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up recorder
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up http
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up history
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up api
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up frontend
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up zone
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up updater
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up script
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up conversation
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up notify
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up group
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up automation
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up sun
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up sensor
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up scene
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up tellduslive
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.5 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.5 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.5 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.5 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.5 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.4 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.4 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.4 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.1 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain tellduslive took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up logbook
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up config
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up tts
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up panel_iframe
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain panel_iframe took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds.
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setting up ios
2017-07-04 07:11:08 INFO (MainThread) [homeassistant.setup] Setup of domain ios took 0.0 seconds.

I think you may have an SD card that has failed and gone in to read only mode.

Can you try and edit your config file and rebooting, to see if the changes get saved over the reboot.

Yes I have, the changes are not saved so I guess the SD card is in read only. I read about it and if I understand it right the SD card is scrap? Or is it anything to do about it?

I am now reinstalling hassbina on another SD card.

A new SD Card is the only option, but check the TroubleShooting list on the raspberry Pi SD card page and make sure you have those things covered. The power supply for the Pi seems quite important for reliable SD operation.

I am using the Raspberry original power supply so that should not be the issue I hope.

A new SD card is in place and everything work again