See: https://github.com/domoticz/domoticz/co ... 96064cf710
This is a result of the OpenZwave update:
Fixed #704 - AutoAssocicate should work regardless of Config file presence:
https://github.com/OpenZWave/open-zwave ... c44b5cecd7
A list of the affected devices (scroll down to see if your devices are on the list):
A sample of the affected code in the manufacturer specific Config files: removal of auto="true" ( - sign and + sign)
Code: Select all
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION">
<Associations num_groups="1">
- <Group index="1" max_associations="5" label="Group 1" auto="true"/>
+ <Group index="1" max_associations="5" label="Group 1" />
</Associations>
</CommandClass>
As I understand, it's about this table:
What exactly is the meaning of this change? Who can explain this?
What do we need to do to ?
Re-Include all affected nodes ?
Or (for the tweaker):
- Stop Domoticz
- Edit the zwcfg_0xnnnnn.xml file and take out the auto="true"
- Start Domoticz
Does this work ?
Please advice,
Domosapiens