Closed seicento closed 6 years ago
Any errors in the log?
(I edited your post to remove the ifttt key, but you might want to change it to be sure.)
thanks. log is not loading
You have some errors in the log that you should fix. But I do not see anything that should stop HA from running.
Is that the end of the log file?
there was one more line:
fixed the errors but homepage still stops workin/responding. this time after 2 minutes
Ok, but what is the content of the ha log?
I think it should be
tail -f /config/home-assistant.log
Or you could try
hassio homeassistant logs
The following errors have been logged this session:
2017-10-31 11:59:03 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=62 from 2017-10-31 10:15:22.088079) 2017-10-31 11:59:14 WARNING (MainThread) [homeassistant.setup] Setup of climate is taking over 10 seconds. 2017-10-31 11:59:15 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds. 2017-10-31 11:59:16 WARNING (MainThread) [homeassistant.setup] Setup of media_player is taking over 10 seconds. 2017-10-31 11:59:16 WARNING (MainThread) [homeassistant.setup] Setup of camera is taking over 10 seconds. 2017-10-31 11:59:16 WARNING (MainThread) [homeassistant.setup] Setup of light is taking over 10 seconds. 2017-10-31 11:59:16 ERROR (MainThread) [homeassistant.components.climate.generic_thermostat] Unable to update from sensor: could not convert string to float: 'unknown' 2017-10-31 11:59:16 ERROR (MainThread) [homeassistant.components.climate.generic_thermostat] Unable to update from sensor: could not convert string to float: 'unknown' 2017-10-31 11:59:17 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds. 2017-10-31 11:59:27 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform onkyo is taking over 10 seconds. 2017-10-31 11:59:43 WARNING (SyncWorker_2) [netdisco.ssdp] Error fetching description at 192.168.1.146 2017-10-31 11:59:43 WARNING (SyncWorker_2) [netdisco.ssdp] Found malformed XML at http://192.168.1.111:9080: status=ok 2017-10-31 12:00:01 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
log is very long
Is that the log from after the website stop working?
yes
Is the log updating after the website stop working?
no
So the problem is not only the website, but that HA is crashing. Could you try with a simple configuration:
homeassistant:
# Name of the location where Home Assistant is running
name: test
# Location required to calculate the time the sun rises and sets
latitude: 10
longitude: 40
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 16
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Copenhagen
# Customization file
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
http:
# Secrets are defined in the file secrets.yaml
# api_password: ------
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# base_url: example.duckdns.org:8123
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
when using simple config it works. Found that with my own config file problem disapear when I remove ffmpeg camera feed :-( what can i do to fix it?
It seems that it is an unsolved issue: https://community.home-assistant.io/t/hassio-and-cameras/23811/39
Okay thanks. Hope that it will come to work one day. Do you think it will work with hassbian?
Probably, I am using ffmpeg platform with ubuntu.
Hi again. Hove now tried with hassbian and no luck. still not working
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍
Hi
Im running newest hassio on rpi3.
When i plug power on my pi it starts fine and website works fine for a short time, maybe 15 minutes. then when i try to connect again on 192.168.1.200:8123 the website is not showing up. samba and ssh still works. I have set rpi to static ip adress but have allso tried with dhcp. ssh restart wil not get website working. I need to pull power to rpi to get it working???