You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I get an error when deleting a device in the ZIgbee2mqtt control form in Domoticz. Does somebody know how to solve it?
2025-10-11 10:47:12.580 Zigbee: [API] Request: [6] device_remove({"device": "0xa4c138758967a2e4", "force": true, "removeDomoticzDevices": true})
2025-10-11 10:47:12.580 Zigbee: MqttClient::publish zigbee2mqtt/bridge/config/force_remove (0xa4c138758967a2e4)
2025-10-11 10:47:12.738 Error: Zigbee: Call to function 'onMessage' failed, exception details:
2025-10-11 10:47:12.750 Error: Zigbee: Traceback (most recent call last):
2025-10-11 10:47:12.750 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py", line 299, in onMessage
2025-10-11 10:47:12.750 Error: Zigbee: _plugin.onMessage(Connection, Data)
2025-10-11 10:47:12.750 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py", line 137, in onMessage
2025-10-11 10:47:12.751 Error: Zigbee: self.mqttClient.onMessage(Connection, Data)
2025-10-11 10:47:12.751 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/mqtt.py", line 167, in onMessage
2025-10-11 10:47:12.751 Error: Zigbee: self.on_mqtt_message_cb(topic, message)
2025-10-11 10:47:12.751 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py", line 155, in onMQTTPublish
2025-10-11 10:47:12.752 Error: Zigbee: self.api.handle_mqtt_message(topic, message)
2025-10-11 10:47:12.752 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/api/api.py", line 36, in handle_mqtt_message
2025-10-11 10:47:12.752 Error: Zigbee: command.handle_mqtt_message(topic, message)
2025-10-11 10:47:12.753 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/api/devices.py", line 54, in handle_mqtt_message
2025-10-11 10:47:12.753 Error: Zigbee: self.execute_command('remove_device', self.device)
2025-10-11 10:47:12.753 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/api/api.py", line 47, in _handle_api_command
2025-10-11 10:47:12.753 Error: Zigbee: return self.execute_command(command, data)
2025-10-11 10:47:12.753 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py", line 116, in onApiCommand
2025-10-11 10:47:12.754 Error: Zigbee: return self.devices_manager.remove(data)
2025-10-11 10:47:12.754 Error: Zigbee: File "/home/pi/domoticz/plugins/zigbee2mqtt/devices_manager.py", line 83, in remove
2025-10-11 10:47:12.754 Error: Zigbee: adapter.remove()
2025-10-11 10:47:12.754 Error: Zigbee: TypeError: remove() missing 1 required positional argument: 'ieee_addr'
Beta Was this translation helpful? Give feedback.
All reactions