Native Home app
Family already opens Home for lights and locks. Mum's status sits there too, with a familiar tile.
Bring Getwello into Apple Home as a virtual sensor and any HomeKit scene or automation can trigger from the morning check-in. HomePod announcements, lamp colours, Apple TV cards. Everything Apple Home can do, now responsive to Mum's status.
Coordinator-only. Included in the £4.99 plan. Same day to set up.
Family already opens Home for lights and locks. Mum's status sits there too, with a familiar tile.
Build 'Mum is well, today' as a scene. Turn lamps on, play a sound, send a notification, anything HomeKit can do.
Apple's Home invites family members to share the same accessories. Multi-Coordinator households just work.
HomeKit traffic on the Apple side is end-to-end encrypted. Privacy story is strong if that matters to you.
# homebridge-config-ui-x · accessory definition
{
"accessory": "WebhookSensor",
"name": "Mum's check-in",
"webhookUrl": "/getwello-checkin",
"sensorType": "occupancy"
}The integration creates a contact-sensor-like accessory in HomeKit. When Mum checks in, the sensor 'closes' for a few seconds. That state change is what every downstream HomeKit automation listens for. The cleanest way to plug care data into a real smart-home graph.
Follow homebridge.io's installer. The web UI runs on port 8581 by default.
Install the homebridge-http-webhooks plugin. Configure a virtual occupancy sensor named 'Mum's check-in'.
Settings → Developer API → Webhooks. URL is your Homebridge webhook endpoint. Tick check_in.created.
In the Home app: Automation → When 'Mum's check-in' detects occupancy → Do whatever. Speakers, lamps, scenes, anything.
No. HomeKit doesn't expose a public webhook listener. The pattern is to expose Getwello's status as a virtual HomeKit accessory via Homebridge or HOOBS, both of which run on a Mac, Pi or NAS.
An open-source bridge that turns non-HomeKit devices into HomeKit accessories. Free, well-supported, runs on a Raspberry Pi or Mac. About 30 minutes to set up the first time.
A virtual occupancy or contact sensor labelled 'Mum's check-in'. When she checks in, the sensor toggles. Any HomeKit scene or automation can trigger from that state change.
Yes. HomeKit automations can include 'Play audio on HomePod' as an action. Pair it with the virtual sensor and you have hands-free announcements like the Alexa setup.
The Homebridge bridge stays as the integration layer. Matter-only households can use the same approach via a Matter-compatible bridge plugin, of which there are several.
Some families wire two or three at the same time. The webhook fans out, the API keys stay the same.
See every integration or jump to the Developer API overview.
Mint your first API key in two minutes. Coordinator-only. Included in the £4.99 family plan.