I bought a Heiman Indoor Siren (HS2WD-Z). I is recognized by domoticz, but as "unknown device".
I like to share how to solve this... I should rather say, fix it so the basics are working...
I use Domoticz 4.97 on debian
Manual Indoor Siren : https://www.cd-jackson.com/zwave_device ... tation.pdf
Adaptations in domoticz to recognize device correctly:
1) open ~/domoticz/Config/manufacturer_specific.xml
search for <Manufacturer id="0260" name="Heiman">
add a line
Code: Select all
<Product type="8009" id="1000" name="Indoor Siren HS2WD-Z" config="heiman/HS2WD-Z.xml"/>
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!--
Indoor Siren HS2WD-Z
-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="LifeLine" auto="true" />
</Associations>
</CommandClass>
</Product>
Code: Select all
sudo service domoticz restart
A basic switch is created in Domoticz.
Remaining questions:
1) battery level
it seems the new zwave+ devices announce their config to zwave. In my swcfg_0xXXXXXXXX.xml I found all promised classes back, like battery
Code: Select all
<CommandClass id="128" name="COMMAND_CLASS_BATTERY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Battery Level" units="%" read_only="true" write$
</CommandClass>
2) config parameters
the config is present, but you can't change it in Domoticz. -> My config files is rather basic. Someone more experienced than me to help me out?
Adding device to OpzenZwave - github
Can someone help me out to add the basic config files to githout, open z-wave?
https://github.com/OpenZWave/open-zwave ... fig/heiman
Regards
Johan.