Page 4 of 4

Re: New plugin - RFPlayer by ZiBlue

PostPosted: Tue Dec 26, 2017 5:49 pm
by Colly
Any use?
Code: Select all
   RFPlayer Threaddebug            RFPlayer: Frame Received:
{
    "frame": {
        "header": {
            "cluster": "0",
            "dataFlag": "0",
            "floorNoise": "-105",
            "frameType": "0",
            "frequency": "433920",
            "infoType": "0",
            "protocol": "0",
            "protocolMeaning": "-",
            "rfLevel": "-99",
            "rfQuality": "2"
        },
        "infos": {
            "id": "0",
            "idMeaning": "A1",
            "subType": "0",
            "subTypeMeaning": "OFF"
        }
    }
}
   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)

Re: New plugin - RFPlayer by ZiBlue

PostPosted: Tue Dec 26, 2017 5:53 pm
by FlyingDiver
Yeah, that helps a lot. The problem is that the "protocol" value of "0" isn't valid according to my docs from ZiBlue. Do you have any idea what device is generating that message?

I should have done a better job of trapping invalid protocol values. I'll see if I can get a quick fix out to at least ignore that error.

Re: New plugin - RFPlayer by ZiBlue

PostPosted: Tue Dec 26, 2017 5:59 pm
by Colly
I've only added some window blinds to Indigo so far.
FlyingDiver wrote:
Do you have any idea what device is generating that message?
Not really.

No panic on the update everything seems to be working OK despite the errors.

Re: New plugin - RFPlayer by ZiBlue

PostPosted: Sat Jan 20, 2018 3:15 pm
by petematheson
Hi Guys,
Newbie question :) I just bought my first Somfy blind. I have the RFPlayer plugged in and the plugin installed, I've added the RFPlayer Dongle into Indigo.
How do I add the actual blind so I can control up / down etc.. ?

Cheers!