Skip to content

Commit 44d0791

Browse files
authored
Added new device GX03 md file (#3265)
1 parent 9d2c0c5 commit 44d0791

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

docs/devices/GX03.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: "GiEX GX03 control via MQTT"
3+
description: "Integrate your GiEX GX03 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway."
4+
addedAt: 2024-11-31T18:43:56
5+
pageClass: device-page
6+
---
7+
8+
<!-- !!!! -->
9+
<!-- ATTENTION: This file is auto-generated through docgen! -->
10+
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". -->
11+
<!-- Do not use h1 or h2 heading within "## Notes"-Section. -->
12+
<!-- !!!! -->
13+
14+
# GiEX GX03
15+
16+
| | |
17+
|-----|-----|
18+
| Model | GX03 |
19+
| Vendor | [GiEX](/supported-devices/#v=GiEX) |
20+
| Description | Water 2Zone valve |
21+
| Exposes | battery, state, mode, cycle_irrigation_num_times, irrigation_start_time, irrigation_end_time, linkquality |
22+
| Picture | ![GiEX GX03](https://www.zigbee2mqtt.io/images/devices/GX03.png) |
23+
24+
25+
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26+
27+
28+
<!-- Notes END: Do not edit below this line -->
29+
30+
31+
32+
33+
## Exposes
34+
35+
### Battery (numeric)
36+
Remaining battery in %, can take up to 24 hours before reported.
37+
Value can be found in the published state on the `battery` property.
38+
It's not possible to read (`/get`) or write (`/set`) this value.
39+
The minimal value is `0` and the maximum value is `100`.
40+
The unit of this value is `%`.
41+
42+
### State (binary)
43+
State.
44+
Value can be found in the published state on the `state` property.
45+
It's not possible to read (`/get`) this value.
46+
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"state": NEW_VALUE}`.
47+
If value equals `ON` state is ON, if `OFF` OFF.
48+
49+
50+
### Irrigation start time (numeric)
51+
Last irrigation start time.
52+
Value can be found in the published state on the `irrigation_start_time` property.
53+
It's not possible to read (`/get`) or write (`/set`) this value.
54+
55+
### Irrigation end time (numeric)
56+
Last irrigation end time.
57+
Value can be found in the published state on the `irrigation_end_time` property.
58+
It's not possible to read (`/get`) or write (`/set`) this value.
59+
60+
### Last irrigation duration (numeric)
61+
Last irrigation duration.
62+
Value can be found in the published state on the `last_irrigation_duration` property.
63+
It's not possible to read (`/get`) or write (`/set`) this value.
64+
65+
### Water consumed (numeric)
66+
Last irrigation water consumption.
67+
Value can be found in the published state on the `water_consumed` property.
68+
It's not possible to read (`/get`) or write (`/set`) this value.
69+
The unit of this value is `L`.
70+
71+
### Irrigation target (numeric)
72+
Irrigation target, duration in seconds or capacity in litres (depending on mode), set to 0 to leave the valve on indefinitely, for safety reasons the target will be forced to a minimum of 10 seconds in duration mode.
73+
Value can be found in the published state on the `irrigation_target` property.
74+
It's not possible to read (`/get`) this value.
75+
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"irrigation_target": NEW_VALUE}`.
76+
The minimal value is `0` and the maximum value is `43200`.
77+
The unit of this value is `seconds or litres`.
78+
79+
### Linkquality (numeric)
80+
Link quality (signal strength).
81+
Value can be found in the published state on the `linkquality` property.
82+
It's not possible to read (`/get`) or write (`/set`) this value.
83+
The minimal value is `0` and the maximum value is `255`.
84+
The unit of this value is `lqi`.

public/images/devices/TV06.png

95.1 KB
Loading

0 commit comments

Comments
 (0)