1.0.9 • Published 9 months ago

homebridge-flobymoen v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

NPM Version

Homebridge Plug-In for Flo by Moen

An Homebridge plug-in to integrate the Flo by Moen 3 water system with HomeKit. This plug-in manages the Flo smart water kit system. It monitors and control devices via the Flo unofficial cloud API. Thanks to the aioflo Python3 library https://github.com/bachya/aioflo development team, this module uses the logic gain from reviewing those libraries/code.

Limitation:

  • This module works with Smart Water Shutoff and Water sensors only. It does not support the recently release Flo Smart Water Faucets.
  • This module will poll for the status of the various components based frequency provided in configuration file. No realtime notification is provided.

Configuration options

AttributesDescription
usernameFlo Moen username. This is a required value.
passwordFlo Moen password. This is a required value.
deviceRefreshPolling interval to obtain status of Flo devices, provide in seconds. Default to 90 seconds, this is an optional value. Please note: Small values may cause account lock or frequent API errors.
sleepRevertMinutesWhen Smart Water Shutoff Value is put into sleep what amount of time before it reverted back to previous mode (away or home). Time value is provided in minutes (120, 1440, 4320). Default to 120 mins (2 hours), this is an optional value.
showTemperatureAndHumidityDisplay Temperature and Humidity for Water Sensors in Homekit. Default to true, this is an optional value.
showHealthTestSwitchDisplay Health Check switch in Homekit. The switch will turn on for 4 mins while Flo runs the health check. Default to false, this is an optional value.
disableCacheDisable the storage of Flo access token. This will cause plug-in to obtain a new access token upon startup. This could result in a minor performance hit at startup. Default to false, this is an optional value.
enableValveControlEnable Homekit to control the Smart Water Shutoff valve. By design the valve will display in Homekit (e.g. Home). The status of the valve will be displayed and monitored, however it will not be controllable (e.g. Open or Close) unless this value is set to true. Default to false, this is an optional value.
treatWarningAsCriticalBy default Flo warnings are treated as alarm faults. Set this value to true to escalated Flo warnings to critical resulting in a Homekit alarm trigger event.
offlineTimeLimitBattery device periodically send data to the Flo servers. This value determine how long before plug-in indicates the device is offline and a general fault is generated. Defaults to 4 hours.
pingRefreshSet value to force a refresh of Flo Cloud service. Should be used if device updates are not occurring for an extended period of time.
excludedDevicesUsing the device serial number to suppress from HomeKit. This is an optional value.

Example configuration is below.

...

"platforms": [
{
    "name": "Flo-by-Moen",
    "auth" : {
      "username": <username>,
      "password": <password>
    },
    "deviceRefresh": 90,
    "sleepRevertMinutes": 120,
    "platform": "Flo-by-Moen"
}
...
1.0.9

9 months ago

1.0.8

10 months ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

2 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago