Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1463 from wezhunter/zwave-zxt120
Browse files Browse the repository at this point in the history
[Z-Wave] Add Z-Wave Product: Remotec ZXT-120 AC IR Remote
  • Loading branch information
teichsta committed Sep 23, 2014
2 parents 973d558 + 28f7e05 commit 3ddb4c3
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 0 deletions.
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 @@ -1208,4 +1208,17 @@
<ConfigFile>monster/mllas1000.xml</ConfigFile>
</Product>
</Manufacturer>
<Manufacturer>
<Id>5254</Id>
<Name>Remotec</Name>
<Product>
<Reference>
<Type>0101</Type>
<Id>8377</Id>
</Reference>
<Model>ZXT-120</Model>
<Label lang="en">Remotec ZXT-120 AC IR Remote</Label>
<ConfigFile>remotec/zxt120.xml</ConfigFile>
</Product>
</Manufacturer>
</Manufacturers>
126 changes: 126 additions & 0 deletions bundles/binding/org.openhab.binding.zwave/database/remotec/zxt120.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<Product>
<Model>ZXT-120</Model>
<Label lang="en">Air Conditioner IR Remote</Label>

<!-- Z-Wave Device Class: -->
<!-- GENERIC_TYPE_THERMOSTAT -->
<!-- SPECIFIC_TYPE_THERMOSTAT_V2 -->

<CommandClasses> <!-- Z-Wave Supported Command Classes: -->
<Class><id>0x20</id></Class> <!-- COMMAND_CLASS_BASIC -->
<Class><id>0x27</id></Class> <!-- COMMAND_CLASS_SWITCH_ALL -->
<Class><id>0x31</id></Class> <!-- COMMAND_CLASS_SENSOR_MULTILEVEL -->
<Class><id>0x40</id></Class> <!-- COMMAND_CLASS_THERMOSTAT_MODE -->
<Class><id>0x70</id></Class> <!-- COMMAND_CLASS_CONFIGURATION -->
<Class><id>0x80</id></Class> <!-- COMMAND_CLASS_BATTERY -->
<Class><id>0x43</id></Class> <!-- COMMAND_CLASS_THERMOSTAT_SETPOINT -->
<Class><id>0x44</id></Class> <!-- COMMAND_CLASS_THERMOSTAT_FAN_MODE -->
<Class><id>0x72</id></Class> <!-- COMMAND_CLASS_MANUFACTURER_SPECIFIC -->
<Class><id>0x86</id></Class> <!-- COMMAND_CLASS_VERSION -->
</CommandClasses>
<Configuration>
<Parameter>
<Index>25</Index>
<Type>short</Type>
<Minimum>0</Minimum>
<Maximum>22</Maximum>
<Default>1</Default>
<Size>1</Size>
<Label lang="en">Indicate a location for IR code learning and start learning</Label>
<Label lang="de">Geben Sie einen Speicherort für IR-Code-Lernen und Lernen beginnen</Label>
</Parameter>
<Parameter>
<Index>26</Index>
<Type>short</Type>
<Default>0</Default>
<Minimum>0</Minimum>
<Maximum>4</Maximum>
<Size>1</Size>
<Label lang="en">(Read Only) Learning status register</Label>
<Label lang="de">(Read Only) Lernstatusregister</Label>
</Parameter>
<Parameter>
<Index>27</Index>
<Type>short</Type>
<Default>0</Default>
<Minimum>0</Minimum>
<Maximum>512</Maximum>
<Size>1</Size>
<Label lang="en">IR code number for built-in code library</Label>
<Label lang="de">IR-Code-Nummer für integrierten Code-Bibliothek</Label>
</Parameter>
<Parameter>
<Index>28</Index>
<Type>list</Type>
<Default>-1</Default>
<Size>1</Size>
<Label lang="en">External IR Emitter power level</Label>
<Label lang="de">Externe IR-Emitter Leistungspegel</Label>
<Item>
<Value>0</Value>
<Label lang="en">Normal power mode</Label>
<Label lang="de">Normalen Power-Modus</Label>
</Item>
<Item>
<Value>-1</Value>
<Label lang="en">High power mode</Label>
<Label lang="de">Hochleistungsmodus</Label>
</Item>
</Parameter>
<Parameter>
<Index>32</Index>
<Type>list</Type>
<Default>-1</Default>
<Size>1</Size>
<Label lang="en">Surround IR control</Label>
<Label lang="de">Surround-IR-Steuerung</Label>
<Item>
<Value>0</Value>
<Label lang="en">Disable Surround IR Emitters</Label>
<Label lang="de">Deaktivieren Surround IR-Strahler</Label>
</Item>
<Item>
<Value>-1</Value>
<Label lang="en">Enable Surround IR Emitters</Label>
<Label lang="de">Ermöglichen Surround-IR-Strahler</Label>
</Item>
</Parameter>
<Parameter>
<Index>33</Index>
<Type>list</Type>
<Default>1</Default>
<Size>1</Size>
<Label lang="en">AC function Swing control</Label>
<Label lang="de">AC Funktion Schaukel Steuer</Label>
<Item>
<Value>0</Value>
<Label lang="en">Swing Off</Label>
<Label lang="de">Aus schwingen</Label>
</Item>
<Item>
<Value>1</Value>
<Label lang="en">Swing Auto</Label>
<Label lang="de">schwingen Auto</Label>
</Item>
</Parameter>
<Parameter>
<Index>35</Index>
<Type>int</Type>
<Default>0</Default>
<Size>4</Size>
<Label lang="en">(Read Only) Learn location status. Bitmask.</Label>
<Label lang="de">(Read Only) Erfahren Standortstatus. Bitmaske.</Label>
</Parameter>
<Parameter>
<Index>37</Index>
<Type>short</Type>
<Default>0</Default>
<Minimum>0</Minimum>
<Maximum>255</Maximum>
<Size>1</Size>
<Label lang="en">Sensor temperature compensation</Label>
<Label lang="de">Sensor Temperaturkompensation</Label>
</Parameter>
</Configuration>
</Product>

0 comments on commit 3ddb4c3

Please sign in to comment.