From 084f2f4f011ff87e6f8613ce48b861313e4ff469 Mon Sep 17 00:00:00 2001 From: James Dymond Date: Wed, 8 May 2024 22:20:34 +1000 Subject: [PATCH] docs: minor fix for how powerline connectivity behaviour --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb2cedc..43bbd8c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ While this integration does not allow you to do anything which the app lets you - Hot water temperature will vary depending on how close/ far the outlet you are using is. Your installer should have tested the temperature at the closest outlet to the heater (but my installer didn't do this). - There are internal dip switches inside your water heater that offset the read temperature by +/-3C. This means that a setting of 50C may actually be 53C (which is outside the guidelines). The installer manual is available online. -- I strongly recommend setting up an automation to restore your water heater to a default low setting to avoid the risk of inadvertent burns/ scalding. Remember, not everyone in your house knows that you have set the hot water to piping hot (and this may especially be an issue with young children or the elderly). +- I strongly recommend setting up an automation to restore your water heater to a default low setting to avoid the risk of inadvertent burns/scalding. Remember, not everyone in your house knows that you have set the hot water to piping hot (and this may especially be an issue with young children or the elderly). **This integration will set up the following entities.** @@ -32,7 +32,7 @@ While this integration does not allow you to do anything which the app lets you | entity name prefixes | | All entity names will be prefixed with the heaterName read from your device. This defaults to "Rheem" however you can use the app to change it to any 8 character alphanumeric identifier you want. | | `water_heater.water_heater` | True | Controls the water heater. It reads the min, current and max temps from your water heater. It also supports setting the target temperature to your desired value. | | `binary_sensor.heater_error` | True | Will be off for no error and on for an error. The error code will be provided in sensor.error_code (it is not known at this time what the possible codes are) | -| `binary_sensory.connectivity_problem` | True | Because of the wireless connection between the powerline unit and the module in your water heater, connectivity typically drops out multiple times per day. A connectivity problem is only raised in the event 5 successive requests fail. | +| `binary_sensory.connectivity_problem` | True | Because of the noisy nature of powerline comms, connectivity between the unit and powerline adapter can be easily degraded. For best results, ensure that the heater and powerline unit are plugged into the same power circuit. A connectivity problem is only raised in the event 5 successive requests fail. | | `sensor.flow` | True | The current flow rate of the water heater in L/min as reported by the water heater. | | `sensor.status` | True | The current status of the water heater. Possible modes are: Idle, Heating, Bath Fill Complete (Off) | | `sensor.mode` | True | The current mode of the water heater. Possible modes are: Idle, Heating Control Mode, Heating (Conventional Mode), Idle (Bath Fill Mode Waiting for Tap), Heating (Bath Fill Mode), Idle (Bath Fill Mode Complete) | @@ -63,7 +63,7 @@ While this integration does not allow you to do anything which the app lets you ## Configuration is done in the UI -By default the sensors update every 5s. You can change this in the options, but be warned, if you perform too many requests per second your device will assume its under a DoS attack and refuse all connections. If your device has a poor connection i.e. heater and powerline unit are too far apart you may need to reduce this number - a symptom of this will be the ability to initially connect but not getting updated data over time. +By default the sensors update every 5s. You can change this in the options, but be warned, if you perform too many requests per second your device will assume its under a DoS attack and refuse all connections. If your device has a poor connection (i.e. heater and powerline unit aren't on the same power circuit) you may need to reduce this number - a symptom of this will be the ability to initially connect but not getting updated data over time. ## Contributions are welcome!