Eurotronic GmbH
Website:
https://www.eurotronic.org/produkte/spi ... -plus.html
Function:
HVAC Thermostats
Z-Wave5:
Yes
EAN:
4260012711301
Features:
- Easy control for water radiators from any Z-Wave Controller
Fits most European water radiators (wide range of additional adaptors for different manufacturers available)
FLiRS for quick response time (Frequently Listening Receiver Slave)
LED Backlit LCD
Metal nut for reliable connection to the radiator
2 buttons for easy temperature regulation
Battery level indicator
Child Lock
Over the Air update
UK-Mode for upside down installation (LCD display upside-down)
Open Window detection
Automatic frost protection
https://www.eurotronic.org/fileadmin/us ... iew_04.pdf
Datasheet (DE)
https://www.eurotronic.org/fileadmin/us ... 8_2017.pdf
Z-Wavealliance.org
https://products.z-wavealliance.org/products/2543
Product Features: View Features
Z-Wave Plus: Yes
Security S2 Classes: S2 Unauthenticated
Manufacturer Provided Product Manual: Download
Association Capabilities: View Associations
Configuration Capabilities: View Configuration Parameters
Z-Wave hardware platform: ZM5202
Z-Wave version: 6.71.01
Z-Wave library type: Enhanced 232 Slave
Z-Wave Device Type: Thermostat - HVAC
Z-Wave Role Type: Listening Sleeping Slave
Product Type ID: 0x0003
Product ID: 0x0001
Network Management Instructions: View Network Management Info
Command Classes: View Command Classes
Associated Categories: HVAC Thermostats
This Brand: See other products of this brand
Download Product Data in XML Format: Download
Nodes: Configuration: Product data XML openzwave_manufacturer_specific.xml (manufacturer_specific.xml)
Code: Select all
<Manufacturer id="0148" name="EUROtronic">
<Product type="0003" id="0001" name="EUR_SPIRIT Thermostat" config="eurotronic/eur_spirit.xml"/>
</Manufacturer>
Code: Select all
<Product sourceFile="eurotronic/eur_spirit.xml">
<!-- BASIC -->
<CommandClass id="32" >
<Value type="list" genre="user" instance="1" index="0" label="BasicFunction" min="0" max="254" value="0" size="1">
<Item label="Off" value="15" />
<Item label="Heat" value="254" />
<Item label="Heat Econ" value="0" />
<Item label="Full Power" value="240" />
</Value>
</CommandClass>
<!-- THERMOSTAT_MODE -->
<CommandClass id="64" >
<Value type="byte" genre="config" index="1" label="Mode" units="" min="0" max="15" value="0">
<Help> 0=Off, 1=Heat, 11=Eco, 15=FullPower </Help>
</Value>
</CommandClass>
<!-- THERMOSTAT_SETPOINT -->
<CommandClass id="67">
<Value type="decimal" genre="config" index="1" label="ComfortSetpoint" units="C" value="23"/>
<Value type="decimal" genre="config" index="11" label="EnergySavingSetpoint" units="C" value="18"/>
</CommandClass>
<!-- Configuration Parameter -->
<CommandClass id="112">
<Value type="byte" genre="config" index="1" label="LCDInvert" units="" value="0"/>
<Value type="byte" genre="config" index="2" label="LCDTimeout" units="" value="0"/>
<Value type="byte" genre="config" index="3" label="Backlight" units="" value="1"/>
<Value type="byte" genre="config" index="4" label="BatteryReport" units="" value="1"/>
<Value type="byte" genre="config" index="5" label="MeasuredTempReport" units="" value="5"/>
<Value type="byte" genre="config" index="6" label="ValveopenReport" units="" value="0"/>
<Value type="byte" genre="config" index="7" label="WindowOpenDetect" units="" value="2"/>
<Value type="byte" genre="config" index="8" label="TempOffset" units="" value="0"/>
</CommandClass>
</Product>
To be continued...