From 5770f0809a02ccdc37c541cfcb15857513335f9d Mon Sep 17 00:00:00 2001 From: Pete Sage <76050312+PeteRager@users.noreply.github.com> Date: Mon, 19 May 2025 06:01:49 -0400 Subject: [PATCH] Update Rehlko sensor states (#38987) --- source/_integrations/rehlko.markdown | 35 ++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/source/_integrations/rehlko.markdown b/source/_integrations/rehlko.markdown index 586aa3f752b..70602612371 100644 --- a/source/_integrations/rehlko.markdown +++ b/source/_integrations/rehlko.markdown @@ -46,11 +46,36 @@ Status sensors provide information about the overall state of the generator. > **Note:** This list of values is not complete. If you observe new values, please report them by opening an issue. -| Sensor ID | Values | Description | -|-------------------|--------------------------------------|---------------------------------| -| `generator_status` | ReadyToRun, RunningExercise, ... | Indicates the current generator status. | -| `engine_state` | Standby, PerformingVariableSpeedExercise, ... | Displays the current engine state. | -| `power_source` | Utility, ... | The source of power for the home. | +#### Generator status + +Provides the overall status of the generator. + +| Value | Description | +|--------------------------------------|---------------------------------| +| `ReadyToRun` | Generator is ready to run in case of a power outage. | +| `RunningExercise` | Generator is currently running its exercise program. | +| `SwitchStateOff` | Generator is turned off and **will not** run in case of a power outage. | + +#### Engine state + +Provides the detailed engine state. + +| Value | Description | +|--------------------------------------|---------------------------------| +| `Off` | Generator is turned off and **will not** run in case of a power outage. | +| `Standby` | Generator is ready to run in case of a power outage. | +| `PerformingFullSpeedDiagnostics` | Generator is running full speed diagnostics. | +| `PerformingUnloadedFullSpeedExercise` | Generator is running full speed exercise. | +| `PerformingVariableSpeedExercise` | Generator is running variable speed exercise. | + +#### Power source + +Provides an indication of power source for the home. + +| Value | Description | +|--------------------------------------|---------------------------------| +| `Utility` | Utility power is providing power to the home. | + ## Tested generators