|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
| Nesphome | |
| Nhome_io_control | |
| Ndecisions | |
| COneWayDedupState | Key fields of the last processed 1W frame, used to collapse a remote's repeat burst |
| Nexchange | |
| COutboundExchangeContext | Context carried across one outbound authenticated exchange |
| CInboundAuthContext | Context for a single inbound authentication (device‑initiated command) |
| Npairing | |
| CPairingContext | Context object that lives for the duration of a single pairing attempt |
| Nadvisor | |
| CPairingAdvice | One piece of advice, with the node/RSSI it pertains to (if any) |
| Npairing_responder | |
| CResponderContext | Context for one key-extraction arm cycle |
| CDeviceConfig | YAML-declared device metadata for registration; defaults match an undeclared device |
| CDeviceRegistry | Owns the per-hub device table, update callbacks, and linked-remote associations |
| CExchangeEngine | Authenticated exchange engine — outbound and inbound protocol flows |
| CDebugInfo | Snapshot of the last exchange attempt for diagnostics |
| CIOHomeControlComponent | The main IO-Homecontrol component |
| CLr1121BootloaderRequirement | One (target firmware, required bootloader) pairing from Semtech's published compatibility matrix |
| CManagementActionResult | Result of a hub-level management action such as rename |
| CManagementActions | Encapsulates hub-level management operations exposed as Home Assistant actions |
| CPendingOperation | A single queued operation to be dispatched from loop() |
| COperationQueue | Serialized pending-operation queue with coalescing, deduplication, and two-band ordering |
| CPairingEngine | Owns and drives all three phases of the IO-Homecontrol device pairing flow |
| CPairingTelemetryEvent | One recorded telemetry event |
| CPairingTelemetry | Fixed-size per-attempt telemetry recorder for the pairing flow |
| CIOHomeAcceptForeignPairingSwitch | Hub-level switch entity: ON arms the key-extraction responder for 10 minutes, OFF disarms it immediately |
| CIOHomeActiveIssueTextSensor | Diagnostic text sensor that publishes the symbolic name of a device's most recent CMD_ERROR_RESP result code (e.g |
| CIOHomeCover | Cover entity representing an IO‑Homecontrol shutter/awning/blind |
| CIOHomeCoverFavoriteButton | Button entity that sends the protocol's favorite or My-position command |
| CIOHomeCoverVentButton | Button entity that sends the ventilation position command |
| CIOHomeDeviceNameTextSensor | Diagnostic text sensor that publishes the cached device name |
| CIOHomeDiscoverButton | Button entity that triggers device discovery and pairing when pressed in Home Assistant |
| CDeviceBoundEntity | Mixin holding the hub-device binding shared by all IO-Homecontrol entity platforms |
| CDeviceBoundCompanion | Mixin holding the hub/device binding shared by the auto-generated per-device companion diagnostic sensors (device name, active issue, RSSI, last contact, exchange failures) |
| CIOHomeExchangeFailuresSensor | Diagnostic sensor that publishes a device's cumulative count of outbound exchanges that timed out (no valid response) — see detail::record_exchange_timeout() in hub_internal.h |
| CIOHomeLastContactSensor | Diagnostic sensor that publishes seconds elapsed since the last frame received from a device (see detail::update_link_health() in hub_internal.h) |
| CIOHomeLight | Binary or dimmable light entity for IO‑Homecontrol devices |
| CIOHomeLock | Lock entity for IO-Homecontrol lock devices |
| CIOHomePairingResultTextSensor | Diagnostic text sensor that publishes PairingTelemetry::result_sensor_string() after every pairing attempt |
| CIOHomeRssiSensor | Diagnostic sensor that publishes a device's smoothed (EMA) RSSI in dBm |
| CIOHomeSwitch | Binary switch entity for IO‑Homecontrol on/off devices |
| COneWayFrameInfo | Decoded representation of a 1W remote frame |
| CDiscoveryResponseInfo | Extended discovery-response fields (manufacturer, Multi Information Byte, backbone address, timestamp) plus flags recording how much of the payload was actually present |
| CIoDevice | Runtime state of a paired IO‑Homecontrol device |
| CIoFrame | Parsed IO‑Homecontrol frame (CTRL0/1 + addresses + command + data) |
| CSpiAccess | Interface for SPI bus access |
| CRadioTxConfig | Configuration for transmitting a packet: carrier frequency and preamble length |
| CRadioRxPacket | Raw packet received from the radio |
| CRadioCaptureInfo | Diagnostic capture from a radio operation |
| CRadioDriver | Abstract radio driver for IO-Homecontrol |
| CRadioLR1121 | LR1121 implementation of RadioDriver |
| CUartProbeResult | Result of the UART probe: best candidate frame within a raw capture |
| CSoftPhyDriverBase | Shared RX/TX driver flow for the software-PHY radios (SX1262, LR1121) |
| CRadioSX1262 | SX1262 implementation of RadioDriver |
| CRadioSX1276 | SX1276 implementation of RadioDriver |
| CPollTracking | Per-device poll scheduling state |
| CStatusPollPolicy | Per-hub poll scheduling and failure-backoff policy |
| CTuningConfig | All runtime tunable parameters for pairing and radio diagnostics |
| CIOHomeTuningNumber | Runtime-tunable number entity |
| CIOHomeTuningSelect | Runtime-tunable select entity |
| CTuningNumberParam | One numeric tuning parameter: its wire name plus accessors over TuningConfig |
| CTuningSelectParam | One select tuning parameter: its wire name plus string accessors over TuningConfig |
| Nhome_io_control | |
| Nlr1121_firmware | |
| CLr1121FirmwareError | |
| CLr1121FirmwareNotFoundError | |
| CFirmwareImage |