mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Rehlko add additional generator states (#39117)
This commit is contained in:
parent
58ea06468a
commit
56e28ad1fb
@ -53,6 +53,7 @@ Provides the overall status of the generator.
|
|||||||
| Value | Description |
|
| Value | Description |
|
||||||
|--------------------------------------|---------------------------------|
|
|--------------------------------------|---------------------------------|
|
||||||
| `ReadyToRun` | Generator is ready to run in case of a power outage. |
|
| `ReadyToRun` | Generator is ready to run in case of a power outage. |
|
||||||
|
| `Running` | Generator is running. |
|
||||||
| `RunningExercise` | Generator is currently running its exercise program. |
|
| `RunningExercise` | Generator is currently running its exercise program. |
|
||||||
| `SwitchStateOff` | Generator is turned off and **will not** run in case of a power outage. |
|
| `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 |
|
| 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. |
|
| `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. |
|
| `Standby` | Generator is ready to run in case of a power outage. |
|
||||||
|
| `Stopping` | Generator is stopping. |
|
||||||
| `PerformingFullSpeedDiagnostics` | Generator is running full speed diagnostics. |
|
| `PerformingFullSpeedDiagnostics` | Generator is running full speed diagnostics. |
|
||||||
| `PerformingUnloadedFullSpeedExercise` | Generator is running full speed exercise. |
|
| `PerformingUnloadedFullSpeedExercise` | Generator is running full speed exercise. |
|
||||||
| `PerformingVariableSpeedExercise` | Generator is running variable speed exercise. |
|
| `PerformingVariableSpeedExercise` | Generator is running variable speed exercise. |
|
||||||
@ -74,6 +78,7 @@ Provides an indication of power source for the home.
|
|||||||
|
|
||||||
| Value | Description |
|
| Value | Description |
|
||||||
|--------------------------------------|---------------------------------|
|
|--------------------------------------|---------------------------------|
|
||||||
|
| `Generator` | Generator is providing power to the home. |
|
||||||
| `Utility` | Utility power is providing power to the home. |
|
| `Utility` | Utility power is providing power to the home. |
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user