I would like for my Samsung Frame TV to automatically turn on from code.
I have the art Mode working great (turns the TV to art mode via code).
I have the samsung app list in - /etc/openhab/misc/samsungtv.applist
My Netflix app ID is (I’m not sure how to verify the app IDs, so I copied it from the original post):
{ "name":"Netflix" , "appId":"3201907018807" , "type":2 }
I have a testing rule for a Virtual switch to test my code:
rule "Testing"
when
Item vTesting changed to ON
then
logInfo("Testing", "Testing set to ON")
MasterBathTV_SourceName.sendCommand("Netflix")
end
This is what I see in the logs:
2022-03-16 11:14:10.063 [INFO ] [rg.openhab.core.model.script.Testing] - Testing set to ON
2022-03-16 11:14:10.090 [WARN ] [tv.internal.handler.SamsungTvHandler] - Channel 'samsungtv:tv:f3e838eb_9eff_455c_9d3a_d63e9e4137af:sourceName' not supported
==> /var/log/openhab/events.log <==
2022-03-16 11:14:10.052 [INFO ] [openhab.event.ItemCommandEvent ] - Item 'vTesting' received command ON
2022-03-16 11:14:10.056 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'vTesting' changed from OFF to ON
2022-03-16 11:14:10.067 [INFO ] [openhab.event.ItemCommandEvent ] - Item 'MasterBathTV_SourceName' received command Netflix
2022-03-16 11:14:10.079 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'MasterBathTV_SourceName' predicted to become Netflix
The TV does not switch from Art mode to Netflix.
I’m on the latest version of OH3.3M2
The binding has the host name IP, TCP Port set to 8002, mac address populated, and Protocol set to Secure websocket.
The TV is a 2021 43" Samsung Frame TV.