Skip to content

Commit

Permalink
New device - Tuya Generic 2CH Curtain Module
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Dec 14, 2023
1 parent 8f31fba commit ae2dd32
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 0 deletions.
190 changes: 190 additions & 0 deletions devices/tuya-generic-2ch-curtain-module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
{
"manufacturer": "Tuya Generic",
"name": "2CH Curtain Module",
"key": "keyskn3e3rm44jux",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"tuya-generic-2ch-curtain-module.jpg"
],
"profiles": [
"oem-bk7231n-curtain-switch-1.1.0-sdk-2.3.1-40.00"
],
"schemas": {
"000003dxe3": [
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"open",
"stop",
"close",
"continue"
],
"type": "enum"
},
"id": 1
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 100,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 2,
"type": "obj"
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"start",
"end"
],
"type": "enum"
},
"id": 3
},
{
"mode": "rw",
"property": {
"range": [
"open",
"stop",
"close",
"continue"
],
"type": "enum"
},
"id": 4,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 100,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 5,
"type": "obj"
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"start",
"end"
],
"type": "enum"
},
"id": 6
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"forward",
"back"
],
"type": "enum"
},
"id": 8
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"forward",
"back"
],
"type": "enum"
},
"id": 9
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 900,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 10,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 900,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 11,
"type": "obj"
}
]
},
"device_configuration": {
"back_led": 7,
"backlit_select": 0,
"bt1_lv": 0,
"bt1_pin": 26,
"bt3_lv": 0,
"bt3_pin": 6,
"bt4_lv": 0,
"bt4_pin": 7,
"bt6_lv": 0,
"bt6_pin": 8,
"bt_type": 0,
"ch_num": 2,
"crc": 100,
"dely_t1": 200,
"dely_t2": 200,
"dev_ctrl1": 1,
"dev_ctrl2": 4,
"dry_ty1": "false",
"dry_ty2": "false",
"jv": "1.1.0",
"led_ctrl_en": 0,
"led_netn": 0,
"led_nety": 0,
"light_mode": 14,
"module": "CBU",
"net_trig": 4,
"netled1_lv": 1,
"netled1_pin": 9,
"percent_ctrl1": 2,
"percent_ctrl2": 5,
"reset_t": 5,
"reverse_ctrl1": 8,
"reverse_ctrl2": 9,
"rl1_lv": 1,
"rl1_pin": 20,
"rl3_lv": 1,
"rl3_pin": 28,
"rl4_lv": 1,
"rl4_pin": 17,
"rl6_lv": 1,
"rl6_pin": 16,
"stop_bt_en": "false",
"trav_t_set": 10,
"travel_calibra1": 3,
"travel_calibra2": 6,
"travel_t1": 10,
"travel_t2": 11
}
}
Binary file added images/tuya-generic-2ch-curtain-module.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae2dd32

Please sign in to comment.