Components stopped working after update. Need help

Today i restarted my pi and suddenly my HA stopped working with error -

17-02-20 11:43:44 ERROR (MainThread) [homeassistant.loader] Unable to find component remote
17-02-20 11:43:44 ERROR (MainThread) [homeassistant.loader] Unable to find component tts
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.bootstrap] Unable to find platform sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.bootstrap] Unable to find platform sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.bootstrap] Unable to find platform sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.bootstrap] Unable to find platform sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.bootstrap] Unable to find platform sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.mqtt
17-02-20 11:43:49 ERROR (MainThread) [homeassistant.bootstrap] Unable to find platform sensor.mqtt
17-02-20 11:43:49 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Current Activity, the state is unknown.
17-02-20 11:43:56 ERROR (MainThread) [homeassistant.components.calendar] Error while setting up platform google

I am able to load the page but stuck with this error in log file and my webpage showing error - The following components and platforms could not be set up: * sensor.mqtt

He, maybe you should try to “update” once again. I had the same problem with the step from 0.35 to 0.36. Doing the update once again, redownloaded the components again for me.

BR Lukas

I just did that but its says requirement already satisfied for all

I had a similar problem, but I did a manual install of Home-Assistant on my RPI3.

Turned out that my MQTT server automatically started after installing it, but is not set up for auto-starting after every reboot. So, I followed the steps here to have my Mosquitto server start up after every reboot.

Especially this part did the trick for me:
However, adding mosquitto -d to /etc/rc.local above the exit code, and then rebooting, does indeed start Mosquitto up correctly without further intervention.

Not sure if you have the same problem, but just wanted to share the fix that worked for me

But my component sun, tts and remote also stopped. It was all working nothing changed in config. The HA page is loading but with errors.

He,

maybe do a downgrade to 0.37.1 and the apply the update once again.

For downgade use

sudo pip3 install homeassistant==0.37.1

Thanks i did a downgrade to 0.38.0 got it working again… :slight_smile:

Glad to help you