this post was submitted on 14 Jun 2023
7 points (100.0% liked)
homeassistant
175 readers
1 users here now
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
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.