I’m trying to set up a network-connected (and only network, no USB) SLZB-06M as OTBR for HA on my RPI4 (running HA OS 15.1) and the add-on documentation states “[…]When using a network device, you still need to set a dummy serial port device, e.g. /dev/ttyS3. […]”:
… but when configuring the 'network_device ’ setting and trying to use ‘/dev/ttyS3’ for the 'device ’ parameter, I get an error stating "Failed to save add-on configuration, Device ‘/dev/ttyS3’ does not exist in OpenThread Border Router (core_openthread_border_router). Got {‘device’: ‘/dev/ttyS3’, ‘baudrate’: ‘460800’, ‘flow_control’: True, ‘autoflash_firmware’: False, ‘otbr_log_level’: ‘notice’, ‘firewall’: True, ‘nat64’: False, ‘network_device’: ‘192.168.7.245:6638’} "
And sure enough, when SSH’ing in and checking for /dev/ttS*, there’s nothing there:
Using /dev/null also doesn’t work because saving returns an error saying “Failed to save add-on configuration, Device ‘/dev/null’ don’t match the filter subsystem=tty!”.
So I tried one of the ones listed under /dev/tty*, i.e. /dev/tty60 as per
… but same / similar thing: "Failed to save add-on configuration, Device ‘/dev/tty60’ does not exist in OpenThread Border Router (core_openthread_border_router). Got {‘device’: ‘/dev/tty60’, ‘baudrate’: ‘460800’, ‘flow_control’: True, ‘autoflash_firmware’: False, ‘otbr_log_level’: ‘notice’, ‘firewall’: True, ‘nat64’: False, ‘network_device’: ‘192.168.7.245:6638’} "
Sooooo… how DO I configure the OTBR add-on correctly for a network’ed device and when the system has seemingly no dummy /dev/ttyS* device(s)?