RFLink gateway interface and tools with source projects #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I will push 2 projects (source code include), 3 widgets and a small program.
I have make a RFLink library .NET and a MIG RFLink component.
These librairies allow to communicate with a RFLink gateway.
RFLink support many protocols and to obtain the hardware, you can buy this on this web site "https://www.nodo-shop.nl/nl/21-rflink-gateway" or you can also make your home PCB. I made mine.
Description of delivery :
-.NET RFLink Library
-MIG RFLink Library
-Folder with additional tools :
-RFLink_RemoteCreator.hgx
Program to add new virtuals modules with associate widget (firerequest or switchrequester). This program instanciate « Widget creator ».
-[Widget]creator
this Widget associate with « Remote creator ».it Is just a progrram remote to change the parameters and restart the program to create easyly a new widget.
-[Widget]firerequester
Can send a simple RF command.
-[Widget]switchrequester
Can send two type of command (example ; ON/OFF ; UP/DOWN, and so on.)
Comment :
You can change and adapt the widget fields for ajust these commands. For example, to send command ON to Blyss plug. Update fields like this :
-RFLink.ProtocolName = Blyss
-RFLink.Id = ff99
-RFLink.Channel = A1
-RFLink.On_CommandName = ON
-RFLink.Off_CommandName = OFF
This protocol is describe in RFLink manual http://www.rflink.nl/blog2/protref.
Sorry for my bad english