-
-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[config] Add Intermatic PE653 and PE953 pool/spa controller and remote.
- Loading branch information
Showing
6 changed files
with
90 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave"> | ||
<MetaData> | ||
<MetaDataItem name="Name">PE653</MetaDataItem> | ||
<MetaDataItem name="Description">MultiWave Five-Channel Wireless Remote Receiver</MetaDataItem> | ||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0005:0653:5045</MetaDataItem> | ||
<MetaDataItem name="ProductPic">images/intermatic/pe653.png</MetaDataItem> | ||
<MetaDataItem id="0653" name="ZWProductPage" type="5045">https://products.z-wavealliance.org/products/89/</MetaDataItem> | ||
<MetaDataItem id="0653" name="FrequencyName" type="5045">U.S. / Canada / Mexico</MetaDataItem> | ||
<MetaDataItem id="0653" name="Identifier" type="5045">PE653</MetaDataItem> | ||
<ChangeLog> | ||
<Entry author="Jeff Brown - [email protected]" date="29 June 2020" revision="1">Initial creation, tested with firmware v3.3</Entry> | ||
</ChangeLog> | ||
</MetaData> | ||
|
||
<!-- This device must be polled. It also has a strange habit of reporting | ||
old state when queried immediately after setting a switch and then | ||
reporting the correct state when queried a few moments later. --> | ||
|
||
<!-- This device reports 6 switches but there are only 5 circuits. | ||
The switch on the default endpoint is redundant with endpoint 1 so | ||
we omit it from the list of instances. --> | ||
<CommandClass id="32"> | ||
<Instance index="1" label="Circuit 1" /> | ||
<Instance index="2" label="Circuit 2" /> | ||
<Instance index="3" label="Circuit 3" /> | ||
<Instance index="4" label="Circuit 4" /> | ||
<Instance index="5" label="Circuit 5" /> | ||
</CommandClass> | ||
<CommandClass id="37"> | ||
<Instance index="1" label="Circuit 1" /> | ||
<Instance index="2" label="Circuit 2" /> | ||
<Instance index="3" label="Circuit 3" /> | ||
<Instance index="4" label="Circuit 4" /> | ||
<Instance index="5" label="Circuit 5" /> | ||
<Compatibility> | ||
<VerifyChanged index="1">true</VerifyChanged> | ||
<VerifyChanged index="2">true</VerifyChanged> | ||
<VerifyChanged index="3">true</VerifyChanged> | ||
<VerifyChanged index="4">true</VerifyChanged> | ||
<VerifyChanged index="5">true</VerifyChanged> | ||
</Compatibility> | ||
</CommandClass> | ||
|
||
<CommandClass id="49"> | ||
<Instance index="1" label="Water Temperature" /> | ||
<Value type="decimal" genre="user" instance="1" index="1" label="Water Temperature" units="F"> | ||
<Help>Water Temperature Sensor Value</Help> | ||
</Value> | ||
</CommandClass> | ||
|
||
<CommandClass id="67"> | ||
<Instance index="1" label="Pool" /> | ||
<Instance index="7" label="Spa" /> | ||
<Value type="decimal" genre="user" instance="1" index="1" label="Pool" units="F"> | ||
<Help>Set the pool water temperature setpoint</Help> | ||
</Value> | ||
<Value type="decimal" genre="user" instance="1" index="7" label="Spa" units="F"> | ||
<Help>Set the spa water temperature setpoint</Help> | ||
</Value> | ||
</CommandClass> | ||
</Product> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave"> | ||
<MetaData> | ||
<MetaDataItem name="Name">PE953</MetaDataItem> | ||
<MetaDataItem name="Description">MultiWave Five-Channel Wireless Remote Controller</MetaDataItem> | ||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0005:0953:5045</MetaDataItem> | ||
<MetaDataItem name="ProductPic">images/intermatic/pe953.png</MetaDataItem> | ||
<MetaDataItem id="0953" name="ZWProductPage" type="5045">https://products.z-wavealliance.org/products/598/</MetaDataItem> | ||
<MetaDataItem id="0953" name="FrequencyName" type="5045">U.S. / Canada / Mexico</MetaDataItem> | ||
<MetaDataItem id="0953" name="Identifier" type="5045">PE953</MetaDataItem> | ||
<ChangeLog> | ||
<Entry author="Jeff Brown - [email protected]" date="29 June 2020" revision="1">Initial creation</Entry> | ||
</ChangeLog> | ||
</MetaData> | ||
</Product> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters