
LOQED
LOQED Touch Smart Lock
- Wi-Fi
- Bluetooth
Verified September 2026
Dutch brand (now part of Shelly) built for euro-profile cylinders — but unlike most retrofit locks it ships with, and requires fitting, LOQED's own certified replacement cylinder rather than clipping over your existing one, so factor in that swap as installation friction. It doesn't support UK oval or Swiss round profiles. The payoff is one of the best Home Assistant stories in this category: the community-built but HA-core-bundled 'loqed' integration auto-discovers the included Bridge on your LAN and pushes state changes instantly over local webhook, no polling.
In Home Assistant
| Control | Type | What it does |
|---|---|---|
| Lock | Lock | Standard lock/unlock/open commands; locked is only true for the fully night-locked bolt state, with locking/unlocking tracking transitions and jammed mapping to a motor stall. |
| Changed by | Attribute | Identifies which LOQED key/app credential triggered the last state change — usable to branch automations by which person locked or unlocked the door. |
| Battery | Sensor (%) | Pulled from the Bridge's status payload; some users report it diverging from the value shown in the LOQED app. |
| Bluetooth signal | Sensor | Signal strength between the lock cylinder and Bridge; disabled by default in the entity registry. |
| Bolt state | Attribute | Underlying raw bolt state before HA's lock platform collapses it to locked/unlocked/jammed — the day-lock position lives here but isn't its own recognised HA lock state, so day-lock-aware automations must template off this raw value. |
HA's lock platform only maps LOQED's night-lock bolt states to the standard locked/unlocked flag, with locking/unlocking/jammed covering transitions — the lock's distinctive day-lock (latch-only) position isn't surfaced as a recognised HA lock state, so anything beyond simple locked/unlocked needs the raw bolt-state attribute. Webhook setup needs no port forwarding and the Bridge is found via local network discovery, but an open reported issue documents that the Bridge's onboard server actually depends on internet connectivity at the firmware level, so an ISP outage can silently kill local push updates even though every client-side hop stays on the LAN. Separate reports flag battery-percentage readings drifting from the LOQED app's own figure.
Specs
- door fit
- Euro-profile cylinder only, but requires installing LOQED's own certified replacement cylinder (not a keep-your-cylinder retrofit); UK oval and Swiss round profiles not supported
- hub included
- LOQED Bridge included with the lock, provides local push API for Home Assistant