Skip to content

Commit

Permalink
New device - LEDVANCE SmartPlus Plug CH (#91)
Browse files Browse the repository at this point in the history
* feat: Add support for LEDVANCE SmartPlus Plug CH
  • Loading branch information
storm1ng authored Feb 26, 2024
1 parent 51f5b2f commit 9684721
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 0 deletions.
230 changes: 230 additions & 0 deletions devices/ledvance-smartplus-plug-ch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,230 @@
{
"manufacturer": "LEDVANCE",
"name": "SmartPlus Plug CH",
"key": "keym9qkuywghyrvs",
"ap_ssid": "LDV SMART+",
"github_issues": [],
"image_urls": [
"ledvance-smartplus-plug-ch.jpg"
],
"profiles": [
{
"slug": "oem-bk7231s-dltj-1.3.5-sdk-1.0.2-40.00",
"name": "1.3.5 - BK7231T",
"type": "CLASSIC",
"sub_name": "oem_bk7231s_dltj",
"icon": "power-plug"
}
],
"schemas": {
"000003375u": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 1
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 9
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 50000,
"scale": 3,
"step": 100,
"type": "value"
},
"id": 17
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 30000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 18
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 80000,
"scale": 1,
"step": 1,
"type": "value"
},
"id": 19
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 5000,
"scale": 1,
"step": 1,
"type": "value"
},
"id": 20
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 5,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 21
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 100000000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 22
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 100000000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 23
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 1000000000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 24
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 1000000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 25
},
{
"type": "obj",
"mode": "ro",
"property": {
"type": "bitmap",
"maxlen": 6
},
"id": 26
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"off",
"on",
"memory"
],
"type": "enum"
},
"id": 38
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 41
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 42
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 46
}
]
},
"device_configuration": {
"bt1_lv": 0,
"bt1_pin": 7,
"bt1_type": 0,
"ch1_stat": 0,
"ch_cddpid1": 9,
"ch_dpid1": 1,
"ch_num": 1,
"chip_type": 0,
"crc": 70,
"ele_pin": 26,
"ffc_select": 1,
"jv": "1.2.0",
"lose_vol": 180,
"module": "WB2S",
"net_trig": 1,
"netled1_lv": 1,
"netled1_pin": 10,
"netled_reuse": 1,
"over_cur": 17800,
"over_vol": 264,
"reset_t": 5,
"resistor": 1,
"rl1_lv": 1,
"rl1_pin": 6,
"rl1_type": 0,
"sel_pin_lv": 1,
"sel_pin_pin": 11,
"vi_pin": 24,
"vol_def": 0
}
}
Binary file added images/ledvance-smartplus-plug-ch.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 9684721

Please sign in to comment.