cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 Zigbee name

vh789
Associate III

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

 

10 REPLIES 10
vh789
Associate III

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