Thank you so much @Luitertje. I was using an old version of HA and had to download the latest docker image. I can see the TV in HA now. Looking forward to ambilight support being added! Thanks again.
Can anyone point me to more documentation for what I can do with HA and my Saphi TV?
I can explore the API via my browser and see the kind of info that can be returned with GET requests.
I found the documentation here but it’s very bare: https://www.home-assistant.io/integrations/philips_js/. I can see that the TV turning on can be used as a trigger, but would be great to have more direction on the possibilities here. e.g. How do I do things like turn on my TV at a certain time?
Using a 43PUS7607/12 with Saphi and API v6, I can’t seem to get it to connect with HA.
Selecting API 6 and entering the IP, brings up the 4 digit code on my TV.
When entering that code in HA, it says the code is wrong.
{
"menulanguage": "Dutch",
"name": "43PUS7607/12",
"country": "Netherlands",
"serialnumber_encrypted": "",
"softwareversion_encrypted": "K2kseVsmQFgkd15gKkJ+atJJI6kYBl5fIhF2Isg2DFHegH9Cg/LU4b6H/tjCh/AJ",
"model_encrypted": "K2kseVsmQFgkd15gKkJ+asfurHNPUeUDGWgJRSHUpM0=",
"deviceid_encrypted": "K2kseVsmQFgkd15gKkJ+asL/MAMN9Lm1Ai5nWi19EcY=",
"nettvversion": "",
"epgsource": "no_epg",
"api_version": {
"Major": 6,
"Minor": 1,
"Patch": 0
},
"featuring": {
"jsonfeatures": {
"recordings": [
"List",
"Schedule",
"Manage"
],
"textentry": [
"context_based",
"initial_string_available"
],
"inputkey": [
"key",
"unicode"
],
"pointer": [
"context_based"
],
"activities": [
"browser"
],
"alexa": [
"ssl_available"
]
},
"systemfeatures": {
"tvtype": "consumer",
"content": [
"dmr"
],
"pairing_type": "digest_auth_pairing",
"secured_transport": false,
"os_type": "Linux"
}
}
}