Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 2011-01-04 00:03:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 9 9 == Gateway hardware == 10 10 11 [[Image(enocean_schema_all.png, right)]] 11 12 The [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. 12 13 … … 15 16 Next connect a 5v power supply to both the TCM120 pin 15 is 5v and pin 16 is GND and for the Sollae RS232 pin 1 for 5v and RS232 pin 4 for GND. 16 17 17 [[Image(enocean_schema_all.png, right)]]18 19 18 == Setup hardware == 20 19 20 [[Image(enocean_sollae_setup.png, right)]] 21 21 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: 22 22 23 [[Image(enocean_sollae_setup.png, right)]]24 23 25 24 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. 26 25 27 [[Image(enocean_test.png , right)]]26 [[Image(enocean_test.png)]] 28 27 29 28 When all is working well upload all the Enocean luup files to your vera box. 30 29 Goto the vera dashboard and select the developer option to add a device. 31 30 31 [[Image(vera_create.png, right)]] 32 32 For 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. 33 34 [[Image(vera_create.png, right)]]35 33 36 34 To test, I used a [http://www.enocean-alliance.org/en/products/eltako_mini_fmh-4/ four button switch] and a [http://www.enocean-alliance.org/en/products/eltako_ftk/ Eltako FTK window sensor]. 37 35 38 [[Image(enocean_used_hardware.png , right)]]36 [[Image(enocean_used_hardware.png)]] 39 37 40 38 All you need to do to add these devices is trip the window sensor or press a button on the remote. The Enocean gateway will now automatically add the corresponding device. 41 39 42 [[Image(vera_devices.png , right)]]40 [[Image(vera_devices.png)]] 43 41 44 42 Each device has a unique id in the form of "00:15:A5:BB". The name of the device will have this id appended.