Custom component for ESPHome that implements a Telnet server, a wireless Serial bridge.
Operates on port 23 by default, supports multiple clients.
Can be configured with the following sensors:
- client_count: Number of currently connected clients
- client_ips: A list of IP addresses of the currently connected clients (text sensor)
Requires the Arduino framework (not esp-idf).
Add the following lines to your config.
external_components:
- source: github://RoboMagus/esphome-telnet-server
telnet_server:
port: 23
client_count:
name: "Telnet client count"
client_ips:
name: "Telnet client IPs"
Heavily inspired by the following projects: