Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
2011-01-04 00:15:03 (13 years ago)
Author:
evanes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    66 
    77The Enocean devices use a [http://www.enocean-alliance.org/fileadmin/redaktion/enocean_alliance/pdf/EnOcean_Equipment_Profiles_2.0.pdf small telegram] due to power limitations for the sensors. The current range of hardware only communicates one way. For window sensors and small button remotes this works very well. In future I hope the technology will have support for bidirectional dimmer and switch devices. For this the standards organization has created the Dolphin platform. When devices become available I will look into the new range of transceiver hardware like the TCM320. 
     8[[Image(enocean_schema_all.png, right)]] 
    89 
    910== Gateway hardware == 
    10 [[Image(enocean_schema_all.png, right)]] 
    1111 
    1212The [http://www.enocean.com/en/enocean_modules/datasheet_TCM120_02.pdf TCM120] communicates using a serial TTL protocol and can easily be interfaced to a computer using RS232. I prefer to use platform independent hardware so the interface is a RS232 TTL bridge to a network socket. For this the [http://www.eztcp.com/en/products/cse-m73.php Sollae CSE-M73]  was used. 
     
    2020[[Image(enocean_sollae_setup.png, 60%, right)]] 
    2121 
    22 When the hardware is all done, connect the device to the network and check your dhcp server to see which ipaddress is given to the device. Download the ezmanager tool from Sollae and look for the device. When you communicate with the device, I use virtualbox on a mac with a windows image to start the ezmanager tool, look for the settings page and configure according to the settings in the next screenshot: 
     22When the hardware is all done, connect the device to the network and check your dhcp server to see which ipaddress is given to the device. (I am not sure if the device initially uses a fixed ip or a dhcp server, please consult documentation when unsure) 
    2323 
     24Download the ezmanager tool from Sollae and look for the device. When you communicate with the device, I use virtualbox on a mac with a windows image to start the ezmanager tool, look for the settings page and configure according to the settings in the next screenshot: 
    2425 
     26The TTL option is important. 
    2527 
     28[[BR]] [[BR]] [[BR]] [[BR]] 
    2629 
    27 And to test the device, go to the #simple test# option and first enter the correct peer ipaddress and port, select the connect button, see left image below. Next get a window sensor or a button device. press a few buttons and you should see data coming into the read window. See right image. 
     30== Test hardware == 
     31And to test the device, go to the '''simple test''' option and first enter the correct peer ipaddress and port, select the connect button, see left image below. Next get a window sensor or a button device. press a few buttons and you should see data coming into the read window. See right image. 
    2832 
    2933[[Image(enocean_test.png)]] 
     
    3236Goto the vera dashboard and select the developer option to add a device.  
    3337 
    34 [[Image(vera_create.png, right)]] 
     38[[Image(vera_create.png, 60%)]] 
     39 
    3540For the device, just provide the D_Enocean.xml device file and enter the correct ip address for the new device that we have just built. And select Create, the vera box will probably reset and reload.  
    3641