Samsung TV Plugin

Vig
Posts: 111
Joined: Tue Oct 06, 2015 8:09 am

Re: Samsung TV Plugin

Post by Vig »

I have an iPhone and I can control with Smart View version 1.5.6 (Couldn't even find version 2.x on the App store), but I am getting "Unable to pair..." message as well.
I have 60" HU8550 model that I purchased back in July 2014.
ryanbuckner
Posts: 1086
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Samsung TV Plugin

Post by ryanbuckner »

Code: Select all

  

Oct 15, 2016, 5:08:34 PM
  Samsung TV Error                Unable to pair TV at 192.168.1.186
 Samsung TV                              sent "Guest Room Samsung TV" status request
 Samsung TV                              Sent "Guest Room Samsung TV" off
 Samsung TV Error                Unable to connect to "Guest Room Samsung TV" at 192.168.1.186

I have a UN48JU6500 and the Pair TV button throws an error. I have double checked all settings. (mac/IP)

The Smart View app 1.5.6.8 appears to work
kwijibo007
Posts: 325
Joined: Fri Sep 27, 2013 4:58 pm
Location: Melbourne, Australia

Re: Samsung TV Plugin

Post by kwijibo007 »

ryanbuckner wrote:

Code: Select all

  

Oct 15, 2016, 5:08:34 PM
  Samsung TV Error                Unable to pair TV at 192.168.1.186
 Samsung TV                              sent "Guest Room Samsung TV" status request
 Samsung TV                              Sent "Guest Room Samsung TV" off
 Samsung TV Error                Unable to connect to "Guest Room Samsung TV" at 192.168.1.186

I have a UN48JU6500 and the Pair TV button throws an error. I have double checked all settings. (mac/IP)

The Smart View app 1.5.6.8 appears to work
Hi,

It looks like your TV (UN48JU6500 ) is running the Tizhen OS which isn't supported :( . When my wife lets me buy a new TV I'd really like to get newer models supported.

Pete
ryanbuckner
Posts: 1086
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Samsung TV Plugin

Post by ryanbuckner »

kwijibo007 wrote:
Hi,

It looks like your TV (UN48JU6500 ) is running the Tizhen OS which isn't supported :( . When my wife lets me buy a new TV I'd really like to get newer models supported.

Pete
Here's to hoping you got a new TV for XMas?
lochnesz
Posts: 370
Joined: Wed Oct 01, 2014 5:23 am
Location: Stockholm, Sweden

Re: Samsung TV Plugin

Post by lochnesz »

Yeah, a Tizen OS version of the plugin would be much appreciated :D
ryanbuckner
Posts: 1086
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Samsung TV Plugin

Post by ryanbuckner »

Has anyone been able to get this working?
agame
Posts: 514
Joined: Thu Jul 13, 2017 10:29 pm
Location: Melbourne, Australia

Re: Samsung TV Plugin

Post by agame »

I have a Samsung model UA55J6200
(Australia, 2015, series 6)
can't get the plugin to work, :(
works fine on the Samsun app, but thats a version 2x

I can't find the older version of the app (Australian App Store issue, or no longer available??)
kwijibo007
Posts: 325
Joined: Fri Sep 27, 2013 4:58 pm
Location: Melbourne, Australia

Re: Samsung TV Plugin

Post by kwijibo007 »

Hi All, this plugin only works for Series 5 Samsung TVs. This is pre-Tizen OS.

I wrote the plugin and have been happily using it for 2 years. Just after releasing the plugin (and purchasing my TV) Samsung released a new generation of TVs. The communication protocol changed and the plugin will not work for the later generations.

I would love to support newer models but simply don't have a newer TV to work with.

Anyone with Python skills is more than welcome add support. Let me know and I'll add the plugin to GitHub

I'll modify the first post to make this clearer and save future confusion.

Pete


Sent from my iPad using Tapatalk
Ramias
Posts: 272
Joined: Tue Nov 24, 2015 5:21 pm

Re: Samsung TV Plugin

Post by Ramias »

Anybody working on a Python 3.0 version of this plugin? I'll give it an attempt if nobody else is. All I use it for is TV power off (power on via HDMI CEC on my receiver) and TV-on sensing. But a critical piece of my home theater automation.
ryanbuckner
Posts: 1086
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Samsung TV Plugin

Post by ryanbuckner »

I've been using the samsungtvws library to monitor and control the power of my Samsung TV through Indigo. There are some limitations but generally power on and off work without much issue.

I would welcome a plugin over what I have now. Script + variables + action groups
kwijibo007
Posts: 325
Joined: Fri Sep 27, 2013 4:58 pm
Location: Melbourne, Australia

Re: Samsung TV Plugin

Post by kwijibo007 »

Ramias wrote:Anybody working on a Python 3.0 version of this plugin? I'll give it an attempt if nobody else is. All I use it for is TV power off (power on via HDMI CEC on my receiver) and TV-on sensing. But a critical piece of my home theater automation.
Hi Ramias,

I'll get this updated over the next few weeks to support Python 3. It's hard to gauge how many people still use this plugin (I still do!) given the age of TV's that it works with (Series 5 Samsung TVs).

I never published it in the Plugin Store given the confusion it was causing due to not working with Tizen OS. Per above, I don't think many people are using this...
ryanbuckner wrote:ve been using the samsungtvws library to monitor and control the power of my Samsung TV through Indigo. There are some limitations but generally power on and off work without much issue.

I would welcome a plugin over what I have now. Script + variables + action groups
Hi ryanbuckner,

I'm not sure what OS your TV uses but per above, this plugin only supports Series 5 Samsung TVs. (pre-Tizen OS).

Pete
ryanbuckner
Posts: 1086
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Samsung TV Plugin

Post by ryanbuckner »

My OS is Tizen - This plugin never worked for me. I would guess any new or updated Samsung TV plugin would need to support Tizen OS
kwijibo007
Posts: 325
Joined: Fri Sep 27, 2013 4:58 pm
Location: Melbourne, Australia

Re: Samsung TV Plugin

Post by kwijibo007 »

ryanbuckner wrote:My OS is Tizen - This plugin never worked for me.
That's to be expected. This plugin does not work with Tizen OS and newer.
kwijibo007
Posts: 325
Joined: Fri Sep 27, 2013 4:58 pm
Location: Melbourne, Australia

Re: Samsung TV Plugin

Post by kwijibo007 »

Ramias wrote:Anybody working on a Python 3.0 version of this plugin?
Hi Ramias,

Please find the Python3 version (2.0) of the plugin below :D

https://www.dropbox.com/s/eh4re6ghr1dnf ... n.zip?dl=0

Yell out if you find any issues.

I've removed the Kodi CEC functionality as it no longer works.

If anyone else still uses the plugin please post here to let me know. If there are few active users I'll put the effort into adding it to the plugin store.

Just in case someone lands here and hasn't read the thread's history, this Plugin is for older Series 5 Samsung TVs. This plugin does not work with Tizen OS and newer.

Pete
Ramias
Posts: 272
Joined: Tue Nov 24, 2015 5:21 pm

Re: Samsung TV Plugin

Post by Ramias »

Can confirm this does what I need it to do — turn off the tv and send an enter button command. Thanks for the update.
Post Reply

Return to “Samsung TV”