Ring
cloudProven against a real device on 2026-09-04by ALYT
Ring cameras and doorbells: the last motion and the last ring, battery, and a floodlight’s switch, through Ring’s cloud.
What it adds to a house
Section titled “What it adds to a house”adds cameras, buttons, sensors and switches.
How a person connects it
Section titled “How a person connects it”Method: signIn. Sign in with the Ring account; Ring then sends a verification code by text or email, which is asked for next. The password is used once and never kept. Ring offers no local path. Live view and pictures are not carried yet.
| Field | Kind | Required |
|---|---|---|
Ring account email (email) | yes | |
Ring account password (password) | password, secret | yes |
What it can look for
Section titled “What it can look for”Yes: “Look for Ring devices”.
What stops working when it is disconnected
Section titled “What stops working when it is disconnected”The things it brought stop answering until it is connected again.
The descriptor
Section titled “The descriptor”The same object the console and the phone render from, served for a program at /connectors/ring.json.
{ "source": "built-in", "visibility": "public", "listed": true, "version": "1.0.0", "docsUrl": "https://developers.alyt.com/connectors/ring", "kind": "RING", "name": "Ring", "icon": "cctv", "promise": "Ring cameras and doorbells: the last motion and the last ring, battery, and a floodlight's switch, through Ring's cloud.", "connectivity": "cloud", "brings": [ "camera", "button", "sensor", "switch" ], "connect": { "method": "signIn", "help": "Sign in with the Ring account; Ring then sends a verification code by text or email, which is asked for next. The password is used once and never kept. Ring offers no local path. Live view and pictures are not carried yet.", "fields": [ { "key": "email", "label": "Ring account email", "kind": "email", "secret": false, "required": true }, { "key": "password", "label": "Ring account password", "kind": "password", "secret": true, "required": true } ] }, "discovery": { "verb": "Look for Ring devices" }, "disconnect": { "consequence": "{count} {things} stop answering until it is connected again." }, "author": { "kind": "alyt", "name": "ALYT", "url": "https://alyt.com" }, "verification": { "level": "proven", "at": "2026-09-04T01:50:00.000Z" }}The guide
Section titled “The guide”Ring connects ALYT to Ring cameras and doorbells through Ring’s cloud. A household sees the latest motion, the latest ring on a doorbell, battery on supported models, and a floodlight light switch. The house keeps working when the cloud is down, but Ring data stops updating until the connector signs in again. A DEV key works in a sandbox; a LIVE key only works for its own connector.
What you connect
Section titled “What you connect”Ring uses signIn. You enter the Ring account email and password. Ring then sends a verification code by text or email, and ALYT asks for that code next. The password is used once during connect and is not kept.
Ring has no local path, so every read and write goes through Ring’s cloud. If the account cannot receive the verification code, connect cannot finish.
What the connector brings
Section titled “What the connector brings”This connector brings devices in the camera, button, sensor, and switch families.
cameracovers Ring cameras and doorbells.sensorexposes the last motion.buttonexposes the last ring on a doorbell.switchexposes a floodlight light on supported devices.batteryis available on battery models.
Ring names no room, so a discovered device arrives unassigned.
What you can expect in the home
Section titled “What you can expect in the home”The home view shows the device list from the Ring account, plus per-device state that Ring reports. For a camera or doorbell, that can include battery, motion, and ring history. If Ring reports a device offline, ALYT shows it that way instead of inventing a reading.
This connector does not carry live view or pictures yet. If you need those, they are not available here.
Discovery and updates
Section titled “Discovery and updates”Discovery uses the Ring account’s device list again. It is the way ALYT finds Ring devices after the first connect and on later refreshes.
State updates come from Ring’s cloud reads. The connector asks for the device list, then checks each device’s health and recent events. Motion and rings are read from the latest Ring event history, not pushed directly into the home.
Control
Section titled “Control”The only control exposed here is the floodlight switch on supported devices. If the device does not have a floodlight, there is nothing to switch.
What it cannot do
Section titled “What it cannot do”- It cannot work without Ring’s cloud.
- It cannot provide live view or pictures yet.
- It cannot invent room names for Ring devices.
- It cannot control anything except the floodlight light on supported devices.
When it fails
Section titled “When it fails”Check these first:
- The Ring email and password are correct.
- The verification code was entered from the latest text or email.
- The Ring account still has access to the devices.
- The device is still online in Ring, if ALYT shows it offline.
- The account has not lost access or been asked to sign in again.
If Ring stops accepting the session, the connector needs a new sign-in. A disconnected device stops answering until it is connected again.