Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
2011-01-04 01:18:34 (13 years ago)
Author:
evanes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1010 
    1111== Gateway Hardware == 
     12[[Image(IMG_rfxcom.jpg, 30%, right)]] 
    1213 
    1314I use an older product from RFXCOM which is a LAN interface which has 2 ports, one for a receiver and one for the transmitter. This immediately poses a problem for the vera device characteristics due to the nature of a luup device having only one communication port. In a luup implementation file events are raised when data arrives. Because of this the read port of RFXCOM is the default port. For any sending that needs to be done a scoket connection is made. 
     
    1819 
    1920Click create and vera will reset leaving a new RFXCOM device. When a message is received it should show on the device. 
     21[[Image(rfxcom_device.png)]] 
    2022 
    2123== Configure Harrison Curtain == 
    2224 
    23 This is the first device that I have implemented. Go to the settings page for the RFXCOM device. Each Harrison curtain remote has a number coded in hexadecimal. Enter this code and click add. You will now have an additional Harrison device. 
     25This is the first device that I have implemented. Go to the settings page for the RFXCOM device. Each Harrison curtain remote has a number coded in hexadecimal. The codes can be found by opening the remote. You can see 8 dip switches with an up, middle and down position. Each position gives 2 bits, with 8 switches this gives 16 binary numbers, when split up into 4 segments give 4 hex numbers.  
     26 
     27[[Image(IMG_harrison_remote.jpg, 60%)]] 
     28 
     29Dip switch in down position gives binary code 00, dip switch in upper position gives 11 and in the middle position gives 10. When you look at my remote, the code found is: 00 00 11 11 00 10 10 10.  In hex this gives 0F2A. 
     30 
     31Enter this code and click add. 
     32 [[Image(rfxcom_add_harrison.png, 50%)]] 
     33 
     34You will now have an additional Harrison device which can be opened, closed or stopped mid action. 
     35[[Image(rfxcom_harrison_device.png)]]