[Newbie question] Easy Energy Metering / Monitoring of smart plugs (EU)

Hi @FoxBazo

Try this TEST driver version with preference options for custom divisors for Power and Energy in individual devices.
The default value is 0, then the defaults divisor in the driver will be applied
You can set to value 0 to revert to default divisor in individual devices

───────────────────────────────────────────────────
 Name         Zigbee Switch Power Mc-TEST
 Version      2023-05-16T12:52:10.604083648
───────────────────────────────────────────────────
- name: "simpleMeteringDivisor1"
    title: "Custom Simple Metering Divisor"
    description: "If you device has Power & Energy measurement then this Custom Divisor is used for Total Energy Calcualtioins. Some devices could use it for Power Instantaneous Demand calcualtions too, instead the Active Power. SET TO DEFAULT VALUE= 0, TO USE DEFAULTS DIVISOR OF DRIVER."
    required: false
    preferenceType: number
    definition:
      minimum: 0
      maximum: 1000000
      default: 0
  - name: "electricalMeasureDiviso1"
    title: "Custom Electrical Measure Divisor"
    description: "This Custom divisor will be used for Active Power Calcualtioins. SET TO DEFAULT VALUE= 0, TO USE DEFAULTS DIVISOR OF DRIVER."
    required: false
    preferenceType: number
    definition:
      minimum: 0
      maximum: 1000000
      default: 0