I can't seem to get it to play nice with z2m. I did the 2.0 z2m update, I updated the configuration.yaml with the serial port and adapter. When adapter is zstack I get a ping timeout.
"serialPort":{"path":"/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_023a91389339ef11875c59f454516304-if00-port0","adapter":"zstack"}
[2025-01-14 17:40:05] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
Then found some information that adapter should be ezsp so I tried that but get Failure to init network. I also see a warning that ezsp is depreciated and ember is recommended.
"serialPort":{"path":"/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_023a91389339ef11875c59f454516304-if00-port0","adapter":"ezsp"}
[2025-01-14 17:48:37] debug: zh:ezsp:ezsp: Network init result: {"cls":"networkInit","id":23,"isRequest":false,"status":147}
[2025-01-14 17:48:37] error: zh:ezsp:ezsp: Failure to init network
Then I tried ember but get an error that ezsp protocol version 8 is not suppoted by host 13-16
"serialPort":{"path":"/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_023a91389339ef11875c59f454516304-if00-port0","adapter":"ember"}
[2025-01-14 17:49:36] error: z2m: Error: Adapter EZSP protocol version (8) is not supported by Host [13-16].
This dongle is stock out of the box, does it require flashing first? Or am I doing something (multiple things?) else wrong?