{
  "rtype": 1,  // 0 = modbus, 1 = http/json
  "mtype": 1,  // 0 = other, 1 = meter, 2 = inverter, 4 = battery

  "name": "sv2_pvueb", // as displayed in the config dialog
  "manufacturer": "jd",
  "dev_type": "sv2_pvueb", // 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": {
  "fixed": "sv2"
  },
  "version": {
    "fixed": "1.0"
  },
  "firmware_version": {
    "fixed": "1.0"
  },
  "serial": {
    "fixed": "0"
  },


  // instantaneous values

  "power_w": {
    "address": "/zaeherseite.php",
    "type": "float",
    "query": "pvueb",
    "resolution": -1.0
  },

  // accumulated values


}
 
