-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature Request: L5 Water Shutoff Support #785
Comments
|
Here’s the link to the product info:
https://www.resideo.com/us/en/pro/products/water/potable-water-solutions/leak-detection/vws02y-1-2-l5-wifi-actuator-with-1-2-in-npt-ball-valve-vws02y-1-2/
It shows up in the Homebridge logs with the following message: Device:
Basement with Device Class: ShutoffValve is currently not supported.
I would assume that the easiest implementation would be just an on/off
valve.
On Sat, May 6, 2023 at 2:41 PM Donavan Becker ***@***.***> wrote:
@bsteinbach112 <https://github.com/bsteinbach112>
- Do you have a link?
- Is it supported by the Resideo (Honeywell) API?
- Does it show as an unsupported device on this plugin?
- If all questions before are true, would you want it to just be
displayed as a valve in the home app?
—
Reply to this email directly, view it on GitHub
<#785 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH4HJBTR5IJBKSELYNKWLUDXE2SP7ANCNFSM6AAAAAAXYIIJJY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
-
Bill Steinbach
STEM Teacher
Northwood Middle School
|
Can you enable debug logging in the plugin config and post the logs? |
Does this portion help?
07/05/2023, 20:40:24] [Resideo]
{"deviceClass":"ShutoffValve","deviceType":"L5 Leak Protection
Valve","deviceID":"3779835","deviceInternalID":3779835,"userDefinedDeviceName":"Basement","isAlive":true,"isProvisioned":true,"deviceRegistrationDate":"2021-12-17T23:11:43.587","titanDeviceType":"homes.d.l5leakprotectionvalve","deviceMac":"48A2E6482A44","dataSyncInfo":{"state":"Completed","transactionId":"uKxBfFgRV1du8pBa"},"lastCheckin":"2023-05-08T01:39:03.629+00:00","actuatorValve":{"commandSource":"maintenance","runningTime":7975,"valveStatus":"Open","motorCycles":176,"motorCurrentAverage":110,"motorCurrentMax":0,"deviceTemperature":79.4,"lastAntiScaleTime":"2023-05-03T08:00:00.000+00:00","leakStatus":"Na","timeValveChanged":"2023-05-03T08:00:27.504+00:00"},"daylightSavingsInfo":{"isDaylightSaving":true,"nextOffsetChange":"2023-11-05T07:00:00.000+00:00"},"maintenance":{"antiScaleSettings":"OncePerWeek","antiScaleDOWSettings":"Wednesday","antiScaleDOMSettings":1,"antiScaleTimeSettings":"08:00"}}
[07/05/2023, 20:40:24] [Resideo] "3779835"
[07/05/2023, 20:40:24] [Resideo] Device ID: 3779835
[07/05/2023, 20:40:24] [Resideo] "L5 Leak Protection Valve"
[07/05/2023, 20:40:24] [Resideo] Device Type: L5 Leak Protection Valve
[07/05/2023, 20:40:24] [Resideo] "ShutoffValve"
[07/05/2023, 20:40:24] [Resideo] Device Class: ShutoffValve
[07/05/2023, 20:40:24] [Resideo] Device: Basement with Device Class:
ShutoffValve is currently not supported.
|
Yes! I will look through it. Might need more logs once I get this started |
@bsteinbach112, can you install the latest beta? and get me logs? FYI the device should be added into HomeKit but will be added as a leak sensor right now. We will have to remove the device next beta but I want to get some logs from this beta first. |
Here are the logs. I removed all non-Resideo mentions. I had to disable the plugin because it caused Homebridge to fall into a reboot loop. |
I would recommend setting up child bridges if your whole Homebridge was in a loop. |
v1.4.0 has been release which adds support for reading status. Currently I think that is the only thing we will be able to do. |
Unless you can figure out what is needed to send commands? |
@bsteinbach112 have you been able to try the latest version? |
I haven't had the chance to try this out since this is a busy time of the
year for me at work. I've got the email saved to take a look at over the
next week or two. Thank you for spending time trying to make this plugin
work!
|
Here is what my logs say when I boot up with an L5 shutoff and an L1 (?) leak sensor. The weird formatting is due to copying the text from a screenshot.
|
Can you get debug logs? |
can you clear cache and get me new logs. |
Let me know if this helps:
|
Added to API: https://developer.honeywellhome.com/api-methods?field_smart_method_tags_tid=56 I should be able to get this into the plugin now! Watch for v2.0.0 |
Thanks! That’s great news. Much appreciated.
…On Wed, Jan 17, 2024 at 8:36 PM Donavan Becker ***@***.***> wrote:
Added to API:
https://developer.honeywellhome.com/api-methods?field_smart_method_tags_tid=56
I should be able to get this into the plugin now! Watch for v2.0.0
—
Reply to this email directly, view it on GitHub
<#785 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH4HJBRVMS3CDFCJDC42USTYPCDD7AVCNFSM6AAAAAAXYIIJJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJXGY3TKMJWGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can you try the latest beta: Click here to find out how to install Beta I have made some major changes to the plugin, so you may have issues with other devices with push etc. |
I am trying to resolve that. Can you install the latest? Set settings you want and then upgrade to latest? |
That worked for being able to set up the account. Now I correctly see my leak sensors and the water shutoff valve. If I try to engage the shut-off valve, I get the following error: [20/01/2024, 13:25:59] [Resideo] ShutoffValve: Basement Bad Request, statusCode: 400, Action: pushChanges Also, I'm assuming that this isn't possible, but is there a way in HomeKit to have the valve register as open/closed instead of running/stopped? |
Seeing the above issue on Beta 12. Also, when restarting Homebridge, the water valve registers as off as the initial setting regardless of whether it is actually open (running) or closed (off). Starting it from within the Home app will turn it on within Homekit, despite it not actually doing anything to the valve (that action triggers a 400 error like above). |
Problem
It would be great to support the L5 water shutoff. I believe the Moen Flo is supported via Homebridge.
Solution
Add support for L5 water shutoff.
Alternatives
No response
Additional context
I can provide any logs or data to help you if this is something you would be willing to add.
The text was updated successfully, but these errors were encountered: