From bf3931ad25c06983321dc559e106c55916cb4de3 Mon Sep 17 00:00:00 2001 From: Sthope <6695214+Sthopeless@users.noreply.github.com> Date: Sun, 18 Jul 2021 03:20:36 +0200 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ae849b..f6293cb 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# 74757961 \ No newline at end of file +# Tuya Zigbee Doorlock using API + +Install Python and the [pip requeriments are here](https://github.com/Sthopeless/74757961/blob/main/requirements.txt) + + +Think this are all the necessary options to be configured in [env.py](https://github.com/Sthopeless/74757961/blob/main/env.py) file. + +| Env.py | | +| :-------- | :----------- | +ACCESS_ID | iot.tuya.cloud Access ID +ACCESS_KEY | iot.tuya.cloud Access Secret +USERNAME | Tuya/Smartlife MobileAPP Username +PASSWORD | Tuya/Smartlife MobileAPP Password +COUNTRY_CODE | Tuya/Smartlife MobileAPP Country Code +SCHEMA | Which MobileAPP are you using Tuya or Smartlife +ASSET_ID | shouldn't be necessary +DEVICE_ID | shouldn't be necessary +ENDPOINT | Tuya url of your region (default Europe) +TUYA_UID | Tuya user UID +ZIGBEE_LOCK | Tuya Zigbee Doorlock UUID +LOCKPINCODE | Tuya Zigbee Doorlock Pincode +MQTT_BROKER | MQTT IP +MQTT_PORT | MQTT Port +MQTT_USERNAME | MQTT Username +MQTT_PASSWORD | MQTT Password +