Search found 7 matches
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
to
I don't get any errors.
Code: Select all
sys.path.append('/usr/local/lib/python3.4/dist-packages')
Code: Select all
sys.path.append('/usr/lib/python3/dist-packages')