@hek said:
It won't work if you previously had AUTO enabled and have received an id. This id will be written to eeprom.
But If you always had a static id for a node this means no id has been written to eeprom and you can still go back to AUTO to fetch a new id.
For a node that HAS received an id and you want to receive a new id for some reason, you have to use the clear eeprom example which writes 0xFF to the id-position of eeprom again. This allows node to fetch a new fresh id from controller in AUTO mode.
I always use nothing but static node-ids and I'm unable to re-include working nodes to my Vera without first erasing the eeprom. The sensors "new parent"-debug message isn't showed until after this either. Is this correct?