You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we have some Thing detection on the RfLink plugin from incoming events. I just implemented the support for RTS remotes registered in the RfLink EPROM
This system will scan the RfLink bridge and add the registered remotes.
To add a remote in the PaperUI Inbox, you must :
enable the discovery on the bridge (i.e. discovery must NOT be disabled)
have some remotes registered in the RfLink bridge (using the RfLink tools)
these remotes must NOT be already registered : If you added them by hand in OpenHab, they won't be detected a second time.
CONFIGURATION
A> Ensure you have not disabled the Discovery on the Bridge
B> Go in your "INBOX" and clic "Search For Things"
C> Choose "RfLink Binding" in the list
The scan will take less than 1 second
And all eligible remotes will appear in your inbox
Each remote is identified by its characteristics, to prevent unintended mixing
Example : rts[0] RTS-0F0FF0-0 RC=020D
protocol : rts
remote number in the RfLink Bridge : [0]
remote address : 0F0FF0
current rolling code value : 020D
D> Validate an entry to add the Thing.
You can name it as you wish.
Your logs should show details about the scanning operation :
`Start scanning registered RTS remotes...
Hello,
Today, we have some Thing detection on the RfLink plugin from incoming events.
I just implemented the support for RTS remotes registered in the RfLink EPROM
This system will scan the RfLink bridge and add the registered remotes.
To add a remote in the PaperUI Inbox, you must :
CONFIGURATION
A> Ensure you have not disabled the Discovery on the Bridge
B> Go in your "INBOX" and clic "Search For Things"
C> Choose "RfLink Binding" in the list
The scan will take less than 1 second
And all eligible remotes will appear in your inbox
Each remote is identified by its characteristics, to prevent unintended mixing
Example : rts[0] RTS-0F0FF0-0 RC=020D
protocol : rts
remote number in the RfLink Bridge : [0]
remote address : 0F0FF0
current rolling code value : 020D
D> Validate an entry to add the Thing.
You can name it as you wish.
Your logs should show details about the scanning operation :
`Start scanning registered RTS remotes...
Please post here if you encounter any issue
The text was updated successfully, but these errors were encountered: