Ring Alarm - MQTT Discovery Alarm integration

I use Hassio and it works great!

Does anyone use 3rd party sensors with the ring alarm and hassio? If so, can you trigger the siren if the sensor goes off and the alarm is armed? Currently 3rd party sensors cannot trigger the ring siren in the native app but if a scene can be set up using hassio that would be fantastic.

Please confirm.

Thanks!

Something like that would be possible. I would use Node-Red, personally.Just watch for the 3rd party sensor to trip, then send the command to the alarm. Then test…?

node-red can do that, just call service.

Hey! Just to confirm, can this trigger the siren from home assistant?

Not that I am aware of. Funny though, you can turn on the siren in the stick up camera

Apologies if this is covered. I just set this up and I have the alarm panel and sensors working. Is there a way to get alerted when the alarm is triggered? Is there an event or state change that happens that I can use to create a notify automation?

Is there a way to force an update on this? I added a window contact switch to my Ring but it has been over 12 hours now and HA still doesn’t know it exists. All of the existing switches, motion detectors etc all came in no problem on the initial install of the addon but it seems to be ignoring anything new.

I added one the other day and had to manually add it to the lovelace card

I got it straightened out (sort of) I didn’t realize that I had the MQTT integration installed too. It picked up the Ring stuff in addition to the addon. I deleted the integration and restarted and everything came in correctly including the new window switch. I am going to try to add another one later today to see if it picks it up right away or not.

I have the addon installed, but I am not seeing the devices, did I miss something?

what do your logs say? are they listed in entities?

The logs have entries such as:

2020-10-07T11:05:23.644Z ring-mqtt {
name: ‘Backyard Info’,
unique_id: ‘0035fff40ed2_info’,
availability_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/camera/0035fff40ed2/status’,
payload_available: ‘online’,
payload_not_available: ‘offline’,
state_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/camera/0035fff40ed2/info/state’,
json_attributes_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/camera/0035fff40ed2/info/state’,
icon: ‘mdi:information-outline’,
value_template: ‘{{value_json[“wirelessSignal”]}}’,
unit_of_measurement: ‘RSSI’,
device: {
ids: [ ‘0035fff40ed2’ ],
name: ‘Backyard’,
mf: ‘Ring’,
mdl: ‘Floodlight Cam’
}
}

But when i look in the entities or device screens I dont see anything that resembles this

sort the entities screen by integrations and see what is mqtt

Nothing, do I need add something to my config.yaml? Did I miss a step?

you installed the mqtt addon? what do the logs for it say?

Yes the addon is installed

I am not seeing a lot in the logs, is there something specific i should be looking for

I would dbl check the ports in ring vs mqtt as well as username and password.
looks like you are using mqtt for other sensors
actually ring config says auto detect, you might try the actual values?

I put in the actual values Here is my logs

| Ring Device Integration via MQTT |
| Addon for Home Assistant |
| |
| Report issues at: |

ring-mqtt.js version 4.2.1
Node version v12.18.4
NPM version 6.14.6
git version 2.26.2

Using configured MQTT Host: 192.168.10.194
Using configured MQTT Port: 1883
Using configured MQTT User: mqttuser
Using configured MQTT password:

Running ring-mqtt…
2020-10-07T16:54:14.491Z ring-mqtt Using configuration file: /data/options.json
2020-10-07T16:54:14.494Z ring-mqtt Reading latest data from state file: /data/ring-state.json
2020-10-07T16:54:14.692Z ring-mqtt Attempting connection to Ring API using saved refresh token.
2020-10-07T16:54:16.919Z ring-mqtt Connection to Ring API successful
2020-10-07T16:54:16.922Z ring-mqtt Starting connection to MQTT broker…
2020-10-07T16:54:17.098Z ring-mqtt MQTT connection established, processing locations…
2020-10-07T16:54:17.117Z ring-mqtt File /data/ring-state.json saved with updated refresh token.
2020-10-07T16:54:18.111Z ring-mqtt --------------------------------------------------------------------------------
2020-10-07T16:54:18.112Z ring-mqtt Found new location Gerrardstown with id f4764490-7b56-4918-b2db-37dc3a838454
2020-10-07T16:54:18.150Z ring-mqtt New device of type: location.mode
2020-10-07T16:54:18.151Z ring-mqtt --------------------------------------------------------------------------------
2020-10-07T16:54:18.151Z ring-mqtt Ring location/device data updated, sleeping for 5 seconds.
2020-10-07T16:54:23.153Z ring-mqtt Publishing new device id: f4764490-7b56-4918-b2db-37dc3a838454_mode
2020-10-07T16:54:23.153Z ring-mqtt HASS config topic: homeassistant/alarm_control_panel/f4764490-7b56-4918-b2db-37dc3a838454/f4764490-7b56-4918-b2db-37dc3a838454_mode/config
2020-10-07T16:54:23.155Z ring-mqtt {
name: ‘Gerrardstown Mode’,
unique_id: ‘f4764490-7b56-4918-b2db-37dc3a838454_mode’,
availability_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/status’,
payload_available: ‘online’,
payload_not_available: ‘offline’,
state_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/state’,
command_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/command’,
device: {
ids: [ ‘f4764490-7b56-4918-b2db-37dc3a838454_mode’ ],
name: ‘Gerrardstown Mode’,
mf: ‘Ring’,
mdl: ‘Mode Control Panel’
}
}
2020-10-07T16:54:25.160Z ring-mqtt ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/state disarmed
2020-10-07T16:54:25.180Z ring-mqtt Received set mode command armed_home for location Gerrardstown (undefined)
2020-10-07T16:54:25.182Z ring-mqtt Cannot set alarm mode: Unknown
2020-10-07T16:54:25.183Z ring-mqtt Ignoring unknown command.
2020-10-07T16:54:26.165Z ring-mqtt ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/status online
2020-10-07T16:54:53.165Z ring-mqtt Republishing existing device id: f4764490-7b56-4918-b2db-37dc3a838454_mode
2020-10-07T16:54:53.166Z ring-mqtt HASS config topic: homeassistant/alarm_control_panel/f4764490-7b56-4918-b2db-37dc3a838454/f4764490-7b56-4918-b2db-37dc3a838454_mode/config
2020-10-07T16:54:53.166Z ring-mqtt {
name: ‘Gerrardstown Mode’,
unique_id: ‘f4764490-7b56-4918-b2db-37dc3a838454_mode’,
availability_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/status’,
payload_available: ‘online’,
payload_not_available: ‘offline’,
state_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/state’,
command_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/command’,
device: {
ids: [ ‘f4764490-7b56-4918-b2db-37dc3a838454_mode’ ],
name: ‘Gerrardstown Mode’,
mf: ‘Ring’,
mdl: ‘Mode Control Panel’
}
}
2020-10-07T16:54:55.170Z ring-mqtt ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/state disarmed
2020-10-07T16:55:23.173Z ring-mqtt Republishing existing device id: f4764490-7b56-4918-b2db-37dc3a838454_mode
2020-10-07T16:55:23.174Z ring-mqtt HASS config topic: homeassistant/alarm_control_panel/f4764490-7b56-4918-b2db-37dc3a838454/f4764490-7b56-4918-b2db-37dc3a838454_mode/config
2020-10-07T16:55:23.174Z ring-mqtt {
name: ‘Gerrardstown Mode’,
unique_id: ‘f4764490-7b56-4918-b2db-37dc3a838454_mode’,
availability_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/status’,
payload_available: ‘online’,
payload_not_available: ‘offline’,
state_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/state’,
command_topic: ‘ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/command’,
device: {
ids: [ ‘f4764490-7b56-4918-b2db-37dc3a838454_mode’ ],
name: ‘Gerrardstown Mode’,
mf: ‘Ring’,
mdl: ‘Mode Control Panel’
}
}
2020-10-07T16:55:25.176Z ring-mqtt ring/f4764490-7b56-4918-b2db-37dc3a838454/alarm/f4764490-7b56-4918-b2db-37dc3a838454_mode/mode/state disarmed

I am not sure what I am doing incorrect

What I see different is I am using the mosquitto Mqtt
You must have had one already setup for your other sensors

this is how my ring starts

| Ring Device Integration via MQTT |
| Addon for Home Assistant |
| |
| Report issues at: |

ring-mqtt.js version 4.2.1
Node version v12.18.4
NPM version 6.14.6
git version 2.26.2

Using discovered MQTT Host: core-mosquitto
Using discovered MQTT Port: 1883
Using discovered MQTT User: addons
Using discovered MQTT password:

Running ring-mqtt…
2020-10-07T20:33:46.018Z ring-mqtt Using configuration file: /data/options.json
2020-10-07T20:33:46.027Z ring-mqtt Reading latest data from state file: /data/ring-state.json
2020-10-07T20:33:46.204Z ring-mqtt Attempting connection to Ring API using saved refresh token.
2020-10-07T20:33:47.733Z ring-mqtt Connection to Ring API successful
2020-10-07T20:33:47.736Z ring-mqtt Starting connection to MQTT broker…
2020-10-07T20:33:48.020Z ring-mqtt File /data/ring-state.json saved with updated refresh token.
2020-10-07T20:33:48.516Z ring-mqtt MQTT connection established, processing locations…
2020-10-07T20:33:49.522Z ring-mqtt --------------------------------------------------------------------------------
2020-10-07T20:33:49.524Z ring-mqtt Found new location Tryon with id 9daa4b25-139b-4511-8848-352d0c8b0e84
2020-10-07T20:33:50.399Z ring-mqtt New device of type: security-panel
2020-10-07T20:33:50.400Z ring-mqtt New device of type: hub.redsky
2020-10-07T20:33:50.401Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.402Z ring-mqtt New device of type: security-keypad
2020-10-07T20:33:50.403Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.403Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.403Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.404Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.404Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.405Z ring-mqtt New device of type: alarm.smoke
2020-10-07T20:33:50.407Z ring-mqtt New device of type: alarm.co
2020-10-07T20:33:50.408Z ring-mqtt New device of type: range-extender.zwave
2020-10-07T20:33:50.408Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.410Z ring-mqtt New device of type: sensor.motion
2020-10-07T20:33:50.411Z ring-mqtt New device of type: switch
2020-10-07T20:33:50.411Z ring-mqtt New device of type: switch
2020-10-07T20:33:50.411Z ring-mqtt New device of type: switch
2020-10-07T20:33:50.412Z ring-mqtt New device of type: lock
2020-10-07T20:33:50.413Z ring-mqtt New device of type: sensor.contact
2020-10-07T20:33:50.414Z ring-mqtt New device of type: sensor.flood-freeze

then a bunch of other stuff and it ends like this
2020-10-07T20:38:59.925Z ring-mqtt HASS config topic: homeassistant/sensor/9daa4b25-139b-4511-8848-352d0c8b0e84/dde4349a-903c-4adf-bc83-8d33d4e03e2d_info/config
2020-10-07T20:38:59.926Z ring-mqtt {
name: ‘Water Heater Info’,
unique_id: ‘dde4349a-903c-4adf-bc83-8d33d4e03e2d_info’,
availability_topic: ‘ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/dde4349a-903c-4adf-bc83-8d33d4e03e2d/status’,
payload_available: ‘online’,
payload_not_available: ‘offline’,
state_topic: ‘ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/dde4349a-903c-4adf-bc83-8d33d4e03e2d/info/state’,
json_attributes_topic: ‘ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/dde4349a-903c-4adf-bc83-8d33d4e03e2d/info/state’,
icon: ‘mdi:information-outline’,
value_template: ‘{{value_json[“batteryLevel”]}}’,
unit_of_measurement: ‘%’,
device: {
ids: [ ‘dde4349a-903c-4adf-bc83-8d33d4e03e2d’ ],
name: ‘Water Heater’,
mf: ‘Ring’,
mdl: ‘Flood & Freeze Sensor’
}
}
2020-10-07T20:39:01.893Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/b9f4f1b0-6def-4051-b763-1387d75d47d9/alarm/state armed_home
2020-10-07T20:39:01.894Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/b9f4f1b0-6def-4051-b763-1387d75d47d9/siren/state OFF
2020-10-07T20:39:01.895Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/b9f4f1b0-6def-4051-b763-1387d75d47d9/info/state {“alarmState”:“all-clear”,“commStatus”:“ok”,“lastUpdate”:“2020-10-05T14:15:21.538Z”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.897Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/3c707559-88dc-4fa6-90ca-43a3eac5e21c/info/state {“acStatus”:“ok”,“batteryStatus”:“charged”,“brightness”:0.61,“commStatus”:“ok”,“lastUpdate”:“2020-10-07T16:14:25.671Z”,“serialNumber”:“BHBS11850PG002424”,“tamperStatus”:“ok”,“volume”:0}
2020-10-07T20:39:01.899Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/2293128b-c2ad-46ac-8f78-aef3ceca0a5b/contact/state OFF
2020-10-07T20:39:01.900Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/2293128b-c2ad-46ac-8f78-aef3ceca0a5b/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T19:37:05.304Z”,“lastUpdate”:“2020-10-07T19:37:05.388Z”,“linkQuality”:“unknown”,“serialNumber”:“BHDW11847EY470403”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.903Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/7b7f8632-3677-44fd-a722-5324ad8b40f9/info/state {“acStatus”:“error”,“batteryLevel”:100,“batteryStatus”:“full”,“brightness”:1,“chirps”:“disabled”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:37:55.801Z”,“lastUpdate”:“2020-10-07T20:37:55.869Z”,“linkQuality”:“ok”,“powerSave”:“off”,“serialNumber”:“BHKP11847LD013442”,“tamperStatus”:“ok”,“volume”:0.91}
2020-10-07T20:39:01.905Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/9fa5166f-347c-4617-8865-e9370ad15a87/contact/state OFF
2020-10-07T20:39:01.906Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/9fa5166f-347c-4617-8865-e9370ad15a87/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:16:35.535Z”,“lastUpdate”:“2020-10-07T20:16:35.628Z”,“linkQuality”:“ok”,“serialNumber”:“BHDW11902EY253649”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.907Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/4659ed0c-9e8a-4d18-82eb-ad859a818357/contact/state ON
2020-10-07T20:39:01.908Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/4659ed0c-9e8a-4d18-82eb-ad859a818357/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:01:06.904Z”,“lastUpdate”:“2020-10-07T20:01:06.957Z”,“linkQuality”:“unknown”,“serialNumber”:“BHDW11902EY553350”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.910Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/da3eaaac-c452-46b6-8d92-17d96cf73fd7/contact/state ON
2020-10-07T20:39:01.910Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/da3eaaac-c452-46b6-8d92-17d96cf73fd7/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T19:38:54.385Z”,“lastUpdate”:“2020-10-07T19:38:54.479Z”,“linkQuality”:“ok”,“serialNumber”:“BHDW11902EY278452”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.911Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a592f64d-942b-445f-8e16-19e4fa68beba/contact/state OFF
2020-10-07T20:39:01.912Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a592f64d-942b-445f-8e16-19e4fa68beba/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:09:08.025Z”,“lastUpdate”:“2020-10-07T20:09:08.098Z”,“linkQuality”:“ok”,“serialNumber”:“BHDW11902EY051682”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.914Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a6c4c0cf-0577-433c-838e-956f87669c39/contact/state OFF
2020-10-07T20:39:01.915Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a6c4c0cf-0577-433c-838e-956f87669c39/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:01:58.425Z”,“lastUpdate”:“2020-10-07T20:01:58.468Z”,“linkQuality”:“ok”,“serialNumber”:“BHDW11902EY453855”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.916Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/51a282ec-9b35-4c0e-8636-1581fdf98633/smoke/state OFF
2020-10-07T20:39:01.917Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/51a282ec-9b35-4c0e-8636-1581fdf98633/info/state {“batteryLevel”:94,“batteryStatus”:“full”,“commStatus”:“ok”,“lastCommTime”:“2020-10-07T20:11:09.680Z”,“lastUpdate”:“2020-10-07T20:11:09.728Z”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.919Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/abc257ba-1723-4301-aa3c-7484c684b567/co/state OFF
2020-10-07T20:39:01.920Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/abc257ba-1723-4301-aa3c-7484c684b567/info/state {“batteryLevel”:94,“batteryStatus”:“full”,“commStatus”:“ok”,“lastCommTime”:“2019-11-18T05:31:12.127Z”,“lastUpdate”:“2020-10-02T13:39:16.687Z”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.921Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a7aed488-9b78-4941-82d2-3db608a820f2/info/state {“acStatus”:“ok”,“batteryLevel”:100,“batteryStatus”:“charging”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T19:57:34.975Z”,“lastUpdate”:“2020-10-07T19:57:35.047Z”,“linkQuality”:“ok”,“serialNumber”:“BHRP11843DM221531”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.923Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/ba313e9b-cc4e-49ad-aeb0-2a41fcd71ae8/contact/state ON
2020-10-07T20:39:01.924Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/ba313e9b-cc4e-49ad-aeb0-2a41fcd71ae8/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T19:36:28.205Z”,“lastUpdate”:“2020-10-07T19:36:28.278Z”,“linkQuality”:“unknown”,“serialNumber”:“BHDW11902EY178778”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.925Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/2e45ec9a-5c42-486a-b048-486501d00b67/motion/state OFF
2020-10-07T20:39:01.926Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/2e45ec9a-5c42-486a-b048-486501d00b67/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“error”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2019-12-29T16:48:22.819Z”,“lastUpdate”:“2020-06-19T17:20:48.800Z”,“serialNumber”:“BHMS11837EY008415”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.927Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/9ed5e8ea-83f8-4ebb-8a42-a98c35815fea/switch/state OFF
2020-10-07T20:39:01.928Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/9ed5e8ea-83f8-4ebb-8a42-a98c35815fea/info/state {“commStatus”:“ok”,“lastCommTime”:“2020-10-06T13:37:37.911Z”,“lastUpdate”:“2020-10-06T13:37:37.947Z”,“linkQuality”:“ok”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.929Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/08a6f957-4d5d-4b6a-9249-8108ec9d38a5/switch/state ON
2020-10-07T20:39:01.930Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/08a6f957-4d5d-4b6a-9249-8108ec9d38a5/info/state {“commStatus”:“ok”,“lastCommTime”:“2020-10-07T05:03:00.270Z”,“lastUpdate”:“2020-10-07T05:03:00.317Z”,“linkQuality”:“ok”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.931Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/57338150-71f5-4a8b-bc3e-e287e50e091c/switch/state ON
2020-10-07T20:39:01.932Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/57338150-71f5-4a8b-bc3e-e287e50e091c/info/state {“commStatus”:“ok”,“lastCommTime”:“2020-09-03T17:29:07.145Z”,“lastUpdate”:“2020-09-03T17:29:07.178Z”,“linkQuality”:“unknown”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.933Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/9559f03a-e14d-44bd-95a6-bd849d021fe3/lock/state UNLOCKED
2020-10-07T20:39:01.934Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/9559f03a-e14d-44bd-95a6-bd849d021fe3/info/state {“batteryLevel”:60,“batteryStatus”:“ok”,“commStatus”:“ok”,“lastCommTime”:“2020-10-07T18:18:36.596Z”,“lastUpdate”:“2020-10-07T18:18:36.648Z”,“linkQuality”:“unknown”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.935Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a3c88059-90f7-44c2-b963-f601a46b4ac9/contact/state OFF
2020-10-07T20:39:01.936Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/a3c88059-90f7-44c2-b963-f601a46b4ac9/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:00:34.611Z”,“lastUpdate”:“2020-10-07T20:00:44.007Z”,“linkQuality”:“ok”,“serialNumber”:“G7Q1D203024706KE”,“tamperStatus”:“ok”}
2020-10-07T20:39:01.937Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/dde4349a-903c-4adf-bc83-8d33d4e03e2d/flood/state OFF
2020-10-07T20:39:01.937Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/dde4349a-903c-4adf-bc83-8d33d4e03e2d/freeze/state OFF
2020-10-07T20:39:01.938Z ring-mqtt ring/9daa4b25-139b-4511-8848-352d0c8b0e84/alarm/dde4349a-903c-4adf-bc83-8d33d4e03e2d/info/state {“batteryLevel”:100,“batteryStatus”:“full”,“commStatus”:“ok”,“firmwareStatus”:“up-to-date”,“lastCommTime”:“2020-10-07T20:24:36.420Z”,“lastUpdate”:“2020-10-07T20:24:36.507Z”,“linkQuality”:“ok”,“serialNumber”:“BHFF11850EL010893”,“tamperStatus”:“ok”}