Home Assistant HACS integration for OneControl BLE gateways (Lippert/LCI).
Connects directly to OneControl BLE gateways via the HA Bluetooth stack, authenticates using the TEA protocol, and creates native HA entities for RV device monitoring and control.
Disclaimer: This is an independent community integration and is not affiliated with, endorsed by, or supported by Lippert Components or any of its affiliates. Use it at your own risk.
-
Add this repository as a custom repository in HACS
-
Install "OneControl"
-
Restart Home Assistant
-
Go to Settings → Devices & Services → Add Integration → OneControl
Copy custom\_components/onecontrol/ to your HA config/custom\_components/ directory.
During setup, the integration discovers OneControl gateways via BLE advertisements. You will be asked to select your gateway type — check the physical hardware:
| Gateway type | How to identify |
|---|---|
| Push-to-Pair | Has a physical "Connect" button on the RV control panel |
| PIN (legacy) | No Connect button — uses only the 6-digit PIN sticker |
-
Select Push-to-Pair when prompted
-
Press the physical Connect button on your RV control panel
-
Enter the 6-digit PIN from the gateway sticker
-
Works with both ESPHome Bluetooth Proxy and direct USB adapters
-
Select PIN when prompted
-
Enter the 6-digit PIN from the gateway sticker
-
Before initial setup/pairing, temporarily disable ESPHome Bluetooth proxies so Home Assistant is forced to pair through the host's internal/direct Bluetooth adapter
-
Requires a direct USB Bluetooth adapter — see PIN Gateway Requirements below
Legacy PIN gateways use a BLE passkey exchange during bonding that requires direct access to the host's BlueZ Bluetooth stack.
The integration registers a BlueZ D-Bus agent that provides the passkey automatically during bonding. No manual steps required beyond entering the PIN in the config flow. This path is confirmed working.
Compatible hardware: the Raspberry Pi's built-in Bluetooth adapter, or any USB Bluetooth dongle recognized by the HA host. To extend range as much as possible, a USB adapter with an antenna is highly recommended.
ESPHome proxies forward GATT operations but do not relay BLE passkey/pairing events back to the HA host. The passkey exchange must happen on the device with the BLE radio, which is the ESP32 — but the ESP32 has no way to receive the PIN from HA during a live pairing attempt.
Push-to-Pair gateways work normally through ESPHome proxies. Only PIN gateways are affected.
It is possible to bond an ESP32 proxy device directly to the gateway before deploying it as a proxy. The bond is stored in the ESP32's NVS flash and survives OTA firmware updates (as long as flash is not erased). Once bonded, the proxy can connect to the gateway without a passkey exchange, and the integration handles application-layer authentication as normal.
This approach is experimental. If you are attempting this, use the pairing\_test.yml ESPHome configuration. Key requirements:
-
Both the pairing helper firmware and the production proxy firmware must use the Bluedroid BLE stack (not NimBLE) — bond storage is not compatible between the two stacks
-
Flash the pairing helper to the exact device that will serve as the proxy — bonds are not transferable between ESP32 units
-
OTA-flash the production proxy firmware without erasing flash after bonding
-
Switches — Relay-controlled devices (lights, water pump, water heaters, tank heater)
-
Dimmable Lights — Brightness control with Blink/Swell effects (Slow/Medium/Fast)
-
RGB Lights — Color control with 7 effects (Blink, Swell, Strobe, Color Cycle, etc.)
-
HVAC Climate Zones — Heat/Cool/Heat+Cool modes, fan speed, temperature setpoints
-
Tank Sensors — Fresh, grey, black tank levels (%)
-
Cover/Slide Sensors — H-Bridge status (Opening/Closing/Stopped) — state-only for safety
-
Generator — Start/stop control with status monitoring
-
System Sensors — Voltage, temperature, device count, table ID, protocol version
-
In-Motion Lockout — Safety binary sensor + clear button
-
Data Health — Binary sensor showing if gateway data stream is active
-
Diagnostics — One-click state dump from Settings → Devices & Services → OneControl → ⋮ → Download diagnostics
-
DTC Fault Codes — 1,934 diagnostic trouble codes with HA event firing for gas appliance faults
Gateway Device
Example Entities

MIT