Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-the-iv/mongo_dcs

DCS integration system for DHT sensor, CCTV, and Smart door lock (Tuya) using MQTT with MongoDB database.
https://github.com/david-the-iv/mongo_dcs

bardi cctv dht22 ezviz mongodb mqtt tuya

Last synced: 13 days ago
JSON representation

DCS integration system for DHT sensor, CCTV, and Smart door lock (Tuya) using MQTT with MongoDB database.

Awesome Lists containing this project

README

        

## Description
DCS integration system for **D**HT sensor, **C**CTV, and **S**mart door lock (Tuya) using MQTT with MongoDB database.

## Prerequisite
1. Install [Git](https://git-scm.com/)
2. Install [Docker](https://docs.docker.com/engine/install/)

## Run
1. Clone the repository:
```bash
git clone https://github.com/david-the-IV/mongo_dcs.git
3. Start the containers using Docker Compose:
```bash
docker compose up -d --build
commit by reezq