{ "rtype": 0, // 0 = modbus, 1 = http/json "name": "SolarEdge Battery1", // as displayed in the config dialog "manufacturer": "SolarEdge", "dev_type": "solaredge_battery1", // will be prefixed by "meter_" // "upd_delay": 8000, // minimum interval between updates in msec // modbus parameters "rtu": { "silence_period": 50, // msec "silence_same_slave": false, "retries": 4, "rcv_timeout": 120 // msec }, "modbus_read": 3, // function code to read registers "modbus_read_max_registers": 96, "modbus_write": 16, // function code to write register(s) "modbus_write_max_registers": 64, // values used to build the model string "type_designation": { "fixed": "STP SE Battery1" }, "version": { "fixed": "1.0" }, "soc": { "address": 62852, "type": "float", "order": "lh" }, "power_w": { "address": 62836, "type": "float", "order": "lh" }, // accumulated values in Speicher geladen "import_wh": { "address": 62842, "type": "int64", "order": "lh" }, // accumulated values aus Speicher entladen "export_wh": { "address": 62838, "type": "int64", "order": "lh", }, "outputs": [ ] }