Skip to content

Commit

Permalink
New device - Tuya Generic Water Boiler Switch v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Mar 13, 2024
1 parent 8d4cdad commit d4a941f
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
124 changes: 124 additions & 0 deletions devices/tuya-generic-water-boiler-switch-v1.1.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"manufacturer": "Tuya Generic",
"name": "Water Boiler Switch v1.1.2",
"key": "s58qrwktuxbbbspj",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"tuya-generic-water-boiler-switch-v1.1.2.jpg"
],
"profiles": [
"tuya-demo-heater-1.1.2-sdk-2.3.1-40.00"
],
"schemas": {
"000003j6qc": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 1
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 50000,
"scale": 3,
"step": 100,
"type": "value"
},
"id": 20
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 30000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 21
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 5000,
"scale": 1,
"step": 1,
"type": "value"
},
"id": 22
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 50000,
"scale": 1,
"step": 1,
"type": "value"
},
"id": 23
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 1000,
"scale": 1,
"step": 1,
"type": "value"
},
"id": 101
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"T0",
"T30",
"T60",
"T90",
"T120"
],
"type": "enum"
},
"id": 102
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 7210,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 103
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 525600,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 104
}
]
}
}
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/tuya-demo-heater-1.1.2-sdk-2.3.1-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.1.2 - BK7231N",
"sub_name": "tuya_demo_heater",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231N",
"name": "tuya_demo_heater",
"version": "1.1.2",
"sdk": "2.3.1-40.00"
},
"data": {
"address_finish": "0x1B5AB",
"address_ssid": "0xB1AE5",
"address_ssid_padding": 4
}
}

0 comments on commit d4a941f

Please sign in to comment.