2024-10-15 10:34 AM
Hi together,
I am working with the STM32WB55 and connecting it with different configurations to Homeassistant via Zigbee2mqtt.
The Zigbee2mqtt auto generates a config file with the available endpoints etc., that looks like this:
const definition = {
zigbeeModel: ['STM32WB'],
model: 'STM32WB',
vendor: 'STMicroelectronics',
description: 'Automatically generated definition',
extend: [light({"color":true})],
meta: {},
};
Since I plan to configure different MCUs with different endpoints, I need to change those identifiers to make them unique to Homeassistant. Where are those identifiers or names set? I could not find this in the documentation.
Thanks
Solved! Go to Solution.
2024-12-02 10:47 AM
Thanks for you effort, I really appreciate it. I still cannot get it to work unfortunately.
To exclude any chance of some cache remains causing this problem, I will retry in the future when I receive my new boards with fresh controllers.
For now I have to focus on my other problem, my controllers losing connection all the time..
Thanks