OpenThread Info Text Sensor
The openthread_info text sensor platform exposes different OpenThread network information
via text sensors.
# Example configuration entry
text_sensor:
- platform: openthread_info
ip_address:
name: "Thread IP Address"
channel:
name: "Thread Channel"
role:
name: "Thread Device Role"
rloc16:
name: "Thread RLOC16"
ext_addr:
name: "Thread Extended Address"
eui64:
name: "Thread EUI64"
network_name:
name: "Thread Network Name"
network_key:
name: "Thread Network Key"
pan_id:
name: "Thread PAN ID"
mesh_local_eid:
name: "Thread Mesh Local EID"
ext_pan_id:
name: "Thread Extended PAN ID"Configuration variables
ip_address (Optional): Expose the off-mesh routable IPv6 address of the Thread device as a text sensor. This is the address used for communication outside the Thread mesh network. All options from Text Sensor.
channel (Optional): Expose the Thread network channel (11-26) as a text sensor. All options from Text Sensor.
role (Optional): Expose the current device role in the Thread network (Leader, Router, Child, Detached, etc.) as a text sensor. All options from Text Sensor.
rloc16 (Optional): Expose the Router Locator (RLOC16) address as a text sensor. This is a 16-bit address used for routing within the Thread network. All options from Text Sensor.
ext_addr (Optional): Expose the IEEE 802.15.4 Extended MAC address as a text sensor. All options from Text Sensor.
eui64 (Optional): Expose the EUI-64 address as a text sensor. This is the unique 64-bit identifier for the device. All options from Text Sensor.
network_name (Optional): Expose the Thread network name as a text sensor. All options from Text Sensor.
network_key (Optional): Expose the Thread network key as a text sensor. All options from Text Sensor.
⚠️ Warning
The
network_keysensor exposes sensitive security credentials that could allow unauthorized access to your Thread network. Only enable this sensor if you need it for debugging purposes and understand the security implications.mesh_local_eid (Optional): Expose the Mesh Local EID (Endpoint Identifier) address as a text sensor. This is an IPv6 address unique to the device within the Thread mesh, used for communication between Thread devices regardless of network topology changes. All options from Text Sensor.
pan_id (Optional): Expose the Personal Area Network ID (PAN ID) as a text sensor. This is a 16-bit identifier for the Thread network. All options from Text Sensor.
ext_pan_id (Optional): Expose the Extended PAN ID as a text sensor. This is a 64-bit extended identifier for the Thread network. All options from Text Sensor.