smich123 / open-zwave

Automatically exported from code.google.com/p/open-zwave
0 stars 0 forks source link

Configuration details are incorrect for Homeseer HSM100 light toggle #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a HomeSeer HSM100 to a z-wave network (Zensys or Aeon Labs Zstick S2 
tested)
2. Attempt to set config param 3 to 0 (the off position) using the following 
code snippet: Manager::Get()->SetConfigParam(g_homeId, nodeId, 3, 0, 1)

What is the expected output? What do you see instead?
Expected: The light on the Z-Wave HSM100 device should go off and remain off.
Actual: The light remains on. I was able to trace this down to an issue with 
the configuration file for the HSM100. Revised config file is available here: 
https://gist.github.com/2913995 I got it to work perfectly by converting from 
ValueList to ValueByte and sending either 0 or 255 as the value.

What version of the product are you using? On what operating system?
Latest master versions, Mac OS X and Linux (specifically Debian on Ionics 
Stratus Plug)

Please provide any additional information below.
Attached file as well, small change but makes the configuration parameter work 
properly.

Original issue reported on code.google.com by voodooti...@gmail.com on 12 Jun 2012 at 2:25

Attachments:

GoogleCodeExporter commented 9 years ago
This problem can be easily solved by adding size="1" to original hsm100.xml

Original comment by aachu...@gmail.com on 5 Aug 2012 at 1:21

GoogleCodeExporter commented 9 years ago
Add missing size. Fixed in 545.

Original comment by glsatz on 26 Sep 2012 at 3:39