The problem:
I have a Moen Flo Smart Water Shutoff Valve that I’d like to integrate with Home Assistant. The existing Flo integration requires an account with the original “Flo by Moen” app — but that app is no longer accepting new users. Moen has migrated everything to the newer Moen Smart Water Network app, which is where my device lives and works fine.
The Flo integration authenticates against the old Flo API, so there’s no way to use it if you only have a Moen Smart Water Network account.
I also tried routing this through Google Home (since the Moen Smart Water Network app supports GH linking), but the Google Home integration in HA similarly requires credentials for the old Flo app on the backend — so that’s a dead end too.
What I’m looking for:
-
Has anyone solved this? Is there a custom integration, HACS component, or workaround that talks to the Moen Smart Water Network API instead of the legacy Flo API?
-
If not, where would someone start? Has anyone sniffed the Moen Smart Water Network API traffic or found documentation for it? I’m comfortable writing code — I just would welcome any advice because I’ve never built my own HC integration before.