7
UART Man-in-the-middle with ESPHome?
(lemmy.world)
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
You could probably use ESPHome or Tasmota serial port proxy for this ... Just connect to it using
nc
or something like that.https://esphome.io/components/uart.html#debugging
https://github.com/thegroove/esphome-serial-server
https://tasmota.github.io/docs/Serial-to-TCP-Bridge/
Using ESPHome is probably the fastest path to something that works since you can use the serial server and/or debug mode to figure out the commands you want to read/write and write a config for those right away.