mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add documentation about HomeWizard battery group mode (#39535)
This commit is contained in:
parent
94e9e1cd55
commit
95d3513523
@ -13,6 +13,7 @@ ha_platforms:
|
||||
- button
|
||||
- diagnostics
|
||||
- number
|
||||
- select
|
||||
- sensor
|
||||
- switch
|
||||
ha_zeroconf: true
|
||||
@ -118,6 +119,16 @@ The Energy Socket also has a switch to control the outlet state and a status lig
|
||||
- **Cycles**: Number of charge cycles the battery has gone through.
|
||||
- **State of charge (%)**: The current state of charge of the battery.
|
||||
|
||||
#### Battery group mode
|
||||
|
||||
The group of connected batteries can be controlled in three different modes using the **Battery group mode** select entity:
|
||||
|
||||
- **Zero on meter**: The Plug-In Battery will try to keep the power consumption/production of your home at zero. This means that the Plug-In Battery will charge or discharge to maintain a net-zero power balance. This is the default mode.
|
||||
- **Charge to full**: All connected Plug-In Batteries will be charged to 100%, regardless of the power consumption/production of your home. When all batteries are fully charged, the Plug-In Battery will switch to the standby mode.
|
||||
- **Standby**: Batteries will enter standby mode. This means that the Plug-In Battery will neither charge nor discharge.
|
||||
|
||||
The **Battery group mode** select can be found in the P1 Meter device, as the P1 Meter is responsible for controlling the Plug-In Battery. This select entity is disabled by default. See [I can't find entities](#i-cant-find-entities-like-voltage-current-or-battery-group-mode) for instructions on enabling disabled entities.
|
||||
|
||||
## Identify
|
||||
|
||||
The identify button can be pressed to let the status light blink for a few seconds.
|
||||
@ -177,9 +188,9 @@ It may happen that you can't find your devices or they won't show up in the inte
|
||||
2. After pressing the button, you must select **Continue** within 30 seconds to complete the setup.
|
||||
- If the setup times out, you may need to press the button again.
|
||||
|
||||
## I can't find sensors like voltage, current, or frequency
|
||||
## I can't find entities like voltage, current, or battery group mode
|
||||
|
||||
Some sensors are disabled by default. You can enable them in the integration setup. See the [enabling or disabling entities](/common-tasks/general/#enabling-or-disabling-entities) documentation for more information.
|
||||
Some entities are disabled by default. You can enable them in the integration setup. See the [enabling or disabling entities](/common-tasks/general/#enabling-or-disabling-entities) documentation for more information.
|
||||
|
||||
## Removing the integration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user