QA QASZP
| Model | QASZP |
| Vendor | QA |
| Description | Power sensor |
| Exposes | voltage, current, power, energy, reactive_power_threshold, max_effective_power, status_report, switch_status |
| Picture | ![]() |
Options
How to use device type specific configuration
measurement_poll_interval: This device does not support reporting electric measurements so it is polled instead. The default poll interval is 60 seconds, set to -1 to disable. The value must be a number with a minimum value of-1voltage_calibration: Calibrates the voltage value (percentual offset), takes into effect on next report of device. The value must be a number.voltage_precision: Number of digits after decimal point for voltage, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of0and with a maximum value of3current_calibration: Calibrates the current value (percentual offset), takes into effect on next report of device. The value must be a number.current_precision: Number of digits after decimal point for current, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of0and with a maximum value of3power_calibration: Calibrates the power value (percentual offset), takes into effect on next report of device. The value must be a number.power_precision: Number of digits after decimal point for power, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of0and with a maximum value of3energy_calibration: Calibrates the energy value (percentual offset), takes into effect on next report of device. The value must be a number.energy_precision: Number of digits after decimal point for energy, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of0and with a maximum value of3
Exposes
Voltage (numeric)
Measured electrical potential value. Value can be found in the published state on the voltage property. It's not possible to read (/get) or write (/set) this value. The unit of this value is V.
Current (numeric)
Instantaneous measured electrical current. Value can be found in the published state on the current property. It's not possible to read (/get) or write (/set) this value. The unit of this value is A.
Power (numeric)
Instantaneous measured power. Value can be found in the published state on the power property. It's not possible to read (/get) or write (/set) this value. The unit of this value is W.
Energy (numeric)
Sum of consumed energy. Value can be found in the published state on the energy property. It's not possible to read (/get) or write (/set) this value. The unit of this value is kWh.
Reactive power threshold (numeric)
Reactive power threshold. Switch turns on when real power exceeds this value. Value can be found in the published state on the reactive_power_threshold property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"reactive_power_threshold": NEW_VALUE}. The minimal value is 3 and the maximum value is 30. The unit of this value is W.
Max effective power (numeric)
Maximum effective power supported. Value can be found in the published state on the max_effective_power property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"max_effective_power": NEW_VALUE}. The minimal value is 0 and the maximum value is 4800. The unit of this value is W.
Status report (enum)
Enable threshold monitoring. Value can be found in the published state on the status_report property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"status_report": NEW_VALUE}. The possible values are: ON, OFF.
Switch status (enum)
Switch status. Value can be found in the published state on the switch_status property. It's not possible to read (/get) or write (/set) this value. The possible values are: ON, OFF.

