Python library for communicating with the Flo smart water monitoring and control devices via the Flo cloud API. Flo is typically installed on the main water supply line and has sensors for flow rate, pressure, and temperature as well as shut off capabilities. Water shut off can be done manually, remotely, as well as automatically by Flo's emergency monitoring service when a leak is detected.
NOTE:
- This library is community supported, please submit changes and improvements.
- This is a very basic interface, not well thought out at this point, but works for the use cases that initially prompted spitting this out from.
- current pressure
- consumpation data
- valve turn on/off
- location modes (home, away, sleep)
- water temp (DEPRECATED by FLO)
pip3 install pyflowater
flo = PyFlo(username, password)
flo.locations
See also example-client.py for a working example.
- Home Assistant Flo sensor
- Order Flo water monitoring device on Amazon.com
- Flo by Moen (official product page)
- Special Flo Deal: Purchase Flo and get two free Smart Water Detectors
- Flo on Amazon
- not all APIs supported