{ "rtype": 1, // 0 = modbus, 1 = http/json "name": "Fronius WR DV Smartmeter", // as displayed in the config dialog "manufacturer": "Fronius", "dev_type": "fronius_dv_smartmeter", // will be prefixed by "meter_" "delay_accumulated": true, // 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": "Fronius WR DV Smartmeter" }, "version": { "address": "", "type": "string", "fixed": "1.0" }, "firmware_version": { "address": "", "type": "string", "fixed": "1.0" }, "serial": { "address": "", "type": "string", "fixed": "0" }, // Aktueller Hausverbrauch gedeckt aus Netz "power_w": { "address": "/solar_api/v1/GetMeterRealtimeData.cgi?Scope=System", "query": "Body[0].PowerReal_P_Sum", "type": "float", "resolution": 1.0 } // accumulated values }