Open Nightstalker81 opened 1 month ago
what kind of system are you running HAOS on? are there really no /dev/tty devices?
It is installed on an RPi4 with the installation type HAOS:
Searching for "tty" I did not find any device that matches:
Using any other device gives me the "filter subsystem=tty!" error.
Anyone ideas what else I could do? Would it be possible to skip the validation somehow, since I use network flashing anyway?
you can always use the command line tool.
I don't understand how you do not have any serial devices that show by default, every system/vm I've tried this on has had something there. I'll look at building an addon that is network only as a work around.
When referring to the "command line tool" do you mean the CLI addon? https://github.com/tube0013/tubeszb_addons/blob/main/tzb-zigpy-cli-tools/DOCS.md
If so: how am I able to run an update using the tool? The documentation does not mention any update command nor is it shown in the dropdown:
Also I am getting the same error as with the FW Flasher:
no I mean the actual command line tool that the addon uses for flashing:
I can't start/configure the the addon, since it requires a 'device' which I am unable to select, since none is shown:
When I try to use the YAML configuration and just enter any device, I get different validation errors. When using /dev/null it says the value does not match the filter:
When I try with "tty" it says the device does not exist.
I also tried /dev/ttyS0 to /dev/ttyS9 and /dev/USB0 to /dev/USB9 but all are giving the same error. Any suggestions how to solve this?