Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- 2012-08-29 19:59:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac 0.12.3=1 = GCE IPX800v3 roller shutter controller = 2 2 3 Trac is a '''minimalistic''' approach to '''web-based''' management of 4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 3 '''Version''': 2.3 5 4 6 All aspects of Trac have been designed with the single goal to 7 '''help developers write great software''' while '''staying out of the way''' 8 and imposing as little as possible on a team's established process and 9 culture. 5 '''Author''': FaTaL25 10 6 11 As all Wiki pages, this page is editable, this means that you can 12 modify the contents of this page simply by using your 13 web-browser. Simply click on the "Edit this page" link at the bottom 14 of the page. WikiFormatting will give you a detailed description of 15 available Wiki formatting commands. 7 '''Information''' (in french): http://www.gce-electronics.com/forum/viewtopic.php?f=33&t=868 16 8 17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 18 a new Trac environment, containing a default set of wiki pages and some sample 19 data. This newly created environment also contains 20 [wiki:TracGuide documentation] to help you get started with your project. 9 == Information == 21 10 22 You can use [wiki:TracAdmin trac-admin] to configure 23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 24 regard to ''components'', ''versions'' and ''milestones''. 11 Where to buy GCE IPX800v3 - http://www.gce-electronics.com/fr/57-carte-8-relais-ethernet-ip-ipx800-v3.html 12 13 The card is a Ethernet relay card. 14 It has : 15 - 8 digital inputs 16 - 8 relays 17 - 4 analog inputs 18 - 128 timers... 19 20 With extensions, you can have: 21 - 32 digital inputs 22 - 32 relays 25 23 26 24 27 TracGuide is a good place to start. 25 IPX800v3 can control a roller shutter with 2 relays. 26 - 1 relay ON/OFF 27 - 1 relay UP/DOWN 28 but it's not possible to command roller shutter to 30% for example. 28 29 29 Enjoy! [[BR]] 30 ''The Trac Team'' 30 The plugin can do it for you. 31 31 32 == Starting Points ==33 32 34 * TracGuide -- Built-in Documentation 35 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 36 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 37 * TracSupport -- Trac Support 33 For my plugin, I use M2M (machine to machine - TCP socket) 38 34 39 For a complete list of local wiki pages, see TitleIndex. 35 36 == Requirements == 37 38 You must have: 39 - Vera (3 or lite) 40 - IPX800v3 41 - at least a shutter connected to your IPX800v3 42 43 == Limitations == 44 * UI5 only - Not tested on UI4 45 * Works only with GCE IPX800v3 with firmware over 3.05.00 46 47 48 == Plugin installation == 49 50 1. Upload attached files 51 2. Restart LUUP engine 52 3. Create device: "Apps > Develop Apps > Create device" 53 Fill in these fields: 54 * "Description": a name for the device 55 * "Upnp Device Filename": "D_WindowCovering1ipx.xml" 56 * "Upnp Implementation Filename": "I_WindowCovering1ipx.xml" 57 4. Restart LUUP engine 58 5. New device has been created and now, you have to configure it. 59 60 == Plugin Configuration == 61 62 1. Go to the tab "Control" 63 2. Define the cycletime of your roller shutter. Cycletime is the time in seconds the shutter moves the down position to the up position. (0% to 100%) 64 3. Define GCE IPX800v3 IP adress 65 4. Define GCE IPX800v3 Port M2M (machine to machine) (default 9870) 66 5. Define the ON/OFF relay number (1 to 32) 67 6. Define the UP/DOWN relay number (1 to 32) 68 7. Restart LUUP engine 69 70 It's done. 71 72 Now, assuming that you have a push button connected to your IPX (which is not necessarily required for the plugin but it is more convenient for local orders), you must configure your IPX it sends a command the Vera whenever you press the PB. 73 74 To do this, go here: http://<IP_IPX>/protect/settings/push1.htm 75 Select the entry for your BP wired (for example 5) 76 77 Then enter in the server field the IP of your VERA. 78 Port: 3480 79 Enable push ticked then SAVE 80 In Push1: 81 82 /data_request?id=lu_action&!DeviceNum=<DeviceID>&serviceId=urn:upnp-org:serviceId:WindowCoveringipx1&action=BP_IPX 83 84 <DeviceID> replace the ID number of the module created earlier in the Vera. (wrench / Advanced / ID field) 85 86 For initializing the plugin, make an OPEN or CLOSED command and wait 2 cycletimes. 87 Now, you can use your roller shutter like a Fibaro FGR221 :) 88