Search found 7 matches

by Anrox
Tuesday 11 April 2017 11:05
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [ready for test]

I does work for me. No problems so far.
by Anrox
Monday 10 April 2017 10:21
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [work in progress]

No, I don't. I have a KDL42W705B.
by Anrox
Friday 07 April 2017 14:21
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [work in progress]

I would like to test it.
by Anrox
Saturday 01 April 2017 15:50
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [help needed]

If you comment out the requests module in bravia.py the Status device is created.
by Anrox
Friday 31 March 2017 17:42
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [help needed]

The problem might be in bravia.py. When I comment out the import and the parts that use it Status device is created.
by Anrox
Friday 31 March 2017 9:06
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [help needed]

I already have a TV device in my system. Beside that no other TV device was created. When I get home I will try to rename the existing one and try your plugin again.
by Anrox
Thursday 30 March 2017 17:06
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 44792

Re: Python plugin: Sony Bravia [help needed]

I don't know if it helps but I changed the following line in plugin.py

Code: Select all

sys.path.append('/usr/local/lib/python3.4/dist-packages')
to

Code: Select all

sys.path.append('/usr/lib/python3/dist-packages')
I don't get any errors.