Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
2011-01-04 01:19:10 (13 years ago)
Author:
evanes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    2525This 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.  
    2626 
    27 [[Image(IMG_harrison_remote.jpg, 60%)]] 
     27[[Image(IMG_harrison_remote.jpg, 40%)]] 
    2828 
    2929Dip 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. 
     
    3333 
    3434You will now have an additional Harrison device which can be opened, closed or stopped mid action. 
     35 
    3536[[Image(rfxcom_harrison_device.png)]]