lucasvdh / codes.lucasvdh.philips-jointspace

A Jointspace connector for Philips TV's supporting models up to 2018
GNU General Public License v3.0
7 stars 10 forks source link

Unknown pairing type "none" #10

Closed lucasvdh closed 1 year ago

lucasvdh commented 4 years ago

Apparently the app still tries to start a pairing session even if "pairing_type" is returned as "none". This should be easily fixable.

System response:

{
  "menulanguage": "Swedish",
  "name": "43PUS6754/12",
  "country": "Sweden",
  "serialnumber_encrypted": "K2kseVsmQFgkd15gKkJ+aoPKR1aKzTdPuw9DZyn2HxY=",
  "softwareversion_encrypted": "K2kseVsmQFgkd15gKkJ+amueMe3DHAmDQ8d/R/pbq76od3Wmqm0WSs8gfLFv0gbo",
  "model_encrypted": "K2kseVsmQFgkd15gKkJ+akZN/hgdOuXoNRhSqoux/7Q=",
  "deviceid_encrypted": "K2kseVsmQFgkd15gKkJ+atwhZKcsUxdLu9RuWC/KLAY=",
  "nettvversion": "4.6.0.1",
  "epgsource": "no_epg",
  "api_version": {
    "Major": 6,
    "Minor": 1,
    "Patch": 0
  },
  "featuring": {
    "jsonfeatures": {
      "recordings": [
        "List",
        "Schedule",
        "Manage"
      ],
      "ambilight": [
        "Hue",
        "HueStreaming",
        "Ambilight"
      ],
      "textentry": [
        "context_based",
        "initial_string_available"
      ],
      "inputkey": [
        "key",
        "unicode"
      ],
      "pointer": [
        "context_based"
      ],
      "activities": [
        "browser"
      ]
    },
    "systemfeatures": {
      "tvtype": "consumer",
      "content": [
        "dmr"
      ],
      "pairing_type": "none",
      "companion_screen": true,
      "os_type": "Linux"
    }
  }
}

Originaly reported at: https://community.athom.com/t/philips-tv-testing/14064/66

lucasvdh commented 4 years ago

This should be fixable