Skip to content

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.

adds cameras, buttons, sensors and switches.

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.

FieldKindRequired
Ring account email (email)emailyes
Ring account password (password)password, secretyes

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 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"
}
}

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.

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.

This connector brings devices in the camera, button, sensor, and switch families.

  • camera covers Ring cameras and doorbells.
  • sensor exposes the last motion.
  • button exposes the last ring on a doorbell.
  • switch exposes a floodlight light on supported devices.
  • battery is available on battery models.

Ring names no room, so a discovered device arrives unassigned.

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 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.

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.

  • 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.

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.

Last updated