Giex smart water valve

Z2M v.1.39.0-1 just got released:

Fixed device detections:

1 Like

I just updated the firmware of my two, and will see how they go. To prevent overwatering, I always set the duration of the watering period on the device before turning the water on - that way if there was any drop out, or home assistant restarts etc, it would be controlled by the device.

Essentially, whenever the Smart Irrigation calculated a new watering duration, it would be sent to the valve.

alias: Outdoors - Front Garden Duration Set
description: ""
trigger:
  - platform: state
    entity_id:
      - sensor.smart_irrigation_front_garden
condition: []
action:
  - service: number.set_value
    target:
      entity_id: number.outdoors_front_gx02_tap_irrigation_target
    data_template:
      value: |
        {% if is_state('sensor.smart_irrigation_front_garden','0' ) -%}
           0
        {%- else -%}
          {{ states('sensor.smart_irrigation_front_garden') | float + 1 }}
        {%- endif %}
mode: single

Yes, I probably should handle unavailable/unknown errors…

working now :slight_smile:

1 Like

Excellent :+1:t3:

Hello, I think it depens on firmware version.
I ordered two GX02 and they came with firmware v.1.0.8 and had Zigbee Manufacturer_TZE200_7ytb3h8u.
It apperars in Z2M as GIEX QT06_2.
After updating one of them to firmware v.1.0.13, it has Zigbee Manufacturer _TZE284_7ytb3h8u and appears as GIEX GX02.

1 Like

I just got my tuya zigbee controller yesterday, and was hoping to update the valve. However, 24h later the controller still says there are no updates available for the valve.

It’s running zigbee module v1.0.8 and MCU module v1.0.15.

Am I missing something?

Newly bought valve ship with the latest firmware.
My upgrade process was like this:

Be sure to use the Smart Life app.

BTW I created a separate thread how to use the GiEX valve with ZHA.