mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
60 lines
1.2 KiB
YAML
60 lines
1.2 KiB
YAML
network:
|
|
enable_ipv6: true
|
|
|
|
openthread:
|
|
channel: 13
|
|
network_key: 0xdfd34f0f05cad978ec4e32b0413038ff
|
|
pan_id: 0x8f28
|
|
|
|
text_sensor:
|
|
- platform: openthread_info
|
|
ip_address:
|
|
name: "Off-mesh routable IP Address"
|
|
channel:
|
|
name: "Channel"
|
|
role:
|
|
name: "Device Role"
|
|
rloc16:
|
|
name: "RLOC16"
|
|
ext_addr:
|
|
name: "Extended Address"
|
|
eui64:
|
|
name: "EUI64"
|
|
network_name:
|
|
name: "Network Name"
|
|
network_key:
|
|
name: "Network Key"
|
|
pan_id:
|
|
name: "PAN ID"
|
|
ext_pan_id:
|
|
name: "Extended PAN ID"
|
|
|
|
sensor:
|
|
- platform: openthread_info
|
|
parent_average_rssi:
|
|
name: "Parent Average RSSI"
|
|
parent_last_rssi:
|
|
name: "Parent Last RSSI"
|
|
parent_link_quality_in:
|
|
name: "Parent Link Quality In"
|
|
parent_link_quality_out:
|
|
name: "Parent Link Quality Out"
|
|
tx_total:
|
|
name: "TX Total"
|
|
tx_retries:
|
|
name: "TX Retries"
|
|
tx_err_cca:
|
|
name: "TX CCA Errors"
|
|
tx_err_abort:
|
|
name: "TX Abort Errors"
|
|
rx_total:
|
|
name: "RX Total"
|
|
rx_err_fcs:
|
|
name: "RX FCS Errors"
|
|
attach_attempts:
|
|
name: "Attach Attempts"
|
|
parent_changes:
|
|
name: "Parent Changes"
|
|
partition_id_changes:
|
|
name: "Partition ID Changes"
|