arzzen / philips-tv

Tools to control Philips (2016, 2017, 2018, 2019) Android TV via command line.
https://lukasmestan.com/how-to-controll-philips-tv-via-command-line/
MIT License
76 stars 16 forks source link

No response from TV #3

Open loglux opened 5 years ago

loglux commented 5 years ago

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 commented 5 years ago

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" } } }

S474N commented 4 years ago

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 commented 4 years ago

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
}