thegroove / esphome-zha-ezsp-zeroconf

Experimental! ESPHome component with tcp-to-serial and zeroconf feature for autodiscovery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esphome-zha-ezsp-zeroconf

Experimental! ESPHome component with tcp-to-serial and zeroconf feature for autodiscovery.

Advertises in this format:

zha_ezsp_zeroconf  _ezsp._tcp  local
   hostname = [zha_ezsp_zeroconf.local]
   address = [172.16.0.174]
   port = [8080]
   txt = ["baud_rate=115200"]

(use e.g. avahi-browse -r -a to see this)

About

Experimental! ESPHome component with tcp-to-serial and zeroconf feature for autodiscovery.


Languages

Language:C++ 74.2%Language:Python 25.8%