Locate a lost phone with a Telegram command and Home Assistant

Send one Telegram command to make a lost phone ring and sound an alarm through Home Assistant.

How the work actually flows

A straight line.

Pattern: Sequence (1)

flowchart TD trig(("user sends find command")):::human s0["match command to device"]:::task s1["switch phone to ring mode"]:::svc s2["trigger alarm sound"]:::svc trig --> s0 s0 --> s1 s1 --> s2 out[/"phone rings and alarms"/]:::out pay{{"quickly locate misplaced phone"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
A stepAn outside serviceA personResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Messaging & Notifications
Connects
TelegramHome Assistant

The problem it solves

Someone in your household or team misplaces their phone, and by the time you find it, you've wasted minutes searching under couch cushions or calling a number that's on silent. You want a fast way to trigger a ring without digging through apps.

Who it fits

Households or small teams using Home Assistant who want a fast way to locate misplaced phones.

How it works

  1. You send a find-my-phone command to your Telegram bot
  2. The system matches the command to the right device
  3. Home Assistant switches the phone into ring mode
  4. An alarm sound is triggered on the phone itself
What you get

A lost phone found with one message

You send one Telegram message and your lost phone rings and sounds an alarm, wherever it's hiding in the house.

What you get

An immediate ring and alarm on the misplaced phone, triggered from Telegram.

What you need

A Telegram bot and a Home Assistant instance with the Mobile App integration installed.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook