philips-tv icon indicating copy to clipboard operation
philips-tv copied to clipboard

No response from TV

Open loglux opened this issue 5 years ago • 3 comments

I have a model 49PUS6803 and I tried your script but It does return nothing. I could provide some debug information if you give me a tip on how to do that.

loglux avatar Jan 07 '19 20:01 loglux

The request http://ip:1925/6/system returns this output (I've just removed some info) { "menulanguage": "English", "name": "49PUS6803/12", "country": "United Kingdom", "serialnumber_encrypted": "", "softwareversion_encrypted": "", "model_encrypted": "", "deviceid_encrypted": "", "nettvversion": "4.6.0.1", "epgsource": "no_epg", "api_version": { "Major": 6, "Minor": 1, "Patch": 0 }, "featuring": { "jsonfeatures": { "recordings": [ "List", "Schedule", "Manage" ], "ambilight": [ "Hue", "Ambilight" ], "textentry": [ "context_based", "initial_string_available" ], "inputkey": [ "key", "unicode" ], "pointer": [ "context_based" ], "activities": [ "browser" ] }, "systemfeatures": { "tvtype": "consumer", "content": [ "dmr" ], "pairing_type": "none", "os_type": "Linux" } } }

loglux avatar Jan 08 '19 00:01 loglux

Same "problem". Have 55PUS6272 and nothing.

On URL via webbrowser is:

{
	"menulanguage": "Czech",
	"name": "55PUS6272/12",
	"country": "Czechrep",
	"serialnumber_encrypted": "XXX",
	"softwareversion_encrypted": "XXX",
	"model_encrypted": "XXX",
	"deviceid_encrypted": "XXX",
	"nettvversion": "4.6.0",
	"epgsource": "broadcast",
	"api_version": {
		"Major": 6,
		"Minor": 1,
		"Patch": 0
	},
	"featuring": {
		"jsonfeatures": {
			"recordings": [
				"List",
				"Schedule",
				"Manage"
			],
			"ambilight": [
				"LoungeLight"
			],
			"textentry": [
				"context_based",
				"initial_string_available"
			],
			"inputkey": [
				"key",
				"unicode"
			],
			"pointer": [
				"context_based"
			],
			"activities": [
				"browser"
			]
		},
		"systemfeatures": {
			"tvtype": "consumer",
			"content": [
				"dmr"
			],
			"pairing_type": "none",
			"os_type": "Linux"
		}
	}
}

S474N avatar Nov 23 '19 11:11 S474N

Next commands:

http://IP:1925/6/audio/volume

{
	"muted": false,
	"current": 25,
	"min": 0,
	"max": 60
}

For http://IP:1925/6/ChannelStepUp, ChannelStepDown, VolumeUp, VolumeDown, Standby: Forbidden

For http://IP:1925/6/ambilight/currentconfiguration

{
	"styleName": "OFF",
	"isExpert": false
}

For http://IP:1925/6/ambilight/topology:

{
	"layers": 1,
	"left": 4,
	"top": 8,
	"right": 4,
	"bottom": 0
}

S474N avatar Nov 23 '19 12:11 S474N