Skip to content

Instantly share code, notes, and snippets.

@martijndierckx
martijndierckx / IMOU-DB61i-Doorbell.md
Created May 30, 2023 07:47
How to setup an IMOU DB61i Doorbell in order to get access to the RTSP streams and configuration API endpoints.

How to 'properly' configure an IMOU DB61i Doorbell

I had been looking for a doorbell which offers local RTSP streams for a very long time. Armcrest offered just that in its AD410 model since a couple of years. Only problem ... it was not available in Europe.

But a couple of weeks ago my eye caught the DB61i model of IMOU, which apparently shares the same internals as the Armcrest AD410 and the Dahua DH-DB6I, and which is pretty cheaply available in Europe. 🥳🚀

Using the provided IMOU Life app I wasn't able to get the configurability I craved. But since they shared the same internals, I figured maybe ... just maybe ... I could use the Dahua DMSS app (all apps are also clones).

Eureka! The DMSS app works flawlessly!
The Dahua app has one big difference in the device configuration flow: It allows you to set the device password. Which allows you to access the RTSP streams and

@martijndierckx
martijndierckx / template.json
Created February 11, 2021 12:14
Keyvault acmebot template with custom names + existing components
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"appName": {
"type": "string",
"metadata": {
"description": "Name of the new Functions service"
}
},