New plugin - RFPlayer by ZiBlue

Posted on
Fri Nov 24, 2017 4:45 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

Still no joy.. Getting this error each time I try a command:
Code: Select all
   RFPlayer Error                  Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 430, in sendCommandAction
KeyError: (233446487,)

Posted on
Fri Nov 24, 2017 4:46 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New plugin - RFPlayer by ZiBlue

Colly wrote:
Still no joy.. Getting this error each time I try a command:
Code: Select all
   RFPlayer Error                  Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 430, in sendCommandAction
KeyError: (233446487,)


That's a different issue. Try deleting the RFPlayer device and recreating it.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Nov 24, 2017 4:55 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

Deleted and recreated and still getting the error.

Posted on
Fri Nov 24, 2017 4:58 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New plugin - RFPlayer by ZiBlue

Colly wrote:
Deleted and recreated and still getting the error.


Did you delete and recreate the action group? If that doesn't work, I think I'm caching something in the preferences file that's messing things up. Try disabling the plugin, deleting the preference file, then re-enabling. You'll have to recreate the device and action group as well.

If that fixes it I'll try to find some time this weekend to figure out why the cached data is bad. Unfortunately, it's Holiday season and I think we're putting up the tree this weekend.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Nov 24, 2017 5:07 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

Something else going on I think!!
Code: Select all
RFPlayer                        Starting RFPlayer
   RFPlayer Error                  "RFPlayer" serial port open error: [Errno 16] could not open port /dev/cu.usbserial-A1251VTU: [Errno 16] Resource busy: '/dev/cu.usbserial-A1251VTU'
   RFPlayer Error                  make sure the USB virtual serial port driver (ex: FTDI driver) is installed and correct port is selected
   RFPlayer Error                  exception in deviceStartComm(RFPlayer): _log() got an unexpected keyword argument 'isError'

Posted on
Fri Nov 24, 2017 5:08 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New plugin - RFPlayer by ZiBlue

Make sure you have the right port selected and that the Java config app is not running (because it will also open that port).

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Nov 24, 2017 5:11 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

FlyingDiver wrote:
Try disabling the plugin, deleting the preference file

How do I do that?
FlyingDiver wrote:
Unfortunately, it's Holiday season and I think we're putting up the tree this weekend.

Very early for the tree :D :D

Posted on
Fri Nov 24, 2017 5:13 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

FlyingDiver wrote:
Make sure you have the right port selected and that the Java config app is not running (because it will also open that port).

This was the problem.
Thanks Joe.

Posted on
Thu Nov 30, 2017 5:45 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

Joe,

Is it possible to get entries in the log for any RFPlayer actions? Just like to see that a command properly issued if/when following up on unsuccessful operations.

Posted on
Thu Nov 30, 2017 7:01 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New plugin - RFPlayer by ZiBlue

Colly wrote:
Joe,

Is it possible to get entries in the log for any RFPlayer actions? Just like to see that a command properly issued if/when following up on unsuccessful operations.


Turn on debug level logging.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Dec 04, 2017 7:40 am
koburg offline
Posts: 167
Joined: Jul 27, 2017

Re: New plugin - RFPlayer by ZiBlue

Somebody who know how to add the somfy rts remote
I have tried almost any thing with no luck. so far.

Posted on
Thu Dec 07, 2017 11:15 am
koburg offline
Posts: 167
Joined: Jul 27, 2017

Re: New plugin - RFPlayer by ZiBlue

I have a remote I have added in the java app parrot mode

but how do I use it with indigodomo to receive the remote commands to trigger a scene ?

Posted on
Thu Dec 07, 2017 11:20 am
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New plugin - RFPlayer by ZiBlue

koburg wrote:
I have a remote I have added in the java app parrot mode

but how do I use it with indigodomo to receive the remote commands to trigger a scene ?


You can't right now. My bad on that. Same issue that was previously posted that the Parrot code went missing.

I'll try to get that fixed next week.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Tue Dec 26, 2017 5:39 pm
Colly offline
Posts: 535
Joined: Jan 16, 2016
Location: Ireland

Re: New plugin - RFPlayer by ZiBlue

Hi Joe,
Getting this error in my log and seems to coincide with updating my OS. Any ideas of what's causing it?
Code: Select all
   RFPlayer Error                  Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 92, in runConcurrentThread
KeyError: u'0'

   RFPlayer Error                  plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Posted on
Tue Dec 26, 2017 5:45 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New plugin - RFPlayer by ZiBlue

Turn on Verbose Debugging in the Configure Plugin dialog. That might give me a clue. That error on that line means it's not decoding the incoming data from the RFPlayer properly.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Who is online

Users browsing this forum: No registered users and 0 guests