Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFLink gateway interface and tools with source projects #22

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

goglie
Copy link

@goglie goglie commented Nov 2, 2017

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

	-.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.
Add many programs, eco, ping , interfaces, widget, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant