From 56e28ad1fba37354bfd3e537946c2f077084a53f Mon Sep 17 00:00:00 2001 From: Pete Sage <76050312+PeteRager@users.noreply.github.com> Date: Wed, 21 May 2025 00:54:59 -0400 Subject: [PATCH] Rehlko add additional generator states (#39117) --- source/_integrations/rehlko.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/rehlko.markdown b/source/_integrations/rehlko.markdown index 70602612371..b4b6cd8373c 100644 --- a/source/_integrations/rehlko.markdown +++ b/source/_integrations/rehlko.markdown @@ -53,6 +53,7 @@ Provides the overall status of the generator. | Value | Description | |--------------------------------------|---------------------------------| | `ReadyToRun` | Generator is ready to run in case of a power outage. | +| `Running` | Generator is running. | | `RunningExercise` | Generator is currently running its exercise program. | | `SwitchStateOff` | Generator is turned off and **will not** run in case of a power outage. | @@ -62,8 +63,11 @@ Provides the detailed engine state. | Value | Description | |--------------------------------------|---------------------------------| +| `CrankOn` | Generator is currently cranking and trying to start up. | | `Off` | Generator is turned off and **will not** run in case of a power outage. | +| `Running` | Generator is running. | | `Standby` | Generator is ready to run in case of a power outage. | +| `Stopping` | Generator is stopping. | | `PerformingFullSpeedDiagnostics` | Generator is running full speed diagnostics. | | `PerformingUnloadedFullSpeedExercise` | Generator is running full speed exercise. | | `PerformingVariableSpeedExercise` | Generator is running variable speed exercise. | @@ -74,6 +78,7 @@ Provides an indication of power source for the home. | Value | Description | |--------------------------------------|---------------------------------| +| `Generator` | Generator is providing power to the home. | | `Utility` | Utility power is providing power to the home. |