-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all Nodes working on Samsung the Frame Smart TV (QE55LS03TASXXN) #45
Comments
Hey, could you say - what do you want to do? |
I want to get the list of apps available. When that is working I want to open an App. John |
Get apps, just to change to your TV in settings:
How to open app, that just a copy of my scripts:
|
^ you can to add it via Menu -> Import |
Thanks for your flows, but this also did not work. Also "Samsung TV Turn On" is not working. For Get Apps there is nothing in the debug. How can I help to troubleshoot. John |
@Dunnenj I also have a 2020 "the frame" TV and I've gone to the "official" samsung nodes to fill in the holes that I need which this contrib isn't... TV model: QN65LS03TAFXZA From this contrib I have working:
From the samsung project I have working:
I have the same issue as you, the "get apps" node does nothing and most remote keys do nothing. I'll be happy to try stuff if anyone wants. My current working nodes:
|
@crxporter As I purchased the TV recently and are also busy with some other Home Automation projects I did not test all the keys. I will do more testing in the coming period. Your power state polling Node is working,but the original one was also working for me. You will make me happy, and also other people who buy the new model, if you try stuff and get it working. Most important at this moment seems to be the GetApps Node and the LaunchApp Node I have a workaround for the launch app by sending the required keys, but life will be much easier if the launch app functions is working. |
@Dunnenj, Most important for me would be to power off the tv (currently the "power key" toggles art mode) and be able to reliably set HDMI 4 as the input. If I can get these two things working on local network I can dump the samsung cloud nodes. I might do some more digging through the libraries and other repos. Really just wanted to continue the discussion and let you know that I'm here working with another "the frame" TV. |
Power off for me is not an issue. I added the SmartThings integration to my Home Automation system and can reliably turn the TV off. However Turn on is not successful yet. I hope that you are successful in getting more options to work.John |
For TV turn on it's sending a wake-on-lan to the TV. I am almost certain. Are you wired or wireless connection on the frame? My frame has ethernet to the one connect box. turn on with this node is working great. 100% success rate. |
I have a wireless connection. Did set-up a wired connection, but also no success.
|
Wake on lan command is sent according to line 311 here: https://github.com/Toxblh/samsung-tv-control/blob/master/src/samsung.ts#L311 |
@Dunnenj for enable wake-on-lan even over wifi - need to enable the feature in TV. Don't remember where is it. But name of the feature - sound like turn on Mobile remote UPD: Settings > general > network settings > expert settings > power on with mobile (turn on) and enable IP remote . |
Hello @Toxblh ! Good to see you! I’m poking into the samsung developer docs today... Trying to see what I can discover, maybe I’ll find something useful! It looks like most of the work being done by this plugin is HTTP calls, right? I’ll be seeing what kinds of differences there are between what’s being sent and what is possible with my TV... |
@crxporter heh)) I also saw for home-assistant plugin, but still is works only while you have internet connection, so if more correct TV and mobile phone or HA server. In my case I fully block all Samsung servers for my TV and can't to use SmartThings but in the same time I didn't see and ads and a lot of apps which I don't use. Recently wrote an app for delete it https://toxblh.com/samsung-apps-remover/ from TV, but anyway if don't block Samsung server - it will return any new boot of TV. And yes Netflix and YouTube works :) And it uses webSocket, like HTTP but so is a bit different :) |
That was all set. However no luck. John |
I've made a discovery which might help power off for The Frame. Looking here I see that they are sending KEY_POWER for 3 seconds to turn it off. Is there a way to set how long the key is pressed for the nodered plugin? |
Got it. Ok well I'll add the long press of buttons. |
To my understanding key power is a toggle. So maybe I have luck and by pressing this button for 3 seconds the TV can be turned on.John |
I am on the verge of buying a The Frame (this week). Do you need help with this @Toxblh ? (Should be contributed to https://github.com/Toxblh/samsung-tv-control mostly likely...) Indeed for powering OFF the Frame, a "long press" command is needed as is used here: Here is the delay parsing being performed (split on * in the key): https://github.com/tavicu/homebridge-samsung-tizen/blob/master/lib/remote.js#L126 It's MIT licensed, so feel free to be inspired ;-). |
@Toxblh any timeframe when we might see some long press of buttons? Would be nice to get rid of samsung cloud nodes. |
Hi, |
Hello, I have the same problem, the nodes to obtain apps or to run apps do not work for me. if the send node works by which I can turn off and on and some other functions. I would like to know if through the send mode or by making the get apps and run apps nodes work, some could open apps. My TV is a Samsung 50AU7000 connected by wifi. |
Seems that working with the 'official' samsung nodes does allow me to launch the apps and hide the home button quicker 😉 |
Hi, Was the long press feature implemented or is this item still open? |
I have an issue with the following Nodes on my Samsung the Frame Smart TV (QE55LS03TASXXN):
I use the following inject Node:
In the Samsung TV Get Apps Node, I did select my television and my output node is as follows:
However it is not working. I get no debug output.
John
The text was updated successfully, but these errors were encountered: