-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Device Support Request] Add support for Giex GX02 water timer #3052
Comments
I've seen that only battery and ON/OFF features are available right now. When do you expect to have the rest? |
Hello, Could you please paste your custom quirk here please? I don't see to be able to make it work and unsure if it's the quirk or something else I am doing wrong. |
Hello, The custom quirk that I use is the one here: https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/tuya/ts0601_valve.py Now I realized that after rebooting the HA two new sensors appears: But I was wondering about the rest of sensors that should be available on such device:
|
Great, thanks for the link to quirk, work for me now 👍 I would also be very interested in implementing the remaining sensors. |
Problem description
There are a new water timer Giex GX02
I tied to make it works with quirks - and now it show watering, litres and single switch
It's just need to replace here
MODELS_INFO: [("_TZE200_sh1btabb", "TS0601"), ("_TZE200_a7sghmms", "TS0601")],
with
MODELS_INFO: [("_TZE204_7ytb3h8u", "TS0601")]
I'm not sure can it show device settings like start or stop watering timers or other local automations (stop after 60 litres for example)
Solution description
Please add support this device to handler
And if possible make UI settings for locat device automations settings
Screenshots/Video
Screenshots/Video
[Paste/upload your media here]
Device signature
Device signature
Diagnostic information
Diagnostic information
[Paste the diagnostic information here]
Logs
Logs
Custom quirk
Custom quirk
Additional information
No response
The text was updated successfully, but these errors were encountered: