Skip to content

openthread_info is undocumented #5210

@Gunni

Description

@Gunni

Feedback

The docs are entirely missing for module: https://github.com/esphome/esphome/tree/dev/esphome/components/openthread_info

URL

https://esphome.io/components/openthread_info.html

Additional information

I figured it out by reading the code, here's everything except network key:

text_sensor:
  - platform: openthread_info
    role: 
      name: Role
    channel:
      name: Channel
    eui64: 
      name: EUI64
    ext_addr: 
      name: EXT Addr
    ip_address:
      name: IP Address
    network_name:
      name: Network Name
    rloc16:
      name: RLOC16
    pan_id:
      name: PAN ID
    ext_pan_id:
      name: EXT PAN ID

Example output:

id Friendly Name Value
sensor.thread_ftd_channel Thread FTD Channel 15
sensor.thread_ftd_eui64 Thread FTD EUI64 404ccafffe5e54cc
sensor.thread_ftd_ext_addr Thread FTD EXT Addr ea3453ff2b32c92d
sensor.thread_ftd_ext_pan_id Thread FTD EXT PAN ID 9b1a949483438d0c
sensor.thread_ftd_ip_address Thread FTD IP Address fd5d:cd28:fec2:1:aa0:aeef:2e11:1dcf
sensor.thread_ftd_network_name Thread FTD Network Name ha-thread-ecad
sensor.thread_ftd_pan_id Thread FTD PAN ID ecad
sensor.thread_ftd_rloc16 Thread FTD RLOC16 8c00
sensor.thread_ftd_role Thread FTD Role router

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions