SONOFF/SWV1C - #3157
Conversation
| @@ -0,0 +1,14 @@ | |||
| name: sonoff-irrigation | |||
There was a problem hiding this comment.
Please rename this profile to valve-battery
| [capabilities.valve.ID] = { | ||
| [capabilities.valve.commands.open.NAME] = valve_open_handler, | ||
| [capabilities.valve.commands.close.NAME] = valve_close_handler, | ||
| } | ||
| }, |
There was a problem hiding this comment.
Did You check if Your device works with the zigbe-valve driver default handling ? (without this custom handling)
| [OnOff.ID] = { | ||
| [OnOff.attributes.OnOff.ID] = onoff_attr_handler | ||
| }, |
There was a problem hiding this comment.
Did You check if Your device works with the zigbe-valve driver default handling ? (without this custom handling)
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Profile category check: ✅ Passed - all profiles have a category defined. |
|
Invitation URL: |
|
zigbee-valve_coverage.xml
Minimum allowed coverage is Generated by 🐒 cobertura-action against 244e0ee |
Test Results 73 files 541 suites 0s ⏱️ For more details on these failures, see this check. Results for commit 244e0ee. ♻️ This comment has been updated with latest results. |
|
Thanks for the review. Yes, I checked this behavior with the SONOFF SWV1C device. The device uses the Zigbee OnOff cluster for valve control and reports the valve state through the OnOff attribute. The custom handlers were added to explicitly map:
This is also needed because the device reports the OnOff value as I can also re-test without the custom handlers and confirm whether the default zigbee-valve handling covers this device correctly. |
Has this implementation been tested with the valve left open for longer than ten minutes? Several Hydro ONE users have reported that the valve closes itself after approximately ten minutes because of its device-side manual watering duration. From the current PR, it appears that Open only sends the standard Zigbee On command and does not read or update the SONOFF Could you confirm whether the tested devices remained physically open beyond ten minutes, and which model and firmware version were used? It would also be useful to know whether newer firmware has removed the default limit or whether the WWST integration is expected to configure |
|
To make it clear: the valve won't stay open for longer than 10 minutes, even when it was opened "manually" (Zigbee On command)? |
Yes. |
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests