Skip to content

A Telnet server implementation for ESPHome that implements a multi-client bidirectional Serial Bridge.

License

Notifications You must be signed in to change notification settings

RoboMagus/esphome-telnet-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome Telnet-Server component

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)

Usage

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"

Credits

Heavily inspired by the following projects:

About

A Telnet server implementation for ESPHome that implements a multi-client bidirectional Serial Bridge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published