Open JohanBendz opened 3 years ago
Hi I was trying to see how I could make Parkside water irrigation with ZHA, and this seems very similar to the ZAH quirks, are you familiar with it?
I still don't have enough knowledge to do what you did, but trying to convert perhaps.
is this code usable for the ZHA?
Thanks for the help.
Adding some more info regarding the device: https://www.lidl.nl/p/parkside-besproeiingscomputer-zigbee-smart-home/p100325201
https://github.com/Koenkk/zigbee2mqtt/issues/7695
This device is now working as a unknown one. But it turns off after 1 minute. That is default from “Lidl” home app. But I don’t have a Lidl gateway to set that default timing.
So if you could add on off and the time how long the valve opens that would be great.
I work at Lidl. So I will try to find some extra info.
The functions are (based on the website)
7 days of the week with selection which days
0-6 times a day start a program
Duration water flow: 1 minute until 9 hours , 59 minutes
Adding some more info regarding the device: https://www.lidl.nl/p/parkside-besproeiingscomputer-zigbee-smart-home/p100325201
This device is now working as a unknown one. But it turns off after 1 minute. That is default from “Lidl” home app. But I don’t have a Lidl gateway to set that default timing.
So if you could add on off and the time how long the valve opens that would be great.
I work at Lidl. So I will try to find some extra info.
The functions are (based on the website)
7 days of the week with selection which days
0-6 times a day start a program
Duration water flow: 1 minute until 9 hours , 59 minutes
I hope meanwhile you have figured out how to change the timer, if not you could use service service zha.set_zigbee_cluster_attribute
example
service: zha.set_zigbee_cluster_attribute
data:
cluster_type: in
ieee: 84:71:27:ff:xx:xx:xx:xx
endpoint_id: 1
cluster_id: 61184
attribute: 61201
value: "{{ states(\"input_number.parkside_watering_timer\")|int }}"
``` `