GIEX GX03
Model | GX03 |
Vendor | GIEX |
Description | GIEX 2 zone watering timer |
Exposes | valve_1, countdown_1, valve_2, countdown_2, battery, linkquality |
Picture |
Exposes
Valve 1 (binary)
Switch state. Value can be found in the published state on the valve_1
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 {"valve_1": NEW_VALUE}
. If value equals ON
valve 1 is ON, if OFF
OFF.
Countdown 1 (numeric)
Countdown timer for valve operation. Value can be found in the published state on the countdown_1
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 {"countdown_1": NEW_VALUE}
. The minimal value is 1
and the maximum value is 1440
. The unit of this value is min
.
Valve 2 (binary)
Switch state. Value can be found in the published state on the valve_2
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 {"valve_2": NEW_VALUE}
. If value equals ON
valve 2 is ON, if OFF
OFF.
Countdown 2 (numeric)
Countdown timer for valve operation. Value can be found in the published state on the countdown_2
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 {"countdown_2": NEW_VALUE}
. The minimal value is 1
and the maximum value is 1440
. The unit of this value is min
.
Battery (numeric)
Remaining battery in %, can take up to 24 hours before reported. Value can be found in the published state on the battery
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 100
. The unit of this value is %
.
Linkquality (numeric)
Link quality (signal strength). Value can be found in the published state on the linkquality
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 255
. The unit of this value is lqi
.