You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Feature development of the v1 API has been stopped. No new features will be adde
33
33
34
34
- Support has been added to the P1 Meter to control the Plug-In Battery group mode. See [Plug-In Battery API](/docs/v2/batteries) for more information.
35
35
36
-
#### 2.2.0 - 01-12-2025 (in beta)
36
+
#### 2.2.0 - 01-12-2025
37
37
38
38
- You can now set charge and discharge permissions for the Plug-In Battery group via the `permissions` field in the [Plug-In Battery API](/docs/v2/batteries). See the documentation for more information.
39
39
- A new field has been added to `api/batteries`: `battery_count`, which indicates the number of connected Plug-In Batteries.
| P1 Meter |`HWE-P1`| <BadgecolorName='hw-green'icon="mdi:check"detail='v1'>Supported</Badge> | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Supported</Badge><BadgecolorName='hw-purple'icon="mdi:test-tube"detail='2.2.0'>In beta, available from firmware 6.03xx</Badge> |
45
-
| Energy Socket |`HWE-SKT`| <BadgecolorName='hw-green'icon="mdi:check"detail='v1'>Supported</Badge> | <BadgecolorName='hw-grey'icon="mdi:wrench">In development</Badge> |
46
-
| Watermeter (Only when powered over USB) |`HWE-WTR`| <BadgecolorName='hw-green'icon="mdi:check"detail='v1'>Supported</Badge> | <BadgecolorName='hw-grey'icon="mdi:wrench">In development</Badge> |
47
-
| kWh Meter (1 phase and 3-phase) |`HWE-KWH1`,<br /> `HWE-KWH3`,<br />`SDM230-wifi` and<br />`SDM630-wifi`| <BadgecolorName='hw-green'icon="mdi:check"detail='v1'>Supported</Badge> | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Supported</Badge> <BadgecolorName='hw-purple'icon="mdi:test-tube"detail='2.2.0'>In beta, available from firmware 5.01xx</Badge> |
48
-
| Energy Display |`HWE-DSP`| <BadgecolorName='hw-grey'icon="mdi:close">Not planned</Badge> | <BadgecolorName='hw-grey'icon="mdi:wrench">In development</Badge> |
|[mode](#mode)| <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | String | Read/Write | Control mode of the Plug-In Battery. Can be either `zero`, `to_full`, or `standby`. |
30
-
|[permissions](#permissions)| <BadgecolorName='hw-purple'icon="mdi:test-tube"detail='2.2.0'>In beta</Badge> | Array[String]| Read/Write\*| Permissions to allow charging, discharging, both, or neither. _Note: Read-only in `to_full` mode._|
31
-
| battery_count | <BadgecolorName='hw-purple'icon="mdi:test-tube"detail='2.2.0'>In beta</Badge> | Number | Read-only | Number of connected Plug-In Batteries. |
32
-
| power_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Current combined power consumption/production of the controlled Plug-In Batteries. |
33
-
| target_power_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Target power consumption/production of the controlled Plug-In Batteries. |
34
-
| max_consumption_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Maximum allowed consumption power of the controlled Plug-In Batteries. |
35
-
| max_production_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Maximum allowed production power of the controlled Plug-In Batteries. |
27
+
| Data | Availability | Type | Access | Description |
|[mode](#mode)| <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | String | Read/Write | Control mode of the Plug-In Battery. Can be either `zero`, `to_full`, or `standby`. |
30
+
|[permissions](#permissions)| <BadgecolorName='hw-green'icon="mdi:check"detail='2.2.0'>Available</Badge> | Array[String]| Read/Write\*| Permissions to allow charging, discharging, both, or neither. _Note: Read-only in `to_full` mode._|
31
+
| battery_count | <BadgecolorName='hw-green'icon="mdi:check"detail='2.2.0'>Available</Badge> | Number | Read-only | Number of connected Plug-In Batteries. |
32
+
| power_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Current combined power consumption/production of the controlled Plug-In Batteries. |
33
+
| target_power_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Target power consumption/production of the controlled Plug-In Batteries. |
34
+
| max_consumption_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Maximum allowed consumption power of the controlled Plug-In Batteries. |
35
+
| max_production_w | <BadgecolorName='hw-green'icon="mdi:check"detail='2.1.0'>Available</Badge> | Number | Read-only | Maximum allowed production power of the controlled Plug-In Batteries. |
0 commit comments