If you use homeduino, you need to indicate which USB interfaced is used for the connection, something like :
"serialDevice": "/dev/ttyUSB0"
But if you have multiple devices using tty over USB, or if for some reasons your device flip/flop between USB0 and USB1,
you can indicate where homeduino is using by-id number as below
{
"plugin": "homeduino",
"driver": "serialport",
"driverOptions": {
"serialDevice": "/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0",
"baudrate": 115200
},
"receiverPin": 0,
"transmitterPin": 5
}