Page 1 of 1

Everspring AN1572 is recognized as another device

Posted: Saturday 02 May 2015 13:08
by mvveelen
Hi,

never thought about this because it works, but someone mentioned another 'problem' like this on another forum so I thought about asking it here:

I'm using two Everspring AN1572 on/off switches and everything's fine. Except....the name. It's recognized in Domoticz as an AN145 lamp screw in module :D

005 (0x05) Everspring switch 1 Everspring AN145 Lamp Screw In Module 2015-05-02 13:03:55 true Heal node

Can I solve this myself (how?) or is this something I just have to live with (it's no big deal really)?

Re: Everspring AN1572 is recognized as another device

Posted: Thursday 21 April 2016 21:46
by mvveelen
Any idea? Someone?

Re: Everspring AN1572 is recognized as another device

Posted: Thursday 21 April 2016 22:06
by Egregius
Look's like there's no device specific XML in openzwave:

A AN157 is mentionned, but there's no config defined.

Code: Select all

<Manufacturer id="0060" name="Everspring">
		<Product type="0001" id="0001" name="HSP02 Motion Detector" config="everspring/hsp02.xml"/>
		<Product type="0001" id="0002" name="SP814 Motion Detector" config="everspring/sp814.xml"/>
		<Product type="0002" id="0001" name="SM103 Door/Window Sensor" config="everspring/sm103.xml"/>
		<Product type="0003" id="0001" name="AD142 Plug-in Dimmer Module"/>
        <Product type="0003" id="0003" name="AD147 Plug-in Dimmer Module" config="everspring/ad147.xml"/>
        <Product type="0003" id="0002" name="AD146 In wall Dimmer Module" config="everspring/ad146.xml"/>
		<Product type="0004" id="0001" name="AN157 Plug-in Appliance Module"/>
		<Product type="0004" id="0002" name="AN158 Plug-in Meter Appliance Module" config="everspring/an158.xml"/>
        <Product type="0004" id="0006" name="AN181 Miniplug On/Off with meter function" config="everspring/an181.xml"/>
        <Product type="0004" id="0007" name="AN180 Plug-in ON/OFF Module" config="everspring/an180.xml"/>
        <Product type="0004" id="0008" name="AN179 In wall ON/OFF Module" config="everspring/an179.xml"/>
		<Product type="0006" id="0001" name="ST814 Temperature and Humidity Sensor" config="everspring/st814.xml"/>
		<Product type="0007" id="0001" name="ST815 Illumination Sensor" config="everspring/st815.xml"/>
		<Product type="0009" id="0001" name="TSE03 Door Bell" config="everspring/tse03.xml"/>
		<Product type="000b" id="0001" name="ST812 Flood Detector" config="everspring/st812.xml"/>
		<Product type="000c" id="0001" name="SE812 Siren" config="everspring/se812.xml"/>
		<Product type="000d" id="0001" name="SF812 Smoke Alarm" config="everspring/sf812.xml"/>
		<Product type="0010" id="0001" name="HAC01 In-wall Remote Module"/>
		<Product type="0011" id="0001" name="HAN01 In-wall Remote Module"/>
		<Product type="0011" id="0002" name="HAN02 In-wall Remote Module"/>
		<Product type="0101" id="0001" name="SP103 PIR Motion Sensor" config="everspring/sp103.xml"/>
		<Product type="0104" id="0001" name="AN145 Lamp Screw In Module" config="everspring/an145.xml"/>
		<Product type="0202" id="0001" name="SM103 Door/Window Sensor" config="everspring/sm103.xml"/>
	</Manufacturer>

Re: Everspring AN1572 is recognized as another device

Posted: Friday 22 April 2016 8:58
by mvveelen
(extra) problem is:

I have two of these and since the update of the Aeon Labs ZWave S2 stick to firmware V3.08, both nodes are reported "dead". Even after numerous restarts of the Synology NAS. After downgrading the stick to firmware V3.07 I keep having the same 2 dead nodes. So it seems to be something in the firmware (I think I had V3.06 before updating, but I can't find the V3.06 firmware online).

So the question now is: how can I get the 2 nodes back? Remove them from the stick and add them again? I'm at work so I can only try when I get home.
Or is there something else I can try?

Re: Everspring AN1572 is recognized as another device

Posted: Friday 22 April 2016 19:27
by mvveelen
I updated the firmware of the Aeon Labs ZWave S2 USB stick to V3.08 and because both Eversprings were reported as "dead nodes", I removed them from the stick and added them again. They work fine again, but still.......as "Everspring AN145 Lamp Screw In Module".

How can I fix this myself? Can I fix this myself?

Re: Everspring AN1572 is recognized as another device

Posted: Friday 22 April 2016 19:55
by Egregius
Why fix if they work?
You'll need a Config/everspring/an1572.xml file and that linked in Config/manufacturer_specific.xml

Re: Everspring AN1572 is recognized as another device

Posted: Friday 22 April 2016 22:23
by mvveelen
Yes, well, you're right. But if it's easy to make such a file, then I would appreciate it. No real need though.

Re: Everspring AN1572 is recognized as another device

Posted: Friday 22 April 2016 22:29
by Egregius
Well, if the one from the AN1572 is working fine, copy that.
Do keep in mind dat the Config/manufacturer_specific.xml is always replaced by a update.

But first, you need to check the ID and Type number of the node list and search it in the codeblock I posted above.
If they are already in there I think it's not possible.

Re: Everspring AN1572 is recognized as another device

Posted: Friday 22 April 2016 22:47
by mvveelen
This is the plug, or at least, this is what I think comes nearest to the ones I have:

http://www.pepper1.net/zwavedb/device/53

Maybe better for Gizmocuz to have a go at it?