I’m running 0.54.0 on windows due to having some “fun” with an rPI and Hue. Seems absolutely bulletproof for me (yay!) with one exception. When I switch off my LG webos TV at night (standby not powered off at mains), HA’s log goes absolutely crazy - extract below; This goes on with similar intervals all night until it;s back on the following morning…every night - last night I got 1842 log entries…
2017-10-08 22:41:57 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:42:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:42:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:43:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:43:00 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:43:21 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:43:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:44:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:44:03 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:44:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:44:23 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:44:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:44:44 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:45:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:45:04 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:45:25 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:45:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:45:46 WARNING (MainThread) [homeassistant.components.media_player] Updating webostv media_player took longer than the scheduled update interval 0:00:10
2017-10-08 22:46:06 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:46:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
2017-10-08 22:46:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.lounge_tv is taking over 10 seconds
Now I don’t remember it doing the same thing when I was using a Pi. The TV is ethernet wired (although I was seeing the same issue when on WiFi, and the relevant config is below;
media_player LoungeTv:
- platform: webostv
host: 192.168.1.11
mac: C8:08:E9:B2:E8:93
name: Lounge Tv
notify:
- platform: webostv
host: 192.168.1.11
name: Lounge Tv
filename: webostv.conf
wake_on_lan:
- mac: C8:08:E9:B2:E8:93
Not sure what the best course of action would be here. If this is something that does persist on an rPi then it’s a non starter, since it’ll probably just fry the SD card with that level of logging right? Remember the TV’s on standby from about 10pm -> about 7am each night