How to use Keene Kira and IPMains products with Fibaro
The easiest to integrate is to store all of the required commands in the KIRA memory and then use Fibaro to issue an HTTP GET command to tell the KIRA which IR code to blast or which relay to close.
Go to Add a device > Add a virtual device
IP address = IP address of your Keene device
TCP port = 80
Icon = I have added some files below
Choose a set of buttons depending upon how you want it to look and then alter and paste these commands to suit
For KIRACC (only)
To toggle the state of relay 1
GET /code.htm?button200 HTTP/1.10x0D0x0A0x0D0x0A
To toggle the state of relay 2
GET /code.htm?button201 HTTP/1.10x0D0x0A0x0D0x0A
To send a command stored in memory location 001
GET /code.htm?button001 HTTP/1.10x0D0x0A0x0D0x0A
To send a command stored in memory location 002
GET /code.htm?button002 HTTP/1.10x0D0x0A0x0D0x0A
and so on.
For KIRA128 and KIRARS232
To send a command stored in memory location 001
GET /remote1.html?button001 HTTP/1.10x0D0x0A0x0D0x0A
To send a command stored in memory location 002
GET /remote1.html?button002 HTTP/1.10x0D0x0A0x0D0x0A
and so on
For IP Mains Switch
GET /remote1.html?button1 HTTP/1.10x0D0x0A0x0D0x0A
will toggle output 1
GET /remote2.html?button1 HTTP/1.10x0D0x0A0x0D0x0A
will toggle output 2
Another product that is perhaps a little more focussed on Fibaro use is the KIRAGET. Essentially it stores http commands (up to 20) and sends them out whenever it detects the associated IR command. This means you can use your IR remote to trigger scenes or any other Fibaro action as desired. It has memory to store 20 strings and 20 associated IR commands.
Have a look at the KIRAGET instructions