-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[samsungtv] Tv configured via Thing file duplicated by discovery and permission issue #6317
Comments
RE: each time I turn on TV, the TV keep asking for OpenHab permission I have the same thing happening ONLY when I restart OH on one (newest one) of my 8 Samsung TVs. Best, Jay |
When openHAB restarts I also get a Permission Prompt on the TV, definitely an issue in implementation (unless TV firmware has updated since my last check and does something different in the websocket implementation). I recall in testing with a direct Websocket to the TV a while back that as long as I specified correct token and app name in the remote control api URL it would remember permissions. @jaywiseman1971 Do you have an N series TV among those 8? If so, does your TV have issues with Powering On/Off not always working consistently? How its implemented in the binding and how the Websocket Protocol works needs some additional tweaking which I'm planning on working on (the TV needs to either be sent the TV_POWER command over Websocket or a Wake on LAN packet; the web socket service still runs up to 30-90 after power off which means that the WoL approach won't work until the API service dies). |
Hi @Cossey. Here's my problem TV which is the newest one. Brand : Samsung
Defined in THINGS as
Best, Jay |
Still present with latest snapshot 2.5.0. Each time the TV is turned on is discovered as new thing (although already present via configuration file):
Each time the TV is turned off the inbox discovered one is removed:
The TV keep asking permission while powered. Best, |
@francemgit Noted. @jaywiseman1971 Looks like your TV is a 2017 model. Might be missing the The asking of permission after reboot is definitely a bug though. |
Re: protocol="WebSocket" or protocol="SecureWebSocket" Can someone provide the documentation where this is referenced? I'm not using either of these in my THING config.
Best, Jay |
I can't point to documentation, but I can verify that the protocol-parameter is used and working (OH 2.5) |
Update to OH 2.5.2, issue still present. Marco |
Please be aware that there is some fundamental issues with the SamsungTV Binding and jUpNp that is trying to be worked out. Best, Jay |
Made some test today and partially resolved my issue. (openHAB 2.5.4) I've removed the protocol and port parameters from things file, the binding auto select secure websocket. Auto discovery still find and remove a copy of the TV in the inbox each time i turn on and off, it's annoying but not a serius issue :) Marco |
Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
Contributes to #6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]> Signed-off-by: CSchlipp <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
…#7936) Contributes to openhab#6317 and should hide a result if there is already a thing defined which does not have the same ThingUID but points to the same TV. Signed-off-by: Stefan Triller <[email protected]>
closed |
OpenHab 2.5.0 Snapshot version running on Pi 4.
TV Samsung 6 Series55.
Bindings works perfectly using websocket but:
Marco
The text was updated successfully, but these errors were encountered: