Flume integration - Product Suggestions - Rachio Community
Flume integration
post by Gdecaussin on Jul 20, 2021
It would be really nice to integrate the data of when my sprinklers run with the flume data. Flume has trouble telling me when there is something actually wrong because I have a very large yard. When the sprinklers run they can draw anywhere up to 29 gallons per minute. The drip can be way down to two or three gallons per minute. This can go on for 8 hours into the evening… There is no way to know whether this is correct or incorrect. If Rachio could provide an integration with Flume so when a particular sprinkler is running a profile exist to tell you something is wrong…
post by Radyohead on Oct 24, 2021
Yeah, I think B-hyve does it. Seems like a high priority feature to me for Rachio to stay competitive.
post by Gdecaussin on Oct 25, 2021
Yes you are right this is what I was hoping Rachio would support soon:
Real-Time Monitoring & Leak Detection:** B-hyve and Flume work together to provide you with water usage reporting, highlighting abnormal flow rates, preventing overwatering or possible leaks in broken sprinkler lines or heads saving you money on your water bill.
post by AutomationFan on Sep 11, 2022
+1 Flumes personal API works great for querying water usage by arbitrary intervals (minute, 5 minutes, 10 minute, hour).
Rachio knows when the zones run, and generally between late at night and early morning this is the only water usage. I would love to see Rachio poll this data, tell me usage per-zone, alert me if usage/flow rate changes per zone, etc.
post by Quiksil123 on Nov 16, 2022
B-Hyve does integrate Flume. I had one previously but switched to Rachio thinking I’d be upgrading…. Now my Flume is worthless. Extremely disappointing. Rachio should really integrate flume.
post by Gene on Nov 16, 2022
With all due respect, current Flume design is outdated and would soon not work with majority of the water service providers. Issue is that it relies on the old style flow meters, with a physical rotating sensor which Flume reads. New designs which are increasingly replacing the old meters, because they are able to wirelessly upload usage data with a 10 year battery life, are using ultrasonics to measure flow much more accurately at low flow rates (utilities like to charge you for the leaks) and thus lack the physical sensor the flume relies on. If your provider has not switched yet, it’s likely on their budget to do so soon.
post by Thomas_Lerman on Nov 16, 2022
@Gene: As I understand it, are the following correct?
- Flume uses a sensor that attaches to a meter, sensing the electromagnetic rotation of the meter. Newer meters are electronic without the electromagnetic rotation (ultrasonic). This sensor is easy to install, but it does not work with every meter and is not terribly accurate.
- Sure Flow requires it to be put in-line (cut the pipe). It works off a paddle. Seems like it would be pretty accurate with its moving paddle, but it seems like it could get the water needs to be clean otherwise stuff would get stuck affecting operation.
- EveryDrop (such as your 1004-EX) requires it to be put in-line (cut the pipe). It works on a vortex and is rather accurate. I am guessing this does not have moving parts and accurate. Of these three, seems to be the best.
post by Gene on Nov 16, 2022
You are correct on #1; it may not be accurate enough to detect pin leaks in your wall or a dripping faucet, but would account for anything you are charged for.
post by KevsterTX on Nov 18, 2022
FWIW I recently had my water meter replaced with a smart meter - Allegro AMI from Master Meter, and Flume sensor still works.
post by Gene on Nov 18, 2022
Interesting, online they indicate that Allegro is a solidstate meter with no moving parts, meaning that there should not be a similar magnetic field for flume to read. Have you verified the accuracy of the measurements? For example meter measurement increase over a day, compared to measurement from flume.
post by KevsterTX on Dec 9, 2022
Arg, sorry for delay in responding, I didn’t get a notification of your post. I originally tested it by filling a 1 gallon water container and Flume showed 0.6 gallons consumed. I contacted Flume support via their chat (they are VERY responsive BTW) and they asked for a picture of the brass coupling on the meter to see what size it was. I sent them that, they said they made an adjustment on their end and now filling the same 1 gallon water container, it shows 1 gallon consumed. I’ll check and see how this ties in with the water company data going forward.
post by kylereilly on Dec 11, 2022
I also would like Flume support. My Flume works great, and the Rachio gallons used is very inaccurate. Having the Rachio know what time it started and syncing with Flume, would allow me to truly understand how much water I’m using (and it should be able to feed back to Rachio, so it could further adjust schedule based on actual water usage).
post by Gene on Dec 13, 2022
Rachio doesn’t currently use the volumetric readings for your schedule adjustments, so integration you are looking for would not result in the benefit you are seeking.
In other words Rachio needs to know what kind of sprinklers you are using, so it could calculate how long to run the zone in order to replenish the moisture levels. That being said, whether your zone uses 10 gallons, or a 100; does not feedback into calculations, even if it may be used for the reports.
post by Frankge on Jan 4, 2023
I have home assistant with the rachio and flume integration. Might be some JSON wizardry I can figure out through automation or node red. Again why Rachio doesn't do this is beyond me.
post by Gene on Jan 4, 2023
I keep getting notifications about this tread, since I’ve participated previously, but this is perhaps the last time I reply here (turning off notifications for this tread from hereon). Again, I’m not a Rachio employee, so don’t take this as defending one side or another, but as a developer these are some issues that would prevent integration from Rachio side:
- No webhook support as far as I know. Webhooks are used to send out notifications without querying for new data. API limits means that getting near real-time flow data from flume would exhaust resources and/or provide subpar performance.
- Flume does not provide any sort of identification for flow data within API. Meaning that Rachio would not be able to differentiate between irrigation usage and a washing machine in case both are running at the same time (as an example).
- Expected advantage is too limited. Reporting a whole house consumption on irrigation report is of little use, meanwhile flagging a zone as leaking while someone is taking a shower would prove frustrating and would likely lead to integration being discontinued.
post by Frankge on Jan 4, 2023
Ok, I’ll check out their support community and see what they say.