Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/david-the-iv/mongo_dcs
- Owner: david-the-IV
- Created: 2025-01-08T13:10:21.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:23:13.000Z (17 days ago)
- Last Synced: 2025-01-15T18:31:23.441Z (17 days ago)
- Topics: bardi, cctv, dht22, ezviz, mongodb, mqtt, tuya
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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