Version 5 (modified by gengen, 11 years ago) (diff)

--

Evolve LCD1 Controller

EvolveLCD1_big.png

This is a Vera plug-in for the Evolve Guest Controls LCD1 controller.

The product page for this device is here.

It 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.

Before 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.

This 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.

This is an early pre-release version which I wanted to release for comments. Not all planned features are yet implemented.

Currently working features

  • Switch between 9 different screens from the Vera dashboard
  • Select labels for 6 different custom screens. Each screen can have 5 labels and each label can have 1 or 2 lines of text.
  • Each screen can trigger 5 different scenes. Toggle mode buttons have separate activate and deactivate scenes.
  • Detailed configuration options predefined in the Device Option tab.

Known bugs / unimplemented features

  • Currently, there is no way to set the five button modes (momentary, toggle etc.) independently for each screen
  • Sometimes, the current labels are not displayed in the C1-C6 tabs. If this occurs, click the reload button on your browser.
  • 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.
  • Temperature/thermostat integration is still not fully baked, but you can get an idea of what is possible.

Installation

If you have previously included your Evolve LCD1 controller into your Z-Wave network, exclude it first.

Now install the app from the Mios Marketplace as you would any other plug-in. However, once installed, it will not automatically generate an icon.

Now 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.

Note: that this plug-in installs a global file: zwave_products_user.xml in vera's /etc/cmh directory. This file did not exist until this plug-in. This file can be used to add important extra information to specific Z-Wave devices. The current version contains entries for the Evolve LCD1 controller as well as the Evolve T100-R thermostat. Future versions could add information, such as detailed configuration parameters, for more Z-Wave devices. Unfortunately, there can only be one of these files and any plug-in which updates this file would overwrite any previous version.

Clicking 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.

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.

Connecting scenes

For 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:

  • Custom 1: Scenes 1-5
  • Custom 2: Scenes 6-10
  • Custom 3: Scenes 11-15
  • Custom 4: Scenes 16-20
  • Custom 5: Scenes 21-25
  • Custom 6: Scenes 26-30
  • Preset 1: Scenes 31-35
  • Preset 2: Scenes 36-40
  • Temperature: Scene 41 for the top button and scene 45 for the bottom button.

The 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.

How it works

This 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 is displayed in the main UI5 devices page or on the dashboard. (This is different from the typical parent-child relationship in other plug-in devices.) 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.

Enjoy!
Gengen

Attachments