I'm trying to setup some remote connection over http, first with postman, to do some remote controls.
The TV is a Philips 40PFS5501/12.
Because I get a response on http://192.168.1.131:1925/system I assume it does make use of the JointSpace API but all the other request sources I found on:
http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API-gettingstarted.html, return a page called 'status page' with the message that the server has not found anything matching the request URI.
Part of the data i got back from /system:
"nettvversion": "8.1.0",
"epgsource": "one",
"api_version": {
"Major": 6,
"Minor": 2,
"Patch": 0
},
"featuring": {
"jsonfeatures": {
"editfavorites": [
"TVChannels",
"SatChannels"
],
"recordings": [
"List",
"Schedule",
"Manage"
],
"ambilight": [
"LoungeLight"
],
"menuitems": [
"Setup_Menu"
],
"textentry": [
"context_based",
"initial_string_available",
"editor_info_available"
],
"applications": [
"TV_Apps",
"TV_Games",
"TV_Settings"
],
"pointer": [
"not_available"
],
"inputkey": [
"key"
],
"activities": [
"intent"
],
"channels": [
"preset_string"
],
"mappings": [
"server_mapping"
]
},
"systemfeatures": {
"tvtype": "consumer",
"content": [
"dmr",
"dms_tad"
],
"tvsearch": "intent",
"pairing_type": "digest_auth_pairing",
"secured_transport": "true"
}
}
(I believe the other data could be sensitive so I'm not posting that part)
Any suggestions on what I should do to make the other commands work? or at least got some response that makes more sense?
In addition, the TV has a wake-on-lan setting which I turned on, that is the main feature I'd like to control but not sure how that should be handled? can this be done using jointspace?
question from:
https://stackoverflow.com/questions/66066479/philips-tv-jointspace-api-only-one-request-works