Added config files for Zwave and added better logging

This commit is contained in:
Ziver Koc 2019-11-23 00:36:57 +01:00
parent b7c7913c92
commit d12c378b4f
102 changed files with 8169 additions and 39 deletions

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<CommandClass id="64" >
<Instance index="1" />
<Value type="list" genre="user" instance="1" index="0" label="Mode">
<Item label="Frost Protection" value="0" />
<Item label="Comfort" value="1" />
<Item label="Energy Saving" value="11" />
<Item label="Direct Valve Control" value="31" />
</Value>
<SupportedModes>
<Mode index="0" label="Frost Protection" />
<Mode index="1" label="Comfort" />
<Mode index="11" label="Energy Saving" />
<Mode index="31" label="Direct Valve Control" />
</SupportedModes>
</CommandClass>
<CommandClass id="67" base="0">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Comfort setpoint" units="C" />
<Value type="decimal" genre="user" instance="1" index="11" label="Energy saving setpoint" units="C" />
<!-- <Value instance="1" index="7" action="remove" /> -->
</CommandClass>
</Product>