Skyconnect/ZBDongle-E, Zigbee2Mqtt and change to ember adapter, not working

I’ve read several posts on here about this but nothing I have found has gotten the switch from ezsp to ember work for me.
I run Home Assistant in a VM on Proxmox, my Skyconnect / Connect ZBT-1 is passed through to the VM.
I have updated the firmware on the stick to 7.4.3.0 with the Web-Flasher. I flashed 7.4.2.0 before that.

With the adapter set to ezsp in zigbee2mqtt/configuration.yaml everything works as before, but when I change it to ember I can not control my devices.
It seems like the battery powered stuff works, like temp (SNZB-02P) and buttons (SNZB-01P) work and their blue prints do their thing but I can not control outlets (Nous A1Z) or led controllers (Gledopto GL-C-007P), those give errors.

I have tried removing the stick and inserting it again, and I have tried rebooting Proxmox. The log supplied is from right after a reboot I believe.
I have tried leaving it on over night to see if it settles after a while, it does not.
I also tried to remove two devices from Zigbee2Mqtt and pairing them again, I could not get them to pair even when I was right beside the dongle. Switching back to ezsp and they paired right away.

And when I set the adapter to ezsp everything works as before.

Errors look like this (trying to turn a led strip on):

[2024-08-11 19:29:54] error: 	z2m: Publish 'set' 'state' to 'Ledlist Kontor' failed: 'Error: ZCL command 0xa4c13846c7cdeddf/11 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Delivery failed for {"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":11,"options":4160,"groupId":0,"sequence":160})'
[2024-08-11 19:29:54] debug: 	z2m: Error: ZCL command 0xa4c13846c7cdeddf/11 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Delivery failed for {"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":11,"options":4160,"groupId":0,"sequence":160})
    at EmberOneWaitress.deliveryFailedFor (/app/node_modules/zigbee-herdsman/src/adapter/ember/adapter/oneWaitress.ts:98:31)
    at EmberAdapter.onMessageSent (/app/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:454:42)
    at Ezsp.emit (node:events:517:28)
    at Ezsp.ezspMessageSentHandler (/app/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:5016:14)
    at Ezsp.callbackDispatch (/app/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:770:26)
    at Ezsp.onAshFrame (/app/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:430:22)
    at UartAsh.emit (node:events:517:28)
    at Immediate.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/ember/uart/ash.ts:1187:45)
    at processImmediate (node:internal/timers:476:21)

Log from zigbee2mqtt.

Config:

port: >-
  /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_a6fdca959eb3ed118efa48aca7669f5d-if00-port0
adapter: ember

I get pretty much the same error with a Sonoff ZBDongle-E.

Error 2024-08-24 10:41:22z2m: Publish 'set' 'state' to 'Tvättmaskin' failed: 'Error: ZCL command 0xa4c138d1f4c2ccc8/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Delivery failed for {"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":1,"options":4160,"groupId":0,"sequence":9})'

Log

Config:

port: >-
  /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20240104181106-if00
adapter: ember

Well well, I think I got it working now.
I have been using the front USB ports on my server for a long time, both for the Zigbee dongle (with an extension cord) and the Z-wave dongle.
But I tried to move the Zigbee dongle with cord to the rear of the server and it started working.
So the front works with EZSP but not with Ember.
:man_shrugging: