Open aberthil opened 3 years ago
Actually I did run the discovery command mentioned in a post and found the TV, however it seems like my config has an error here.... Can you help fixing it?
{ "bridge": { "name": "Homebridge D3DE", "username": "0E:E0:87:63:D3:DE", "port": 51054, "pin": "557-50-058" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" } { "platform": "SamsungTVControl", "devices": [ { "usn": "uuid:2f143bba-9cc3-4c71-9fba-e07824e22f30", "token": "86994682", "name": "Garage TV" } ] } ] }
In addition, I'd like to be able to control the inputs such as HDMI 1, HDMI 2, HDMI 3 and apps, could you let me know how to do these? Or point me to a document that list the Samsung keys/codes for inputs and apps. Thanks
Another little update after some work, I got it added into HomeApp, but each time I try to control the TV, I have a pop-up on the TV asking me to grant access to Homebrige, seems like something is wrong somewhere???
how did you end up getting it to add into the home app? seem to be stuck in the same place as you @aberthil
After some playing with it and restarting the TV a few times, it finally came up and since then, everything works quite well. Another way as well is to use the http command to get the TV details
Actually I did run the discovery command mentioned in a post and found the TV, however it seems like my config has an error here.... Can you help fixing it?
{ "bridge": { "name": "Homebridge D3DE", "username": "0E:E0:87:63:D3:DE", "port": 51054, "pin": "557-50-058" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" } { "platform": "SamsungTVControl", "devices": [ { "usn": "uuid:2f143bba-9cc3-4c71-9fba-e07824e22f30", "token": "86994682", "name": "Garage TV" } ] } ] }
In addition, I'd like to be able to control the inputs such as HDMI 1, HDMI 2, HDMI 3 and apps, could you let me know how to do these? Or point me to a document that list the Samsung keys/codes for inputs and apps. Thanks
How have you found you UUID? i cant't find them. i have found something like this on my TV Options
"Eindeut. ID: xtcd....."
Here is my working config: { "platform": "SamsungTizen", "name": "SamsungTizen", "app_list": true, "devices": [ { "name": "TV Garage", "ip": "192.168.1.34", "mac": "44:5c:e9:27:50:2a", "inputs": [ { "name": "AppleTV HD", "type": "command", "value": [ "KEY_SOURCE", "KEY_SOURCE", "KEY_LEFT", "KEY_LEFT", "KEY_LEFT", "KEY_RIGHT", "KEY_ENTER" ] }, { "name": "Live TV", "type": "command", "value": [ "KEY_SOURCE", "KEY_SOURCE", "KEY_LEFT", "KEY_LEFT", "KEY_LEFT", "KEY_ENTER" ] }, { "name": "HDMI 2", "type": "command", "value": [ "KEY_SOURCE", "KEY_SOURCE", "KEY_LEFT", "KEY_LEFT", "KEY_LEFT", "KEY_RIGHT", "KEY_RIGHT", "KEY_ENTER" ] }, { "name": "Netflix", "type": "app", "value": "11101200001" }, { "name": "Apple TV+", "type": "app", "value": "3201807016597" }, { "name": "Pandora", "type": "app", "value": "3201812017399" }, { "name": "Tablo", "type": "app", "value": "3201701011533" }, { "name": "CBS All Access", "type": "app", "value": "3201710014981" }, { "name": "Pandora", "type": "app", "value": "3201812017399" }, { "name": "Prime Video", "type": "app", "value": "3201512006785" }, { "name": "Spotify", "type": "app", "value": "3201606009684" }, { "name": "Hulu", "type": "app", "value": "3201601007625" }, { "name": "Disney+", "type": "app", "value": "3201901017640" }, { "name": "ESPN", "type": "app", "value": "3201708014618" }, { "name": "Apple Music", "type": "app", "value": "3201908019041" }, { "name": "ATT TV", "type": "app", "value": "3201611011040" }, { "name": "fuboTV", "type": "app", "value": "3201903017953" }, { "name": "YouTube", "type": "app", "value": "111299001912" } ] } ] },
On Feb 20, 2021, at 5:22 PM, sengaya1982 notifications@github.com wrote:
Actually I did run the discovery command mentioned in a post and found the TV, however it seems like my config has an error here.... Can you help fixing it?
{ "bridge": { "name": "Homebridge D3DE", "username": "0E:E0:87:63:D3:DE", "port": 51054, "pin": "557-50-058" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" } { "platform": "SamsungTVControl", "devices": [ { "usn": "uuid:2f143bba-9cc3-4c71-9fba-e07824e22f30", "token": "86994682", "name": "Garage TV" } ] } ] }
In addition, I'd like to be able to control the inputs such as HDMI 1, HDMI 2, HDMI 3 and apps, could you let me know how to do these? Or point me to a document that list the Samsung keys/codes for inputs and apps. Thanks
How have you found you UUID? i cant't find them. i have found something like this on my TV Options
"Eindeut. ID: xtcd....."
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mmende/homebridge-samsungtv-control2/issues/41#issuecomment-782776905, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR476WNCN4ZWMW6YF5BMWS3TABN4ZANCNFSM4UELFTKQ.
I can pair to the TV using the pair 2 method, mute does work but I can not find the uuid. Can you help here please?