I bought the zegbee version of Giex smart water valve.
I connected it to HA using zegbee2MQTT and I can see the device on HA.
When pressing pysical button on the device it’s working and I the sensors on HA are updating (Start time, end time etc).
The problem is that I can on turn it on from HA. Change the state of the device on HA (GIEX Water Valve state) to ON the device does not work.
Also, I can not autmate it using switch.turn_on for the same reason.
In the zegbee2MQTT Log I can see the error:
Publish ‘set’ ‘state’ to ‘GIEX Water Valve’ failed: ‘Error: Command 0xa4c138d9ec1434f2/1 manuSpecificTuya.dataRequest({“seq”:3,“dpValues”:[{“dp”:2,“datatype”:1,“data”:[1]}]}, {“sendWhen”:“immediate”,“timeout”:10000,“disableResponse”:false,“disableRecovery”:false,“disableDefaultResponse”:true,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null,“writeUndiv”:false}) failed (Data request failed with error: ‘MAC transaction expired’ (240))’
Anyone can help ?