{ "rtype": 1, // 0 = modbus, 1 = http/json "mtype": 1, // 0 = other, 1 = meter, 2 = inverter, 4 = battery "name": "Shelly PM Mini Gen3", // as displayed in the config dialog "manufacturer": "Shelly", "dev_type": "shelly_PM_Mini_Gen3_http_json", // will be prefixed by "meter_" "delay_accumulated": false, // true = Akkumulierte Werte (kWh) werden nur alle 3 Sekunden oder bei ausreichender Leistung abgefragt. // values used to build the model string "type_designation": { "address": "/shelly", "type": "string", "query": "id" }, "version": { "address": "/shelly", "type": "string", "query": "gen" }, "firmware_version": { "address": "/shelly", "type": "string", "query": "ver" }, "serial": { "address": "", "type": "string", "fixed": "0" }, "voltage_l1": { "address": "/rpc/Shelly.GetStatus", "type": "float", "query": "['pm1:0'].voltage", "resolution": 1.0 }, "current_l1": { "address": "/rpc/Shelly.GetStatus", "type": "float", "query": "['pm1:0'].current", "resolution": 1000 }, "power_w_l1": { "address": "/rpc/Shelly.GetStatus", "type": "float", "query": "['pm1:0'].apower", "resolution": 1.0 }, "import_wh": { "address": "/rpc/Shelly.GetStatus", "type": "float", "query": "['pm1:0'].aenergy.total", "resolution": 1.0 }, "output1": { "address": "/rpc/Shelly.GetStatus", "type": "float", "query": "['pm1:0'].output", "once": true } }