Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
2013-08-05 03:30:33 (11 years ago)
Author:
gengen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= Evolve LCD1 Controller = 
    22 
    3 [[Image(EvolveLCD_80x80.png)]] 
     3[[Image(EvolveLCD1_big.png)]] 
    44 
    55This is a Vera plug-in for the Evlove Guest Controls LCD1 controller. 
    66 
    7 Trac is a '''minimalistic''' approach to '''web-based''' management of 
    8 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 
     7The product page for this device is [http://www.eguestcontrols.com/products/director-series-controllers/lcd-1/ here]. 
    98 
    10 All aspects of Trac have been designed with the single goal to  
    11 '''help developers write great software''' while '''staying out of the way''' 
    12 and imposing as little as possible on a team's established process and 
    13 culture. 
     9It should also work with the LCD-1 Tabletop model (LCD-1TT) as well as the dual-gang LCD1/Switch (LCD-2) but probably not with the LCD-3 or LCD-D. 
    1410 
    15 As all Wiki pages, this page is editable, this means that you can 
    16 modify the contents of this page simply by using your 
    17 web-browser. Simply click on the "Edit this page" link at the bottom 
    18 of the page. WikiFormatting will give you a detailed description of 
    19 available Wiki formatting commands. 
     11Before this plug-in, you cold install an Evolve LCD1 into Vera just like any other Z-Wave device and it works as a generic 5-button scene controller. However, you could not modify the LCD screen or take advantage of other advanced features. 
    2012 
    21 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 
    22 a new Trac environment, containing a default set of wiki pages and some sample 
    23 data. This newly created environment also contains  
    24 [wiki:TracGuide documentation] to help you get started with your project. 
     13This plug-in not only allows you to set the LCD labels but also allows you to change screens. The scenes triggered when you press a button depends on the current screen. 
    2514 
    26 You can use [wiki:TracAdmin trac-admin] to configure 
    27 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 
    28 regard to ''components'', ''versions'' and ''milestones''.  
     15This is an early pre-release version which I wanted to release for comments. Not all planned features are yet implemented. 
     16 
     17=== Currently working features === 
     18 
     19* Switch between 9 different screens from the Vera dashboard 
     20* Select labels for 6 different custom screens. Each screen can have 5 labels and each label can have 1 or 2 lines of text. 
     21* Each screen can trigger 5 different scenes. Toggle mode buttons have separate activate and deactivate scenes. 
     22* Detailed configuration options predefined in the Device Option tab. 
     23 
     24=== Known bugs / unimplemented features === 
     25 
     26* Currently, there is no way to set the five button modes (momentary, toggle etc.) independently for each screen 
     27* Sometimes, the current labels are not displayed in the C1-C6 tabs. If this occurs, click the reload button on your browser. 
     28* There may be some reliability issues where labels are sometimes not displayed correctly when you switch screens, or else the device reboots and briefly shows its splash screen momentarily. 
     29* Temperature/thermostat integration is still not fully baked, but you can get an idea of what is possible. 
     30 
     31== Installation == 
     32 
     33If you have previously included your Evolve LCD1 controller into your Z-Wave network, exclude it first. 
     34 
     35Now install the app from the Mios Marketplace as you would any other plug-in. However, once installed, it will not automatically generate an icon. 
     36 
     37Now include the LCD1 controller like any other Z-Wave device. Note that the inclusion process may take a little longer than usual. You may first see a generic scene controller icon. Then it will disappear, and it will then be replaced with the Evolve LCD1 icon. 
     38 
     39Clicking on the wrench icon, you will see various tabs. The most important are named "C1" through "C6" and they control the labels in up to 6 custom screens. When the device is first created, these labels are filled in with numbers from One to Thirty spelled out, but you can change them to whatever you want. 
     40 
     41'''Note:''' In the current version, you must type all of the 5 labels in a screen into the appropriate edit boxes before pressing the "Update" button even if some labels will not change. 
     42 
     43== Connecting scenes == 
     44 
     45For now, you create scenes the same way as you usually do for other Vera scene controllers. Create a scene from the automation tab and assign it a trigger from the Evolve LCD1 Controller, **''not**'' a device called "Evolve LCD1 Z-Wave". Each screen has its own set of 5 scene numbers triggered by the five buttons from top to bottom: 
     46* Custom 1: Scenes 1-5 
     47* Custom 2: Scenes 6-10 
     48* Custom 3: Scenes 11-15 
     49* Custom 4: Scenes 16-20 
     50* Custom 5: Scenes 21-25 
     51* Custom 6: Scenes 26-30 
     52* Preset 1: Scenes 31-35 
     53* Preset 2: Scenes 36-40 
     54* Temperature: Scene 41 for the top button and scene 45 for the bottom button. 
     55 
     56The Evolve LCD1 can itself be part of a scene to change the screen as part of another scene. For example, you can have one set of controls in the morning and a different screen in the evening by using a pair of time-based scenes to switch the screen twice per day. 
     57 
     58== How it works == 
     59 
     60This is a hybrid Vera device. Most devices in Vera are either Z-Wave or Lua devices. The Evolve LCD1 is both. In order to do this, two devices are created: The "Z-Wave device" and the "Peer device" but only the peer device displayed in the main UI5 devices page or on the dashboard. This dual-device strategy works around a limitation in the Vera architecture whereby Z-Wave devices cannot execute Lua commands. It also allows us to dispatch different scenes depending on what screen mode the device is in. 
    2961 
    3062 
    31 TracGuide is a good place to start. 
    32  
    3363Enjoy! [[BR]] 
    34 ''The Trac Team'' 
    35  
    36 == Starting Points == 
    37  
    38  * TracGuide --  Built-in Documentation 
    39  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 
    40  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 
    41  * TracSupport --  Trac Support 
    42  
    43 For a complete list of local wiki pages, see TitleIndex. 
     64''Gengen''