Hi,
I’m unable to get iTunes working on HA. iTunes-api is running. I can access the api from Safari.
Any idea on how I could debug this? I’m sure my config is correct.
Thanks
Tim
Hi,
I’m unable to get iTunes working on HA. iTunes-api is running. I can access the api from Safari.
Any idea on how I could debug this? I’m sure my config is correct.
Thanks
Tim
Post your config here, use the </> button to post your config with the proper formatting.
Also, what is in your log file? The log file should reporting something if its not working properly, or at least be providing a clue.
I have the same problem since upgrading to 0.29. It worked just fine before that
Config:
media_player:
- platform: denon_avr
host: 192.168.2.216
name: Denon Tim
- platform: kodi
name: Kodi Tim
host: http://192.168.2.213
port: 80
- platform: plex
- media_player:
platform: itunes
name: iTunes
host: http://192.168.2.58
Log:
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.bootstrap] Home Assistant core initializede[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded sensor from homeassistant.components.sensore[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded history from homeassistant.components.historye[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded recorder from homeassistant.components.recordere[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded http from homeassistant.components.httpe[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtte[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded discovery from homeassistant.components.discoverye[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded frontend from homeassistant.components.frontende[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded api from homeassistant.components.apie[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded light from homeassistant.components.lighte[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded conversation from homeassistant.components.conversatione[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded media_player from homeassistant.components.media_playere[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded weblink from homeassistant.components.weblinke[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded group from homeassistant.components.groupe[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded updater from homeassistant.components.updatere[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded sun from homeassistant.components.sune[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded logbook from homeassistant.components.logbooke[0m
e[32m16-10-04 18:16:16 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>e[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [homeassistant.loader] Loaded sensor.yr from homeassistant.components.sensor.yre[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): api.yr.noe[0m
e[32m16-10-04 18:16:16 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): api.met.noe[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.yr_symbol=1; about=Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK, friendly_name=yr Symbol, entity_picture=//api.met.no/weatherapi/weathericon/1.1/?symbol=1;content_type=image/png @ 2016-10-04T18:16:17.159707+02:00>, entity_id=sensor.yr_symbol, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.yr_temperature=15.1; about=Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK, friendly_name=yr Temperature, unit_of_measurement=°C @ 2016-10-04T18:16:17.161271+02:00>, entity_id=sensor.yr_temperature, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sensor.yr_wind_direction=69.3; about=Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK, friendly_name=yr Wind direction, unit_of_measurement=° @ 2016-10-04T18:16:17.162429+02:00>, entity_id=sensor.yr_wind_direction, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=http>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=history>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=mqtt, service=publish>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=mqtt>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=discovery>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=frontend>e[0m
e[32m16-10-04 18:16:17 INFO (Thread-1) [homeassistant.loader] Loaded light.mqtt from homeassistant.components.light.mqtte[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state light.home_theater=off; friendly_name=Home Theater, supported_features=1 @ 2016-10-04T18:16:17.438282+02:00>, entity_id=light.home_theater, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_lights=unknown; hidden=True, friendly_name=all lights, auto=True, entity_id=[], order=0 @ 2016-10-04T18:16:17.439808+02:00>, entity_id=group.all_lights, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=None, entity_id=group.all_lights, old_state=<state group.all_lights=unknown; hidden=True, friendly_name=all lights, auto=True, entity_id=[], order=0 @ 2016-10-04T18:16:17.439808+02:00>>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater',), order=0 @ 2016-10-04T18:16:17.441970+02:00>, entity_id=group.all_lights, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state light.bedroom=off; friendly_name=Bedroom, supported_features=1 @ 2016-10-04T18:16:17.444570+02:00>, entity_id=light.bedroom, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=None, entity_id=group.all_lights, old_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater',), order=0 @ 2016-10-04T18:16:17.441970+02:00>>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater', 'light.bedroom'), order=0 @ 2016-10-04T18:16:17.447299+02:00>, entity_id=group.all_lights, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state light.bed=off; friendly_name=Bed, supported_features=0 @ 2016-10-04T18:16:17.449469+02:00>, entity_id=light.bed, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=None, entity_id=group.all_lights, old_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater', 'light.bedroom'), order=0 @ 2016-10-04T18:16:17.447299+02:00>>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater', 'light.bed', 'light.bedroom'), order=0 @ 2016-10-04T18:16:17.452049+02:00>, entity_id=group.all_lights, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state light.dining=off; friendly_name=Dining, supported_features=0 @ 2016-10-04T18:16:17.454522+02:00>, entity_id=light.dining, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=None, entity_id=group.all_lights, old_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater', 'light.bed', 'light.bedroom'), order=0 @ 2016-10-04T18:16:17.452049+02:00>>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_lights=off; hidden=True, friendly_name=all lights, auto=True, entity_id=('light.home_theater', 'light.bed', 'light.bedroom', 'light.dining'), order=0 @ 2016-10-04T18:16:17.457196+02:00>, entity_id=group.all_lights, old_state=None>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=light, service=turn_on>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=light, service=turn_off>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=light, service=toggle>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=light>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=conversation, service=process>e[0m
e[32m16-10-04 18:16:17 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=conversation>e[0m
e[32m16-10-04 18:16:17 INFO (Thread-1) [homeassistant.loader] Loaded media_player.denon_avr from custom_components.media_player.denon_avre[0m
e[32m16-10-04 18:16:17 INFO (Thread-1) [homeassistant.loader] Loaded media_player.kodi from homeassistant.components.media_player.kodie[0m
e[32m16-10-04 18:16:17 INFO (Thread-1) [homeassistant.loader] Loaded media_player.plex from homeassistant.components.media_player.plexe[0m
e[32m16-10-04 18:16:17 INFO (Thread-1) [homeassistant.loader] Loaded media_player.itunes from homeassistant.components.media_player.itunese[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state media_player.denon_tim=off; supported_media_commands=2444, friendly_name=Denon Tim @ 2016-10-04T18:16:19.312301+02:00>, entity_id=media_player.denon_tim, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.213e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state media_player.kodi_tim=idle; supported_media_commands=4927, friendly_name=Kodi Tim @ 2016-10-04T18:16:19.333717+02:00>, entity_id=media_player.kodi_tim, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [plexapi] GET http://192.168.2.204:32400/?X-Plex-Token=e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.204e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [homeassistant.components.media_player.plex] Connected to: http://192.168.2.204:32400e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [plexapi] GET http://192.168.2.204:32400/clients?X-Plex-Token=e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [plexapi] GET http://192.168.2.204:32400/status/sessions?X-Plex-Token=e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state media_player.itunes=offline; supported_media_commands=575, media_content_type=music, friendly_name=iTunes, entity_picture=/api/media_player_proxy/media_player.itunes?token=47883995529000&cache=dd0a5, volume_level=0.0 @ 2016-10-04T18:16:19.430973+02:00>, entity_id=media_player.itunes, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_stop>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_next_track>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=turn_off>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_up>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=clear_playlist>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_play>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_down>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_previous_track>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_pause>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_play_pause>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=turn_on>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=toggle>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_set>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_mute>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_seek>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=select_source>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=play_media>e[0m
e[31m16-10-04 18:16:19 ERROR (Thread-1) [homeassistant.bootstrap] Invalid config for [weblink]: expected a URL for dictionary value @ data['weblink']['entities'][0]['url']. Got 'remote://'. Please check the docs at https://home-assistant.io/components/weblink/e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=media_player>e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTPS connection (1): pypi.python.orge[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state media_player.denon_tim=off; supported_media_commands=2444, friendly_name=Denon Tim @ 2016-10-04T18:16:19.312301+02:00>, entity_id=media_player.denon_tim, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.213e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state media_player.kodi_tim=idle; supported_media_commands=4927, friendly_name=Kodi Tim @ 2016-10-04T18:16:19.333717+02:00>, entity_id=media_player.kodi_tim, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [plexapi] GET http://192.168.2.204:32400/?X-Plex-Token=e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.204e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [homeassistant.components.media_player.plex] Connected to: http://192.168.2.204:32400e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [plexapi] GET http://192.168.2.204:32400/clients?X-Plex-Token=e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [plexapi] GET http://192.168.2.204:32400/status/sessions?X-Plex-Token=e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state media_player.itunes=offline; supported_media_commands=575, media_content_type=music, friendly_name=iTunes, entity_picture=/api/media_player_proxy/media_player.itunes?token=47883995529000&cache=dd0a5, volume_level=0.0 @ 2016-10-04T18:16:19.430973+02:00>, entity_id=media_player.itunes, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_stop>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_next_track>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=turn_off>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_up>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=clear_playlist>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_play>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_down>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_previous_track>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_pause>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_play_pause>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=turn_on>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=toggle>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_set>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=volume_mute>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=media_seek>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=select_source>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=play_media>e[0m
e[31m16-10-04 18:16:19 ERROR (Thread-1) [homeassistant.bootstrap] Invalid config for [weblink]: expected a URL for dictionary value @ data['weblink']['entities'][0]['url']. Got 'remote://'. Please check the docs at https://home-assistant.io/components/weblink/e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=media_player>e[0m
e[32m16-10-04 18:16:19 INFO (Thread-1) [requests.packages.urllib3.connectionpool] Starting new HTTPS connection (1): pypi.python.orge[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=updater>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sun.sun=above_horizon; elevation=0, friendly_name=Sun, next_rising=2016-10-05T05:50:56+00:00, next_setting=2016-10-04T17:13:32+00:00, azimuth=0 @ 2016-10-04T18:16:19.967876+02:00>, entity_id=sun.sun, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sun>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logbook, service=log>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=logbook>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.tims_room=off; view=True, friendly_name=Tims room, hidden=True, entity_id=('media_player.denon_tim', 'media_player.kodi_tim', 'light.home_theater', 'light.bedroom', 'light.bed'), order=1 @ 2016-10-04T18:16:19.975632+02:00>, entity_id=group.tims_room, old_state=None>e[0m
e[32m16-10-04 18:16:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.dining_room=off; view=True, friendly_name=Dining room, hidden=True, entity_id=('light.dining',), order=2 @ 2016-10-04T18:16:19.977827+02:00>, entity_id=group.dining_room, old_state=None>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=reload>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=group>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Starting Home Assistant (11 threads)e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Starting Home Assistant core loope[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_start[L]>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=stop>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=restart>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Timer:startinge[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event mqtt_message_received[L]: payload=OFF, topic=8631674/0/light/status, qos=0>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event mqtt_message_received[L]: payload=0, topic=8631674/0/brightness/status, qos=0>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event mqtt_message_received[L]: payload=OFF, topic=8631674/1/light/status, qos=0>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event mqtt_message_received[L]: payload=0, topic=8631674/1/brightness/status, qos=0>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event mqtt_message_received[L]: payload=OFF, topic=8631674/2/light/status, qos=0>e[0m
e[32m16-10-04 18:16:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event mqtt_message_received[L]: payload=OFF, topic=8631674/12/light/status, qos=0>e[0m
e[32m16-10-04 18:16:20 INFO (ThreadPool Worker 0) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:20 INFO (ThreadPool Worker 0) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:20 INFO (Thread-5) [netdisco.service] Scanninge[0m
e[33m16-10-04 18:16:20 WARNING (Thread-2) [homeassistant.components.recorder] Ended unfinished session (id=64 from 2016-10-04 16:04:14.170627)e[0m
e[33m16-10-04 18:16:20 WARNING (Thread-2) [homeassistant.components.recorder] Found unfinished sessionse[0m
e[32m16-10-04 18:16:20 INFO (CP Server Thread-7) [homeassistant.components.http] Serving /api/stream to 192.168.2.204 (auth: True)e[0m
e[32m16-10-04 18:16:20 INFO (CP Server Thread-6) [homeassistant.components.http] Serving /api/stream to 192.168.2.204 (auth: True)e[0m
e[32m16-10-04 18:16:21 INFO (CP Server Thread-8) [homeassistant.components.http] Serving /api/stream to 192.168.2.221 (auth: True)e[0m
e[32m16-10-04 18:16:22 INFO (CP Server Thread-9) [homeassistant.components.http] Serving /api/bootstrap to 192.168.2.221 (auth: True)e[0m
e[32m16-10-04 18:16:30 INFO (ThreadPool Worker 10) [plexapi] GET http://192.168.2.204:32400/clients?X-Plex-Token=e[0m
e[32m16-10-04 18:16:30 INFO (ThreadPool Worker 1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:30 INFO (ThreadPool Worker 1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sun.sun=above_horizon; elevation=8.08, friendly_name=Sun, next_rising=2016-10-05T05:50:56+00:00, next_setting=2016-10-04T17:13:32+00:00, azimuth=252.37 @ 2016-10-04T18:16:19.967876+02:00>, entity_id=sun.sun, old_state=<state sun.sun=above_horizon; elevation=0, friendly_name=Sun, next_rising=2016-10-05T05:50:56+00:00, next_setting=2016-10-04T17:13:32+00:00, azimuth=0 @ 2016-10-04T18:16:19.967876+02:00>>e[0m
e[32m16-10-04 18:16:30 INFO (ThreadPool Worker 10) [plexapi] GET http://192.168.2.204:32400/clients?X-Plex-Token=e[0m
e[32m16-10-04 18:16:30 INFO (ThreadPool Worker 1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:30 INFO (ThreadPool Worker 1) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sun.sun=above_horizon; elevation=8.08, friendly_name=Sun, next_rising=2016-10-05T05:50:56+00:00, next_setting=2016-10-04T17:13:32+00:00, azimuth=252.37 @ 2016-10-04T18:16:19.967876+02:00>, entity_id=sun.sun, old_state=<state sun.sun=above_horizon; elevation=0, friendly_name=Sun, next_rising=2016-10-05T05:50:56+00:00, next_setting=2016-10-04T17:13:32+00:00, azimuth=0 @ 2016-10-04T18:16:19.967876+02:00>>e[0m
e[32m16-10-04 18:16:39 INFO (CP Server Thread-10) [homeassistant.components.http] Serving / to 192.168.2.57 (auth: True)e[0m
e[32m16-10-04 18:16:39 INFO (CP Server Thread-10) [homeassistant.components.http] Serving /api/bootstrap to 192.168.2.57 (auth: True)e[0m
e[32m16-10-04 18:16:40 INFO (CP Server Thread-10) [homeassistant.components.http] Serving /api/stream to 192.168.2.57 (auth: True)e[0m
e[32m16-10-04 18:16:40 INFO (ThreadPool Worker 0) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:40 INFO (CP Server Thread-11) [homeassistant.components.http] Serving /api/media_player_proxy/media_player.itunes to 192.168.2.57 (auth: True)e[0m
e[32m16-10-04 18:16:40 INFO (CP Server Thread-11) [requests.packages.urllib3.connectionpool] Starting new HTTPS connection (1): cloud.githubusercontent.come[0m
e[32m16-10-04 18:16:40 INFO (ThreadPool Worker 0) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): httpe[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.212e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.212e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.219e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.212e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.212e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.219e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.48e[0m
e[32m16-10-04 18:16:41 INFO (Thread-5) [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.216e[0m
e[32m16-10-04 18:16:42 INFO (Thread-5) [homeassistant.components.discovery] Found new service: DLNA http://192.168.2.212:50001/desc/device.xmle[0m
e[32m16-10-04 18:16:42 INFO (Thread-5) [homeassistant.components.discovery] Found new service: homekit {'s#': '1', 'sf': '0', 'id': 'CC:22:3D:E3:CE:30', 'c#': '25', 'host': 'http://172.17.0.1', 'md': 'Homebridge', 'pv': '1.0', 'ff': '0', 'ci': '2'}e[0m
e[32m16-10-04 18:16:43 INFO (Thread-5) [homeassistant.components.discovery] Found new service: plex_mediaserver ('Himalaya', 'https://192.168.2.204:32400')e[0m
e[32m16-10-04 18:16:43 INFO (Thread-5) [homeassistant.components.discovery] Found new service: kodi ('192.168.2.213', 80)e[0m
The weblink was also working before, now isn’t working anymore. I could start the Apple Remote app using this link on iOS.
Just installed HA yesterday, I have the exact same issue. iTunes-api is running and can be accessed from Safari.
There is a mistake in the documentation.
Removing http://
in my config fixed it.
- media_player:
platform: itunes
name: iTunes
host: 192.168.2.58
See https://github.com/home-assistant/home-assistant/pull/3344
Maybe that’s my issue too. I’m going to give it a try tonight. Thanks!