{ "rtype": 1, // 0 = modbus, 1 = http/json "name": "Tasmota Smartmeter LK13", // as displayed in the config dialog "manufacturer": "Tasmota", "dev_type": "tasmota_http_json_LK13", // will be prefixed by "meter_" "delay_accumulated": false, // false: always read accumulated value, like import_wh / export_wh when reading instantaneous values // values used to build the model string "type_designation": { "address": "", "type": "string", "fixed": "Smartmeter" }, "version": { "address": "", "type": "string", "fixed": "1.0" }, "firmware_version": { "address": "", "type": "string", "fixed": "1.0" }, "serial": { "address": "", "type": "string", "fixed": "0" }, "current_l1": { "address": "/cm?cmnd=status%2010", "query": "StatusSNS.LK13BE.Amperage_L1_curr", "type": "float", "resolution": 1000.0 }, "current_l2": { "address": "/cm?cmnd=status%2010", "query": "StatusSNS.LK13BE.Amperage_L2_curr", "type": "float", "resolution": 1000.0 }, "current_l3": { "address": "/cm?cmnd=status%2010", "query": "StatusSNS.LK13BE.Amperage_L3_curr", "type": "float", "resolution": 1000.0 }, "power_w_l1": { "address": "/cm?cmnd=status%2010", "type": "float", "query": "StatusSNS.LK13BE.Power_L1_curr", "resolution": 1000.0 }, "power_w_l2": { "address": "/cm?cmnd=status%2010", "type": "float", "query": "StatusSNS.LK13BE.Power_L2_curr", "resolution": 1000.0 }, "power_w_l3": { "address": "/cm?cmnd=status%2010", "type": "float", "query": "StatusSNS.LK13BE.Power_L3_curr", "resolution": 1000.0 }, "power_w": { "expr": "import_w_l1+import_w_l2+import_w_l3" } }