-
Notifications
You must be signed in to change notification settings - Fork 23
Support for TitanOS broken? Philips OLED 759 #40
Copy link
Copy link
Open
Description
the device is recognised with the v6 (6.1) API and all entities are added.
However, only the media_player entity works correctly.
Firmware Version: TPN248E_V248.003.182.151 and TPN248E_V248.003.182.181 affected
the ambilight and display on/off does not work.
with the iOS App i can control the Ambilight.
api output from http://192.168.155.119:1925/system
{
"menulanguage": "German",
"name": "65OLED759/12",
"country": "Germany",
"serialnumber_encrypted": "ABC",
"softwareversion_encrypted": "123",
"model_encrypted": "K2kseVsmQFgkd15gKkJ+aoviIMlwx9B3+w70EcTxb5k=",
"deviceid_encrypted": "K2kseVsmQFgkd15gKkJ+aq1ZyIX4Di1pkj4aDVTC0CQ=",
"nettvversion": "",
"epgsource": "no_epg",
"api_version": {
"Major": 6,
"Minor": 1,
"Patch": 0
},
"featuring": {
"jsonfeatures": {
"recordings": [
"List",
"Schedule",
"Manage"
],
"ambilight": [
"Ambilight"
],
"textentry": [
"context_based",
"initial_string_available"
],
"inputkey": [
"key",
"unicode"
],
"pointer": [
"context_based"
],
"activities": [
"browser"
],
"aurora": [
"available"
]
},
"systemfeatures": {
"tvtype": "consumer",
"content": [
"dmr"
],
"pairing_type": "digest_auth_pairing",
"secured_transport": true,
"os_type": "Linux"
}
}
}curl -v -k https://192.168.155.119:1926/6/ambilight/currentconfiguration
* Trying 192.168.155.119:1926...
* Connected to 192.168.155.119 (192.168.155.119) port 1926
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Request CERT (13):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Certificate (11):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
* ALPN: server accepted http/1.1
* Server certificate:
* subject: CN=2K22_PHP_LINUX
* start date: Aug 18 16:02:14 2021 GMT
* expire date: Jan 2 16:02:14 2049 GMT
* issuer: C=TW; ST=Taipei; L=Liancheng Rd.; O=TPV Technology Limited; CN=SMTVXTVROOT
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
* using HTTP/1.x
> GET /6/ambilight/currentconfiguration HTTP/1.1
> Host: 192.168.155.119:1926
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 401 Unauthorized
< Date: Thu, 05 Dec 2024 11:05:56 GMT
< Connection: close
< WWW-Authenticate: Digest realm="XTV", nonce="60dd4", qop="auth"
< Content-type: text/html; charset=utf-8
< Cache-Control: no-cache
< Access-Control-Allow-Origin: *
< Content-Length: 0
<
* Closing connection
curl -v -k http://192.168.155.119:1925/6/ambilight/power
* Trying 192.168.155.119:1925...
* Connected to 192.168.155.119 (192.168.155.119) port 1925
> GET /6/ambilight/power HTTP/1.1
> Host: 192.168.155.119:1925
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 403 Forbidden
< Date: Thu, 05 Dec 2024 11:06:44 GMT
< Connection: close
< Content-type: text/html; charset=utf-8
< Cache-Control: no-cache
< Access-Control-Allow-Origin: *
< Content-Length: 72
<
* Closing connection
<html><head><title>Forbidden</title></head><body>Forbidden</body></html>%
home-assistant_philips_js_2024-12-05T10-37-50.773Z.log
is there anything else i can provide?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels