Skip to content

Commit

Permalink
New device - Tuya Generic Smart Wall Light v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Oct 17, 2023
1 parent 0ce9231 commit 31c77b9
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 0 deletions.
195 changes: 195 additions & 0 deletions devices/tuya-generic-smart-wall-light-v1.1.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,195 @@
{
"manufacturer": "Tuya Generic",
"name": "Smart Wall Light v1.1.8",
"key": "o2xlyagiafrbllra",
"ap_ssid": "SmartLife",
"github_issues": [
503
],
"image_urls": [
"tuya-generic-smart-wall-light-v1.1.8.jpg"
],
"profiles": [
"farylink-soc-hzs-5-light-15155-1.1.8-sdk-2.3.1-40.00"
],
"schemas": {
"000004q16a": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 20
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"white",
"colour",
"scene",
"music"
],
"type": "enum"
},
"id": 21
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 10,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 22
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 23
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 24
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 25
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 26
},
{
"type": "obj",
"mode": "wr",
"property": {
"type": "string",
"maxlen": 255
},
"id": 27
},
{
"type": "obj",
"mode": "wr",
"property": {
"type": "string",
"maxlen": 255
},
"id": 28
},
{
"mode": "wr",
"property": {
"type": "string",
"maxlen": 255
},
"id": 29,
"type": "obj"
},
{
"mode": "rw",
"id": 30,
"type": "raw"
},
{
"mode": "rw",
"id": 31,
"type": "raw"
},
{
"mode": "rw",
"id": 32,
"type": "raw"
},
{
"mode": "rw",
"id": 33,
"type": "raw"
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 34
},
{
"mode": "rw",
"id": 209,
"type": "raw"
},
{
"mode": "rw",
"id": 210,
"type": "raw"
}
]
},
"device_configuration": {
"Jsonver": "1.1.0",
"b_lv": 1,
"b_pin": 6,
"brightmax": 100,
"brightmin": 10,
"c_lv": 1,
"c_pin": 8,
"cmod": "rgbcw",
"colormax": 100,
"colormin": 10,
"cwmaxp": 100,
"cwtype": 0,
"defbright": 100,
"defcolor": "c",
"deftemp": 100,
"dmod": 0,
"g_lv": 1,
"g_pin": 24,
"module": "CBU",
"onoffmode": 0,
"pmemory": 1,
"pwmhz": 1000,
"r_lv": 1,
"r_pin": 26,
"rstbr": 50,
"rstcor": "c",
"rstmode": 0,
"rstnum": 3,
"rsttemp": 100,
"title20": 1,
"w_lv": 1,
"w_pin": 7,
"wfcfg": "spcl"
}
}
Binary file added images/tuya-generic-smart-wall-light-v1.1.8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions profiles/farylink-soc-hzs-5-light-15155-1.1.8-sdk-2.3.1-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.1.8 - BK7231N",
"sub_name": "farylink_soc_hzs_5_light_15155",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231N",
"name": "farylink_soc_hzs_5_light_15155",
"version": "1.1.8",
"sdk": "2.3.1-40.00"
},
"data": {
"address_finish": "0x1BA77",
"address_ssid": "0xC88C1",
"address_ssid_padding": 4
}
}

0 comments on commit 31c77b9

Please sign in to comment.