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?
Eurotronic Spirit Z-Wave ID 0x0015
Moderator: leecollings
-
harrykausl
- Posts: 202
- Joined: Sunday 13 November 2016 10:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Germany
- Contact:
-
ben53252642
- Posts: 543
- Joined: Saturday 02 July 2016 5:17
- Target OS: Linux
- Domoticz version: Beta
- Contact:
Re: Eurotronic Spirit Z-Wave ID 0x0015
You can't have two of the same manufacturer ID and Type pointing to a different config file.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.
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).
Unless otherwise stated, all my code is released under GPL 3 license: https://www.gnu.org/licenses/gpl-3.0.en.html
-
harrykausl
- Posts: 202
- Joined: Sunday 13 November 2016 10:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Germany
- Contact:
Re: Eurotronic Spirit Z-Wave ID 0x0015
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?
-
harrykausl
- Posts: 202
- Joined: Sunday 13 November 2016 10:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Germany
- Contact:
Re: Eurotronic Spirit Z-Wave ID 0x0015
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.
<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.
-
harrykausl
- Posts: 202
- Joined: Sunday 13 November 2016 10:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Germany
- Contact:
Re: Eurotronic Spirit Z-Wave ID 0x0015
Solved, I changed the entry for Aeotec Limited with the content of the Eutrotronics. Thanks
-
ben53252642
- Posts: 543
- Joined: Saturday 02 July 2016 5:17
- Target OS: Linux
- Domoticz version: Beta
- Contact:
Re: Eurotronic Spirit Z-Wave ID 0x0015
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.
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.
Unless otherwise stated, all my code is released under GPL 3 license: https://www.gnu.org/licenses/gpl-3.0.en.html
-
harrykausl
- Posts: 202
- Joined: Sunday 13 November 2016 10:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Germany
- Contact:
Re: Eurotronic Spirit Z-Wave ID 0x0015
The good thing is, that I had no devices from Aeotec Limited. Thanks fpr your help.
Who is online
Users browsing this forum: Google [Bot] and 1 guest