1.0.10 • Published 10 months ago

homebridge-frigidaire-dehumidifier v1.0.10

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

NPM Version verified-by-homebridge

Homebridge Plug-In for Frigidaire Dehumidifier

An Homebridge plug-in to integrate the Frigidaire's connected dehumidifier with HomeKit. It monitors and control devices via the Frigidaire unofficial cloud API. Thanks to the Frigidaire Python API https://github.com/bm1549/frigidaire developer, this module uses the logic gain from reviewing those libraries/code.

Limitation:

  • This module will poll for the status of the various components based frequency provided in the configuration file. No realtime notification is provided.

Configuration options

AttributesDescription
usernameFrigidaire username. This is a required value.
passwordFrigidaire password. This is a required value.
deviceRefreshPolling interval to obtain status of Frigidaire appliance, provided in seconds. Default to 90 seconds, this is an optional value. Please note: Small values may cause account lock or frequent API errors.
dehumidifierModeHomekit only has two mode dehumidifying modes "Auto" and "Dehumidifying". When "Dehumidifying" is selected in Homekit the selection is map to a specific Frigidaire appliance mode: "Quiet", "Dry" or Continuous". Valid numeric values are the following: 5 = "Dry"8 = "Continuous" 9 = "Quiet" The default mode for is 5 which is Frigidaire "Dry" mode. This an optional value.
enableAirPurifierCreate additional tile for Air purifier/Ionizer functionality. Default to true, this is an optional value.
sessionKeyRefreshRefresh interval to obtain new a Frigidaire appliance key. The value is provided in hours and default to 9 hours, this is an optional value. Please note: Session key are valid for 12 hours, the plug-in does check if a valid session key is present before each operation and automatically tries to re-login, but this does generate an error in the log for an invalid session key. This value is for proactive session key refresh to prevent error from appearing in logs due to expiring key. Setting this value to 0 will disable session key refresh.
excludedDevicesDevices IDs to suppress from HomeKit. The device IDs can be obtain from Homebridge logs at startup of this plug-in. This is an optional value.

Example configuration is below, with Frigidaire dehumidifier mode set to Quiet mode for dehumidifying and Air purifier/Ionizer set to display in Homekit.

...

"platforms": [
{
    "name": "FrigidaireAppliance",
    "auth": {
        "username": "<username>",
        "password": "<password>"
      },
      "deviceRefresh": 90,
      "dehumidifierMode": 9,
      "enableAirPurifier": true,
      "platform": "FrigidaireAppliance"
}
...]
1.0.9

11 months ago

1.0.8

11 months ago

1.0.10

10 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago