can't create zigbee device in Domoticz
Posted: Sunday 02 April 2023 15:34
Well
I successfully paired a zigbee plug with zigbee2mqtt, but i forgot to allow new devices in Domoticz.
So now, i have this message in the Domoticz log:
Domoticz and plugin zigbee2mqtt on Synology/Docker/Mosquitto/Zigbee2mqtt
On zigbee2mqtt plugin github page, i have this:
any suggestion ?
I successfully paired a zigbee plug with zigbee2mqtt, but i forgot to allow new devices in Domoticz.
So now, i have this message in the Domoticz log:
My problem is i don't know in which configuration file i have to remove it, and where this file is.zigbee2mqtt: Alias for handling power(endpoint: n/a) feature of device 0xa4c138daf79b6b8b already exists in plugin configuration but Domoticz logical device with ID 0xa4c138daf79b6b8b(unit: 1) is not found. If you have removed device and want plugin to recreate it, please remove alias from configuration as well.
Domoticz and plugin zigbee2mqtt on Synology/Docker/Mosquitto/Zigbee2mqtt
On zigbee2mqtt plugin github page, i have this:
But i don't find any json file with such datasPlugin uses internal configuration to associate physical zigbee devices to logical ones in Domoticz. Configuration is a plain JSON object with the following structure:
{
"aliases": Alias[]
}
where Alias type is used to associate single zigbee device feature to Domoticz logical device and viceversa. It has the following structure
{
"domoticz": {
"device_id": String // Domoticz Device ID (not idx) in Domoticz
"legacy_alias": String // Alias, legacy key that was used in zigbee2mqtt plugin <= 3.0, required to support logical devices that were created before
"unit": Number // Domoticz Device Unit
},
"zigbee": {
"address": String // Zigbee IEEE Address
"endpoint": String // Zigbee endpoint (for devices that have multiple ones like switches with several buttons)
"feture": String // zigbee2mqtt feature name (power, state, temperature, etc.)
}
}
any suggestion ?