Skip to content

Commit a10dd18

Browse files
authored
Add HomeWizard Plug-In Battery API description (#143)
* Mark HWE-BAT as supported * Add measurement documentation for battery * Add system description for Battery * Streamline Plug-In Battery brand
1 parent c077e0c commit a10dd18

8 files changed

+118
-66
lines changed

docs/introduction.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ The following table shows which devices are supported by the API and which API v
4343

4444
| Device | Device type | API v1 | API v2 |
4545
| --------------------------------------------- | ---------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------- |
46-
| Wi-Fi P1 meter | `HWE-P1` | <Badge color='hw-green' icon="mdi:check" detail='v1'>Supported</Badge> | <Badge color='hw-orange' icon="mdi:test-tube" detail='2.0.0'>Beta</Badge> |
46+
| Wi-Fi P1 Meter | `HWE-P1` | <Badge color='hw-green' icon="mdi:check" detail='v1'>Supported</Badge> | <Badge color='hw-orange' icon="mdi:test-tube" detail='2.0.0'>Beta</Badge> |
4747
| Wi-Fi Energy Socket | `HWE-SKT` | <Badge color='hw-green' icon="mdi:check" detail='v1'>Supported</Badge> | <Badge color='hw-purple' icon="mdi:wrench">In development</Badge> |
4848
| Wi-Fi Watermeter (Only when powered over USB) | `HWE-WTR` | <Badge color='hw-green' icon="mdi:check" detail='v1'>Supported</Badge> | <Badge color='hw-purple' icon="mdi:wrench">In development</Badge> |
4949
| Wi-Fi kWh Meter (1 phase) | `HWE-KWH1` and `SDM230-wifi` | <Badge color='hw-green' icon="mdi:check" detail='v1'>Supported</Badge> | <Badge color='hw-purple' icon="mdi:wrench">In development</Badge> |
5050
| Wi-Fi kWh Meter (3 phase) | `HWE-KWH3` and `SDM630-wifi` | <Badge color='hw-green' icon="mdi:check" detail='v1'>Supported</Badge> | <Badge color='hw-purple' icon="mdi:wrench">In development</Badge> |
5151
| Energy Display | `HWE-DSP` | <Badge color='hw-grey' icon="mdi:close">Not planned</Badge> | <Badge color='hw-purple' icon="mdi:wrench">In development</Badge> |
52-
| Plug-In Battery | `HWE-BAT` | <Badge color='hw-grey' icon="mdi:close">Not planned</Badge> | <Badge color='hw-purple' icon="mdi:wrench">In development</Badge> |
52+
| Plug-In Battery | `HWE-BAT` | <Badge color='hw-grey' icon="mdi:close">Not planned</Badge> | <Badge color='hw-orange' icon="mdi:test-tube" detail='2.0.0'>Beta</Badge> |
5353

5454
## We are Hiring
5555

docs/v2/authorization.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PreliminaryWarning from '@site/src/components/PreliminaryWarning.js'
1515
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Energy Display</Badge>
1616
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>kWh Meter</Badge>
1717
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Watermeter</Badge>
18-
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Plug-In Battery</Badge>
18+
<Badge color='hw-green' icon='mdi:check' subtext='Supported'>Plug-In Battery</Badge>
1919
<br />
2020
<sub>_See [Supported Devices](/docs/introduction#devices) for more information._</sub>
2121

docs/v2/device_information.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PreliminaryWarning from '@site/src/components/PreliminaryWarning.js'
1515
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Energy Display</Badge>
1616
<Badge color='hw-orange' icon='mdi:check' subtext='Supported in v1'>kWh Meter</Badge>
1717
<Badge color='hw-orange' icon='mdi:check' subtext='Supported in v1'>Watermeter</Badge>
18-
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Plug-In Battery</Badge>
18+
<Badge color='hw-green' icon='mdi:check' subtext='Supported'>Plug-In Battery</Badge>
1919
<br />
2020
<sub>_See [Supported Devices](/docs/introduction#devices) for more information._</sub>
2121

docs/v2/error-handling.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import PreliminaryWarning from '@site/src/components/PreliminaryWarning.js'
1414
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Energy Display</Badge>
1515
<Badge color='hw-orange' icon='mdi:check' subtext='Supported in v1'>kWh Meter</Badge>
1616
<Badge color='hw-orange' icon='mdi:check' subtext='Supported in v1'>Watermeter</Badge>
17-
<Badge color='hw-purple' icon='mdi:wrench' subtext='In development'>Plug-In Battery</Badge>
17+
<Badge color='hw-green' icon='mdi:check' subtext='Supported'>Plug-In Battery</Badge>
1818
<br />
1919
<sub>_See [Supported Devices](/docs/introduction#devices) for more information._</sub>
2020

0 commit comments

Comments
 (0)