{ "rtype": 2, // 0 = modbus, 1 = http/json, 2 = mqtt "mtype": 1, // 0 = other, 1 = meter, 2 = inverter, 4 = battery "name": "Solis-RHI3P-with-S3-Wifi-Stick", // as displayed in the config dialog "manufacturer": "Ginlong Technologies Co., Ltd. ", "dev_type": "Solis-RHI3P-MQTT", // 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": "Wechselrichter" }, "version": { "fixed": "3.6" }, "firmware_version": { "fixed": "1.0" }, "serial": { "fixed": "xxxxxxxxxx" }, "voltage_l1": { "address": "/STROM/Solis/33073", "type": "float", "resolution": 1.0 }, "voltage_l2": { "address": "/STROM/Solis/33074", "type": "float", "resolution": 1.0 }, "voltage_l3": { "address": "/STROM/Solis/33075", "type": "float", "resolution": 1.0 }, "current_l1": { "address": "/STROM/Solis/33076", "type": "float", "resolution": 0.001 }, "current_l2": { "address": "/STROM/Solis/33077", "type": "float", "resolution": 0.001 }, "current_l3": { "address": "/STROM/Solis/33078", "type": "float", "resolution": 0.001 }, "power_w": { "address": "/STROM/Solis/33057", "type": "float", "resolution": 1.0 }, "import_wh": { "address": "/STROM/Solis/33035", "type": "float", "resolution": 0.001 } }