I’ve got some problem trying to make my PHILIPS Ambilight TV working with HomeAssistant.
I’ve got a PHILIPS 7300 SERIES (2019) tv MODEL 50PUS7304/12 and I’ve installed the Philips Android TV Integration (via HACS) on my Home Assistant v. 0.114.4 running on a Rasp.
I’ve succeeded in extracting my user and password from the TV by sniffing them during the pairing process (using the philips.py script).
I’ve also configured the tv in the configuration.yaml file as follow
media_player:
- platform: philips_android_tv
name: TV
host: 192.168.x.x
mac: aa:aa:aa:aa:aa:aa
username: xxxxx
password: xxxxx
and then restart HomeAssistant.
Even if I found the entity in the “Entities” menù I cannot control the TV.
In the Home Assistant log file I found the fllowing errors
......
2020-09-27 18:42:12 WARNING (SyncWorker_27) [custom_components.philips_android_tv.media_player] TV is not returning JSON. Either the authentification failed or your TV does not support calling powerstate.
2020-09-27 18:42:12 WARNING (SyncWorker_27) [custom_components.philips_android_tv.media_player] TV is not returning JSON. Either the authentification failed or your TV does not support calling applications.
2020-09-27 18:42:12 WARNING (SyncWorker_27) [custom_components.philips_android_tv.media_player] TV is not returning JSON. Either the authentification failed or your TV does not support calling channeldb/tv/channelLists/all.
2020-09-27 18:42:12 WARNING (SyncWorker_27) [custom_components.philips_android_tv.media_player] TV is not returning JSON. Either the authentification failed or your TV does not support calling audio/volume.
2020-09-27 18:42:22 WARNING (SyncWorker_49) [custom_components.philips_android_tv.media_player] TV is not returning JSON. Either the authentification failed or your TV does not support calling powerstate.
2020-09-27 18:42:22 WARNING (SyncWorker_49) [custom_components.philips_android_tv.media_player] TV is not returning JSON. Either the authentification failed or your TV does not support calling applications
......
......
I’ve also tried to grab the user and password again (I’ve noticed that the user and the password always changes…Is it correct??), reconfigure it in the configuration.yaml
file but with no success. I’ve got always the same error and Home Assistant cannot control the TV.
Any clues? What should be the problem?