Heiman - Indoor Siren: include in Domoticz

For Z-Wave related questions in Domoticz

Moderator: leecollings

Post Reply
johanvandyck
Posts: 4
Joined: Sunday 12 February 2017 10:19
Target OS: Linux
Domoticz version: 4.97
Location: Belgium
Contact:

Heiman - Indoor Siren: include in Domoticz

Post by johanvandyck »

Hi all

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"/>
2) create file ~/domoticz/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>
3) restart domoticz

Code: Select all

sudo service domoticz restart
4) if needed exclude device and include again. For me secure inclusion is working as a charm.
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>
However, Domoticz does not show any battery info. (I can find the info back in the hardware, gen5-stick, control panel, device info).

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.
User avatar
LouiS22
Posts: 433
Joined: Friday 27 February 2015 13:21
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Budapest, Hungary
Contact:

Re: Heiman - Indoor Siren: include in Domoticz

Post by LouiS22 »

There's a detailed how to add new files onto OZW over their github ;)
johanvandyck
Posts: 4
Joined: Sunday 12 February 2017 10:19
Target OS: Linux
Domoticz version: 4.97
Location: Belgium
Contact:

Re: Heiman - Indoor Siren: include in Domoticz

Post by johanvandyck »

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest