Koen Kanters
Koen Kanters
Can someone provide the debug logs of this? See [this](https://www.zigbee2mqtt.io/guide/usage/debug.html) on how to enable debug logging.
- Does this error disappear after using the ember drivers instead? ([docs](https://github.com/Koenkk/zigbee2mqtt/discussions/21462)) - Is it just a log or did something actually break?
Does this happen when permitting join or when you have `permit_join: true` in your `configuration.yaml`?
Fixed! Changes will be available in the [dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) in a few hours from now.
This happens because you are probably using the EZSP adapter which has a bug causing this (deviceID is missing) This has been fixed already in the latest-dev (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) and will...
Is it detected as supported now?
The device should be now match with https://github.com/Koenkk/zigbee-herdsman-converters/blob/4f060b03c14f85b75da5e83804eb4553c5cac3f9/devices/awox.js#L114 , I can't see why it is not. Can you add the deviceIDs to your external converter step by step and see...
@miksen can you provide the database.db entries of both the bulb detected as `33943/33944/33946` and `12251 `?
Try removing `meta: { multiEndpoint: true },` and change `fz.on_off` to `fz.on_off_force_multiendpoint`
`humidity` is the `soil_moisture` right? Does the following work? ``` exposes: [e.temperature(), e.soil_moisture(), tuya.exposes.temperatureUnit(), e.battery(), tuya.exposes.batteryState()], meta: { tuyaDatapoints: [ [3, 'soil_moisture', tuya.valueConverter.raw], [5, 'temperature', tuya.valueConverter.raw], [9, 'temperature_unit', tuya.valueConverter.temperatureUnit], [14,...