Hello,
I’m new to Gladys v4, although I’ve been following the project for several years.
I’ve mainly linked my Xiaomi gateway to control the temperature of the rooms, but not much more…
I would like to be able to control my Samsung smart TV via Gladys, at least to turn it off with other devices via a scene (typical scenario, we’re going to bed!
)
I found this kind of project in Python: GitHub - Ape/samsungctl: Remote control Samsung televisions via a TCP/IP connection · GitHub
And my TV responds at the URL: http://192.168.1.13:8001/api/v2/
{
"device": {
"FrameTVSupport": "false",
"GamePadSupport": "true",
"ImeSyncedSupport": "true",
"Language": "fr_FR",
"OS": "Tizen",
"PowerState": "on",
"TokenAuthSupport": "true",
"VoiceSupport": "true",
"WallScreenRatio": "0",
"WallService": "false",
"countryCode": "FR",
"description": "Samsung DTV RCR",
"developerIP": "0.0.0.0",
"developerMode": "0",
"duid": "uuid:91bdb683-b656-4929-aab7-a02cf64207f6",
"firmwareVersion": "Unknown",
"id": "uuid:91bdb683-b656-4929-aab7-a02cf64207f6",
"ip": "192.168.1.13",
"model": "19_MUSEM_QTV",
"modelName": "QE65Q80RATXXC",
"name": "[TV] Samsung Q80 Series (65)",
"networkType": "wireless",
"resolution": "3840x2160",
"smartHubAgreement": "true",
"ssid": "08:87:c6:53:af:45",
"type": "Samsung SmartTV",
"udn": "uuid:91bdb683-b656-4929-aab7-a02cf64207f6",
"wifiMac": "D4:9D:C0:96:41:C6"
},
"id": "uuid:91bdb683-b656-4929-aab7-a02cf64207f6",
"isSupport": "{\"DMP_DRM_PLAYREADY\":\"false\",\"DMP_DRM_WIDEVINE\":\"false\",\"DMP_available\":\"true\",\"EDEN_available\":\"true\",\"FrameTVSupport\":\"false\",\"ImeSyncedSupport\":\"true\",\"TokenAuthSupport\":\"true\",\"remote_available\":\"true\",\"remote_fourDirections\":\"true\",\"remote_touchPad\":\"true\",\"remote_voiceControl\":\"true\"}\n",
"name": "[TV] Samsung Q80 Series (65)",
"remote": "1.0",
"type": "Samsung SmartTV",
"uri": "http://192.168.1.13:8001/api/v2/",
"version": "2.0.25"
}
Do you think it’s possible to do this and are other people interested?
Thanks in advance.