homebridge-econet-rheem
TypeScript icon, indicating that this package has built-in type declarations

1.5.12 • Public • Published

homebridge-econet-rheem

Homebridge plugin for HomeKit control of Rheem water heaters and thermostats

verified-by-homebridge

npm npm

Disclaimer

This plugin is independently developed and is not in any way affiliated with or endorsed by Rheem. Any issues or damage resulting from use of this plugin are not the fault of the developer. Use at your own risk.

[!NOTE] This plugin uses an unofficial EcoNet API and could stop working at any time without warning.

Limitations

  • Water Heaters
    • Current temperature is not supported by the API so recovery temperature is simulated
    • It is not possible to switch modes, only enable/disable and adjust the desired temperature
  • Celcius should work but is untested
    • Let me know if you have successfully used ºC so I can remove this

Account Sharing

[!NOTE] It is recommended to use a dedicated account for use with Homebridge.

This is because Rheem only allows one device to be subscribed to real-time updates, so if you open the Rheem app then the Homebridge plugin will silently stop receiving updates.

The plugin will eventually resubscribe after being idle for an extended period, but you could miss updates in the meantime. Using a separate account will avoid this issue.

To get started, visit "Account Sharing" in the Rheem app menu.

Configuration

Using the Homebridge Config UI is the easiest way to set up this plugin. However, if you wish to do things manually then you will need to add the following to your Homebridge config.json:

{
  "platforms": [
    {
      "platform": "HomebridgeEconetRheem",
      "email": "your_econet_email",
      "password": "your_econet_password",
      "wh_sim_disable": false,
      "verbose": false
    }
  ]
}
  • platform: (Required) Must be "HomebridgeEconetRheem".
  • email: (Required) Your Econet account email.
  • password: (Required) Your Econet account password.
  • wh_sim_disable: (Optional) Set to true to disable and use set_point as the current temperature.
  • verbose: (Optional) Set to true to enable additional debug logging. Default is false.

Contributing

Ideas and bug reports are welcome. To assist:

  1. Turn on "Verbose" logging in the plugin config under "Advanced Settings"

  2. Run Homebridge in debug mode

    Homebridge Settings -> Startup & Environment -> Homebridge Debug Mode -D
    
  3. Capture the JSON responses in the Logs for HTTP and MQTT state changes

  4. Submit the captured data via a GitHub issue or pull request.

Your contributions will help enhance the plugin's functionality and device support.

Credits

@w1ll1am23 for earlier work done in pyeconet, a Python 3 interface to the EcoNet API

@r3tr3ad for helping debug the thermostat implementation.

Keryan Belahcene for creating the Flume header logo which I adapted for this plugin

And to the amazing creators/contributors of Homebridge who made this plugin possible!

Package Sidebar

Install

npm i homebridge-econet-rheem

Weekly Downloads

139

Version

1.5.12

License

Apache-2.0

Unpacked Size

276 kB

Total Files

70

Last publish

Collaborators

  • mpatfield