this post was submitted on 14 Jun 2023
7 points (100.0% liked)
homeassistant
15783 readers
23 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.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years 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.