This is great, thanks!
Hi John,
Now that I have SharpTools handling water flow notifications, I would really like to turn off the Smartthings âleakâ notification that gets sent every time the water runs, but I cannot find a way to do this.
Attached screenshot shows the Water Meter notification is turned off, but that doesnât seem to have any effect. I set the two values in âsettingsâ to the max, but that also seems not to have any effect. Is there any thing else I can try?
Thanks,
Michael
PS: Iâm not sure one really needs to wire in the wet notification into the Edge driver since anyone who wants this function can set it up as a ST routine:
You have the one place identified, but within the Home Monitor application where you set up smoke, security, and leak detection, did you have the Leak Detection set up to always include all leak detectors (default), if so, you need to remove the meter from there.
I had to write that capability into the driver so that it would be exposed for automations because itâs not there by default. The driver doesnât do any notifications, it just creates the event so that you can use a routine/automation.
Thanks! That workedâŠno more notifications!
My fortrezz flow meter seems to have come back to life reporting flow today (after months of updating temperature only). I had been meaning to do an exclusion and repairing as I think the Edge switchover process hadnât happened correctly? Not sure if todayâs new activity on the device is related to the recent hub firmware update that somehow improved the connection?
Iâm getting the same leak notification of the fortrezz water sensor being wet every time water runs also.
But in Smartthings home monitor, I have not included that device with the rest of my leak sensors for monitoring (and my leak Sonos audio notifications do not play when the fortrezz sends the notification message, further suggesting that itâs not coming from the home monitor).
On the device settings page I see the 3 options that do not appear to address wetness notifications.
Any other ideas?
Also, is there an edge Device or setting that allows resetting the total number of gallons now?
Thanks especially to John for keeping this device relevant!
Hi @Natec
Iâm not sure why it would just start working, but I would have to imagine that itâs related to getting the proper Edge driver assigned to the device.
Since you donât have it in Home Monitor, the only place left to check will be under Notification Settings and to disable the device there. It can be found this way:
Menu (bottom right of the app) â Notifications â tap on the three vertical dots and then tap on Notification Settings â find your water meter and turn off notifications for it
My driver doesnât expose the reset command in the mobile app (so someone doesnât accidentally reset the meter), but there are now two ways to reset this meter. One is described above in my first post. The other and very handy solution is with the new web app ST just released. If youâve not seen that yet, you absolutely need to start using it:
To send or control any device via the new advanced user app, go to Devices and find your meter. Scroll down until you see Commands. Click on âresetEnergyMeterâ and it will be reset immediately.
Glad to hear that itsâ working for you!
Thanks for creating this driver. It appears that you updated it recently, in June or so.
I have SmartThings integrated with Home Assistant.
Your updated driver still works perfectly within SmartThings. And, it had been working perfectly in Home Assistant before the update, creating a sensor entity in Home Assistant for water flow named âFortrezZ Flow Meter Power Meterâ (sensor.zz_water_flow_meter_power_meter).
However, now it no longer updates that value. Itâs stuck at the same value and does not change as the flow change. If I install different edge drivers, I can get it to update to the current flow state at the time the driver is reinstalled; however, it fails to update further.
Any suggestions? Very much apperciated!
Hi @FortranFour ,
My new Edge driver for the flow meter now uses custom capabilities and doesnât update attributes for either STâs âpowerMeterâ or âenergyMeterâ capabilities. Thatâs why any data related to power or energy donât get updated.
What other drivers have you tried? The only other one I know that could still work would be STâs âzwave-electricity-meterâ driver that may expose energy and power meter data coming from the meter.
I donât use Home Assistant, nor am I familiar with how HA and ST are integrated. Should that integration be updated for the meterâs new capabilities?
Thanks, much appreciated. The ST driver âZ-Wave Electric Meterâ reports cumulative consumption using the âPower meter,â with units of Watts, equivalent to gallons. The âEnergy consumptionâ does not seem to update. While total usage is communicated to Home Assistant, rate of flow is not. (There is however a capability to take a derivative in Home Assistant and compute it.) I think that updating the overall Home Assistant Integration with SmartThings would prove challenging. Is there anyway that you could repost the older version of your driver, so that I can resume using it?
Hi @FortranFour,
My driver was last updated almost a year ago on 2022-09-16 at around Noon:
Advanced web app:
Mobile app:
I never had an edge driver that exposed power or energy meter capabilities, so perhaps you were using my groovy DTH up until June? If your device was updated in June, did you already have my edge driver enrolled and then let ST auto migrate you from the groovy handler to this edge driver?
Ah, yes, thanks for jogging my memory. Per our exchange last September, posts 528-531, above, I see that I indeed had been using your custom groovy DTH and installed your edge driver in anticipation of the migration, which evidently did not take place until June. I humbly submit that the future is Home Assistant. Is there any way I can persuade you to update your edge driver to restore exposing the power and energy meter capabilities?
Hi @FortranFour, I have plans to update my driver as soon as a couple other projects wrap up so i can add your request to my changes. I can update this post when itâs done.