Hey @wmaker and thank you for replying.
I have tried what you suggested and just get this
$ silabs-flasher --device /dev/ttyUSB0 info
Traceback (most recent call last):
File "/home/nimo7/.local/bin/silabs-flasher", line 224, in <module>
main() # pylint: disable=no-value-for-parameter
File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/nimo7/.local/bin/silabs-flasher", line 27, in inner
return asyncio.run(f(*args, **kwargs))
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
return future.result()
File "/home/nimo7/.local/bin/silabs-flasher", line 153, in info
brd_manuf, brd_name, version = await ezsp.get_board_info()
AttributeError: 'NoneType' object has no attribute 'get_board_info'
It doesn’t look to me like there is any connection. I have installed the “system profiler and benchmark” app and it does see the device as “Silicon Labs CP210x UART Bridge”. So it is discoverable, but that’s it.
Do you, or anyone else, have any ideas of anything I can do and what should I buy instead if I want to control both ZigBee and Matter devices, and this device is dead? Are there any better alternatives?