Skip to content

Commit

Permalink
Added LSControl E861C
Browse files Browse the repository at this point in the history
Per Issue openhab#3064
  • Loading branch information
SkynetHome committed Dec 31, 2015
1 parent be26fd2 commit 2efaa7c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Product>
<Model>E861C</Model>
<Label lang="en">Temperature Sensor</Label>
<CommandClasses>
<Class><id>0x20</id></Class>
<Class><id>0x80</id></Class>
<Class><id>0x86</id></Class>
<Class><id>0x84</id></Class>
<Class><id>0x70</id></Class>
<Class><id>0x31</id></Class>
<Class><id>0x72</id></Class>
<Class><id>0x85</id></Class>
</CommandClasses>
<Configuration>
<Parameter>
<Index>1</Index>
<Type>byte</Type>
<Default>0</Default>
<Size>1</Size>
<Label lang="en">Delta Percentage</Label>
<Help lang="en">2 % - 56 % -> Delta</Help>
</Parameter>
<Parameter>
<Index>2</Index>
<Type>byte</Type>
<Default>0</Default>
<Size>1</Size>
<Label lang="en">Celsius/Fahrenheit</Label>
<Help lang="en">0 - 64 -> Celsius : 64 - 127 -> Fahrenheit</Help>
</Parameter>
<Parameter>
<Index>3</Index>
<Type>byte</Type>
<Default>0</Default>
<Size>1</Size>
<Label lang="en">Send Setpoint when WakeUp</Label>
<Help lang="en">0 - 64 -> SEND : 64 - 127 -> DO NOT SEND</Help>
</Parameter>
</Configuration>
<Associations>
<Group>
<Index>1</Index>
<Maximum>5</Maximum>
<Label lang="en">Status Reports</Label>
<SetToController>true</SetToController>
</Group>
</Associations>
</Product>
13 changes: 13 additions & 0 deletions bundles/binding/org.openhab.binding.zwave/database/products.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3013,4 +3013,17 @@
<ConfigFile>unknown/im-20.xml</ConfigFile>
</Product>
</Manufacturer>
<Manufacturer>
<Id>0071</Id>
<Name>LS Control</Name>
<Product>
<Reference>
<Type>0002</Type>
<Id>035d</Id>
</Reference>
<Model>E861C</Model>
<Label lang="en">Temperature Sensor</Label>
<ConfigFile>lscontrol/e861c.xml</ConfigFile>
</Product>
</Manufacturer>
</Manufacturers>

0 comments on commit 2efaa7c

Please sign in to comment.