Page 1 of 1

Eurotronic Spirit Z-Wave ID 0x0015

Posted: Friday 08 November 2019 17:17
by harrykausl
Hello,
I had problems with one of my 3 eurotonic spirit thermostats. I excluded it form my z-wave-network (Aeotec Z-Gen Stick) and got a new one from amazon. When I try to include it in Z-Wave, I get as a result

Description : Aeotec Limited Unkonw type = 0002, id=0015+, manufacturer is Aeotec Limited, ID = 0x0015 and Typ=0x0002.

The normal ones are EUROtronic EUR_SPIRITZ Thermostat+ with ID 0x0001 and typ 0x0003.

So in my opinion, there has something changed in the hardware of Eurotonic and the device isn't found in the manufacturer_specific.xml. I looked in the manufacturer_specific.xml file and inserted in the section of Eurotonics the following, based on the theorie, that 0x0015 is id=0021.

<Manufacturer id="0148" name="EUROtronic">
<Product type="0001" id="0001" name="EUR_STELLAZ Wall Radiator Thermostat Valve Control" config="eurotronic/eur_stellaz.xml"/>
<Product type="0002" id="0001" name="EUR_COMETZ Wall Radiator Thermostat Valve Control" config="eurotronic/eur_cometz.xml"/>
<Product type="0002" id="0021" name="EUR_SPIRITZ Wall Radiator Thermostat" config="eurotronic/eur_spiritz.xml"/>
<Product type="0003" id="0001" name="EUR_SPIRIT Thermostat" config="eurotronic/eur_spirit.xml"/>
<Product type="0003" id="0002" name="EUR_SPIRITZ Wall Radiator Thermostat" config="eurotronic/eur_spiritz.xml"/>
<Product type="0003" id="0003" name="EUR_SPIRITZ Wall Radiator Thermostat" config="eurotronic/eur_spiritz.xml"/>
</Manufacturer>

But the same result. I also tried it with id=15, also same result. Perhaps the manufacturer id of the eurotonics has also changed (from 0148 to 0371) and therefore Aeotec Limited is found.

Has onybody a idea what I can do?

Re: Eurotronic Spirit Z-Wave ID 0x0015

Posted: Friday 08 November 2019 17:43
by ben53252642
harrykausl wrote: Friday 08 November 2019 17:17 Perhaps the manufacturer id of the eurotonics has also changed (from 0148 to 0371) and therefore Aeotec Limited is found.
You can't have two of the same manufacturer ID and Type pointing to a different config file.

If there is a conflicting ID and Type, you will need to remove the one you are not using and restart Domoticz / exclude and re-include the device.

I have the same problem with my TKB 4 in 1 sensors conflicting with the 3 in 1 sensor model (and have to run a custom Z-Wave configuration).

Re: Eurotronic Spirit Z-Wave ID 0x0015

Posted: Friday 08 November 2019 18:12
by harrykausl
Do you think, that I have to delete the entry for the old 002 type in the Eutrotronic-part of the manufacturer-file? Is the value of 21 correct for the id when I have 0x015?

Re: Eurotronic Spirit Z-Wave ID 0x0015

Posted: Friday 08 November 2019 18:29
by harrykausl
I changed it to

<Manufacturer id="0148" name="EUROtronic">
<Product type="0001" id="0001" name="EUR_STELLAZ Wall Radiator Thermostat Valve Control" config="eurotronic/eur_stellaz.xml"/>
<Product type="0002" id="0021" name="EUR_SPIRITZ Wall Radiator Thermostat" config="eurotronic/eur_spiritz.xml"/>
<Product type="0003" id="0001" name="EUR_SPIRIT Thermostat" config="eurotronic/eur_spirit.xml"/>
<Product type="0003" id="0002" name="EUR_SPIRITZ Wall Radiator Thermostat" config="eurotronic/eur_spiritz.xml"/>
<Product type="0003" id="0003" name="EUR_SPIRITZ Wall Radiator Thermostat" config="eurotronic/eur_spiritz.xml"/>
</Manufacturer>

But the same result.

Re: Eurotronic Spirit Z-Wave ID 0x0015

Posted: Friday 08 November 2019 20:51
by harrykausl
Solved, I changed the entry for Aeotec Limited with the content of the Eutrotronics. Thanks

Re: Eurotronic Spirit Z-Wave ID 0x0015

Posted: Friday 08 November 2019 21:36
by ben53252642
Good news, be aware that every time you upgrade Domoticz that file will change back to the default.

You need to write your own update script that carefully shuts down Domoticz, backups up the file, updates then restores the file BEFORE domoticz gets started.

Domoticz cannot ever be started with the default file, if it is you may have to re-setup those Z-Wave devices.

Re: Eurotronic Spirit Z-Wave ID 0x0015

Posted: Saturday 09 November 2019 8:40
by harrykausl
The good thing is, that I had no devices from Aeotec Limited. Thanks fpr your help.