Hi,
I am about to create a custom device using ESPHome, zigbee_home, HomeSpan or similar. I realised that my device will be very close to my Home Assistant machine, so I was wondering whether I could connect the ESP board over USB and forego wireless communication entirely, for better reliability.
Is it possible for any of the Smart Home protocols to communicate over USB serial with one of the firmwares for embedded development boards? If so, how do I set it up on the hardware side and and how do I make Home Assistant recognise the device?
I have previously worked with wired Industrial Protocols like CANopen and Profinet. Those tend to use ethernet cables which does seem more fitting, but there should be nothing stopping the Application Layer protocol to be transmitted over USB, right?
Thanks!