Hi folks, I am currently using the WifiTelnetToSerial sketch on my D1 Mini to facilitate communication between my Paradox alarm system and the PAI add-on in Home Assistant.
I would like to replace this with the same functionality, but running under ESPHome as I can remotely reboot it if needed, monitor in HA, etc while my current solution is a dumb stand-alone device. I was hoping to find official support for this in ESPHome itself, but it doesn’t seem like there is support for this. I came across various github repos for custom components.
I would like to know firstly, if this is supported in ESPHome natively (perhaps I wasn’t looking properly) and if not, what is the most reliable custom component to use for this?
Just to add, I have loaded ESPHome with the custom component - Github repo GitHub - chipsi/esphome-stream-server and it works great. This is more to find out if there isn’t anything natively supported and something with proven reliability.