Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
2012-08-29 19:59:13 (12 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.12.3 = 
     1= GCE IPX800v3 roller shutter controller = 
    22 
    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 
    54 
    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 
    106 
    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 
    168 
    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 == 
    2110 
    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''.  
     11Where to buy GCE IPX800v3 - http://www.gce-electronics.com/fr/57-carte-8-relais-ethernet-ip-ipx800-v3.html 
     12 
     13The card is a Ethernet relay card. 
     14It has : 
     15- 8 digital inputs 
     16- 8 relays 
     17- 4 analog inputs 
     18- 128 timers... 
     19 
     20With extensions, you can have: 
     21- 32 digital inputs 
     22- 32 relays 
    2523 
    2624 
    27 TracGuide is a good place to start. 
     25IPX800v3 can control a roller shutter with 2 relays.  
     26- 1 relay ON/OFF 
     27- 1 relay UP/DOWN 
     28but it's not possible to command roller shutter to 30% for example. 
    2829 
    29 Enjoy! [[BR]] 
    30 ''The Trac Team'' 
     30The plugin can do it for you. 
    3131 
    32 == Starting Points == 
    3332 
    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 
     33For my plugin, I use M2M (machine to machine - TCP socket) 
    3834 
    39 For a complete list of local wiki pages, see TitleIndex. 
     35 
     36== Requirements == 
     37 
     38You 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 
     501. Upload attached files 
     512. Restart LUUP engine 
     523. 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" 
     574. Restart LUUP engine 
     585. New device has been created and now, you have to configure it. 
     59 
     60== Plugin Configuration == 
     61 
     621. Go to the tab "Control" 
     632. 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%) 
     643. Define GCE IPX800v3 IP adress 
     654. Define GCE IPX800v3 Port M2M (machine to machine) (default 9870) 
     665. Define the ON/OFF relay number (1 to 32) 
     676. Define the UP/DOWN relay number (1 to 32) 
     687. Restart LUUP engine 
     69 
     70It's done. 
     71 
     72Now, 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 
     74To do this, go here: http://<IP_IPX>/protect/settings/push1.htm 
     75Select the entry for your BP wired (for example 5) 
     76 
     77Then enter in the server field the IP of your VERA. 
     78Port: 3480 
     79Enable push ticked then SAVE 
     80In 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 
     86For initializing the plugin, make an OPEN or CLOSED command and wait 2 cycletimes. 
     87Now, you can use your roller shutter like a Fibaro FGR221 :) 
     88