Error messages in log I7 user

Albatros
Posts: 132
Joined: Sat Feb 07, 2015 4:52 am

Error messages in log I7 user

Post by Albatros »

I have just installed the sony plugin and it findes my SOny Bravia TV but it does not react on any action. The log file shows all kinds of error messages.

I am using I7 would that be an issue?

By the way, any plans on making a plugin for Panasonic TX-P55VT50

http://forums.indigodomo.com/viewtopic. ... ipt#p77905
mat
Posts: 770
Joined: Thu Nov 25, 2010 10:48 am
Location: Cambridgeshire - UK

Re: Error messages in log I7 user

Post by mat »

I've got the python script for ip control of panasonic TV's. The stumbling block that I have is that it is having port conflicts with the alexa and sonos plugins. I've not had chance to have a look at it in a few months.

It's not packaged as a plugin, just running it externally.
Late 2018 mini 10.14
User avatar
RogueProeliator
Posts: 2520
Joined: Tue Nov 13, 2012 3:54 pm
Location: Baton Rouge, LA

Re: Error messages in log I7 user

Post by RogueProeliator »

I am using I7 would that be an issue?
Possibly... I started updating that plugin to be I7 compatible but it isn't done yet. You can regain control of it by installing this stop-gap version:
https://github.com/RogueProeliator/Indi ... v2.3.1.zip

You may see errors whenever you stop/start a TV device due to a Python 2.6 vs. 2.7 issue that will be resolved with an update. But that doesn't affect operation at all, just looks scary in the logs :)
By the way, any plans on making a plugin for Panasonic TX-P55VT50
No, I don't have a Panasonic TV nor any plans to buy new televisions at this time.
Albatros
Posts: 132
Joined: Sat Feb 07, 2015 4:52 am

Re: Error messages in log I7 user

Post by Albatros »

Thats is working. Thanks.

Only setting the TV on gives an error "incorrect mac address format". TV Off works fine.


@Mat - could you share the python Panasonic code.
mat
Posts: 770
Joined: Thu Nov 25, 2010 10:48 am
Location: Cambridgeshire - UK

Re: Error messages in log I7 user

Post by mat »

Sorry missed this post....

https://github.com/tomokas/pyviera

This is the github project I downloaded and started playing with the code. It works but I have a monkey brain when it comes to coding and haven't had chance to try to understand it yet. There are some other posts of mine where I started exploring it but I haven't got any further.
Late 2018 mini 10.14
User avatar
RogueProeliator
Posts: 2520
Joined: Tue Nov 13, 2012 3:54 pm
Location: Baton Rouge, LA

Re: Error messages in log I7 user

Post by RogueProeliator »

Only setting the TV on gives an error "incorrect mac address format". TV Off works fine.
It sounds as if the MAC address is not properly setup in the plugin... Can you edit the Indigo Device for your television and click the "Read MAC Address" button to see if it loads / changes the MAC Address field? The OFF command does not require the MAC address and will work even without it filled in.

Adam
Albatros
Posts: 132
Joined: Sat Feb 07, 2015 4:52 am

Re: Error messages in log I7 user

Post by Albatros »

I removed the mac address and did a read mac address again and a new one showed up. Dit the on command without succes. This is the debug result:

Action Group Sony TV On
Sony Bravia Network Remote Plugin Debug Returning default GUIConfigValue for sonyTvRemoteDevice:deviceIsChildDevice
Sony Bravia Network Remote Plugin Debug Returning default GUIConfigValue for sonyTvRemoteDevice:deviceIsChildDevice
Sony Bravia Network Remote Plugin Debug Returning default GUIConfigValue for sonyTvRemoteDevice:deviceIsChildDevice
Sony Bravia Network Remote Plugin Debug Command queue has 1 command(s) waiting
Sony Bravia Network Remote Plugin Error Failed to send Wake-on-LAN packet
Sony Bravia Network Remote Plugin Error Error in plugin execution:

Traceback (most recent call last):
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Sony Bravia Network Remote.indigoPlugin/Contents/Server Plugin/RPFramework/RPFrameworkRESTfulDevice.py", line 203, in concurrentCommandProcessingThread
RPFrameworkNetworkingWOL.sendWakeOnLAN(command.commandPayload)
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Sony Bravia Network Remote.indigoPlugin/Contents/Server Plugin/RPFramework/RPFrameworkNetworkingWOL.py", line 42, in sendWakeOnLAN
raise ValueError(u'Incorrect MAC address format')
ValueError: Incorrect MAC address format
Albatros
Posts: 132
Joined: Sat Feb 07, 2015 4:52 am

Re: Error messages in log I7 user

Post by Albatros »

Hi RogueProeliator - any suggestion?
Post Reply

Return to “Sony Bravia Network Remote”