{ "rtype": 0, // 0 = modbus, 1 = http/json "name": "GoodWe Hybrid Bat", // as displayed in the config dialog "manufacturer": "GoodWe", "dev_type": "goodwe_hyb_bat", // will be prefixed by "meter_" // 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": 60, "modbus_allow_gaps": false, "modbus_write": 16, // function code to write register(s) "modbus_write_max_registers": 48, // values used to build the model string "type_designation": { "fixed": "Battery" }, "version": { "fixed": "1.0" }, "firmware_version": { "fixed": "1.0" }, "serial": { "address": 35003, "type": "string", "length": 8 }, // instantaneous values "power_w": { "address": 35183, "type": "int16", "resolution": -1.0 }, "soc": { "address": 37007, "type": "int16" } }