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
Error messages in log I7 user
Re: Error messages in log I7 user
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.
It's not packaged as a plugin, just running it externally.
Late 2018 mini 10.14
- RogueProeliator
- Posts: 2520
- Joined: Tue Nov 13, 2012 3:54 pm
- Location: Baton Rouge, LA
Re: Error messages in log I7 user
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:I am using I7 would that be an issue?
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
No, I don't have a Panasonic TV nor any plans to buy new televisions at this time.By the way, any plans on making a plugin for Panasonic TX-P55VT50
Re: Error messages in log I7 user
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.
Only setting the TV on gives an error "incorrect mac address format". TV Off works fine.
@Mat - could you share the python Panasonic code.
Re: Error messages in log I7 user
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.
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
- RogueProeliator
- Posts: 2520
- Joined: Tue Nov 13, 2012 3:54 pm
- Location: Baton Rouge, LA
Re: Error messages in log I7 user
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.Only setting the TV on gives an error "incorrect mac address format". TV Off works fine.
Adam
Re: Error messages in log I7 user
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
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
Re: Error messages in log I7 user
Hi RogueProeliator - any suggestion?