Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
2011-11-20 12:08:01 (13 years ago)
Author:
evanes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    1818 
    1919Click create and vera will reset leaving a new RFXCOM device. When a message is received it should show on the device. 
    20 [[Image(rfxcom_device.png)]] 
     20[[Image(rfxcom_device.png)]][[Image(device_settings.png, 50%, right)]] 
    2121 
    22 == Configure Klik Aan Klik Uit (KAKU) == 
     22The gateway device has a mode for automatically adding devices. This is turned off by default. Edit the device, go to tab page advanced and set the Auto Create flag to 1. Now close window and save settings. When a new device is detected it will be added automatically. 
    2323 
    24 some new text needs to be added here 
     24 
     25== Configure X10 based Klik Aan Klik Uit (KAKU) == 
     26 
     27[[Image(ayct-102-1_1.jpg, 15%, left)]] 
     28There are many products which work with the X10 RF protocol. Many devices from [http://www.klikaanklikuit.nl/shop/ Klik aan Klik Uit] work according to this system. The devices are very cheap but not always very reliable. I use these products, when they work it is just fine, and when I have bad results I just change to a more decent technology like z-wave. 
     29 
     30How to use this. I also have a [http://www.klikaanklikuit.nl/shop/ayct-102/ Remote] for these products. I have dimmers that I pair up to the remote. When I push a button on the remote, it now shows up on vera when Auto Create setting is on. 
     31 
     32[[Image(kaku_remoteB01.png, right)]] 
     33When you press the button on vera the X10 RF command is sent through the rfxcom device. The name of the device is X10 followed by the house code "B" and then the button number 01 or 02. When the group on or off is pressed there is no button number. 
     34 
    2535 
    2636== Configure Homeeasy device == 
    2737 
    28 some new text needs to be added here 
     38[[Image(HE308.jpg, 10%, left)]] 
     39[[Image(he_device.png,  right)]] 
     40The homeasy devices work just like the X10 RF products, the are often compatible. The big difference is that each Homeasy device has a unique ID which is auto generated. When you press the buttons on the device show right. You get a new device with prefix HEA and a hexadecimal ID. The last digit is a Hexadecimal number with the unit ID. In this example the ID is "00.0E.87.0A" and the Unit ID is B meaning unit 11. 
     41 
    2942 
    3043== Configure Visonic device == 
     
    3649This 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.  
    3750 
    38 [[Image(IMG_harrison_remote.jpg, 40%)]] 
     51[[Image(IMG_harrison_remote.jpg, 40%, right)]] 
    3952 
    4053Dip 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.