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/introduction.mdx
+13-13
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ import Badge from '@site/src/components/Badge.js'
7
7
8
8
# Introduction
9
9
10
-
With the HomeWizard Energy platform, you can get insights in your energy usage. Use the HomeWizard <Linkto="https://www.homewizard.com/p1-meter/">Wi-Fi P1 Meter</Link> to access real-time data directly from your smart meter, the HomeWizard <Linkto="https://www.homewizard.com/energy-socket">Wi-Fi Energy Socket</Link> to get energy insights from all your devices, the HomeWizard <Linkto="https://www.homewizard.com/kwh-meter">Wi-Fi kWh Meter</Link> to measure devices such as solar panels and the HomeWizard <Linkto="https://www.homewizard.com/watermeter">Wi-Fi Watermeter</Link> to get insight in your water usage. With the open API you can integrate the data directly into your system of choice.
10
+
With the HomeWizard Energy platform, you can get insights in your energy usage. Use the HomeWizard <Linkto="https://www.homewizard.com/p1-meter/">P1 Meter</Link> to access real-time data directly from your smart meter, the HomeWizard <Linkto="https://www.homewizard.com/energy-socket">Energy Socket</Link> to get energy insights from all your devices, the HomeWizard <Linkto="https://www.homewizard.com/kwh-meter">kWh Meter</Link> to measure devices such as solar panels and the HomeWizard <Linkto="https://www.homewizard.com/watermeter">Watermeter</Link> to get insight in your water usage. With the open API you can integrate the data directly into your system of choice.
11
11
12
12
## HomeWizard Energy API
13
13
14
-
The HomeWizard Wi-Fi P1 Meter, Wi-Fi Energy Socket, Wi-Fi kWh Meter, and Wi-Fi Watermeter (referred to as "device") each have a local API that allows you to retrieve the latest measurements or control the device. You can access this API as long as you are connected to the same Wi-Fi network as the device and the API is enabled in the HomeWizard Energy app. This API is designed for integrating your device with personal automation, home automation, or data graphing systems. Note that it is not possible to retrieve historical data through the local API, as this data is not stored on the device itself.
14
+
The HomeWizard P1 Meter, Energy Socket, kWh Meter, and Watermeter (referred to as "device") each have a local API that allows you to retrieve the latest measurements or control the device. You can access this API as long as you are connected to the same Wi-Fi network as the device and the API is enabled in the HomeWizard Energy app. This API is designed for integrating your device with personal automation, home automation, or data graphing systems. Note that it is not possible to retrieve historical data through the local API, as this data is not stored on the device itself.
15
15
16
16
## Terms and Conditions
17
17
@@ -38,17 +38,17 @@ To understand the basics of the API, you can read the [getting-started](/docs/ge
38
38
39
39
The following table shows which devices are supported by the API and which API version they support.
The v2 API is available for P1 Meter devices with firmware version 6.00 and higher. This version is currently only available for owners of the Plug-In Battery.
| wifi_ssid | String | Read-only | The SSID of the Wi-Fi network. | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
30
-
| wifi_rssi_db | Number | Read-only | The signal strength of the Wi-Fi network. | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
31
-
| uptime_s | Number | Read-only | The uptime of the device in seconds. | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
32
-
|[cloud_enabled](#cloud-communication)| Boolean | Read/Write | The state of the cloud communication. | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check"detail='read-only'>Plug-In Battery</Badge> |
33
-
|[status_led_brightness_pct](#status-led-brightness)| Number | Read/Write | The brightness of the status LED in percent. | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
34
-
|[api_v1_enabled](#enable-or-disable-the-v1-api)| Optional Boolean | Read/Write | The state of the v1 API, will be removed when API v1 is removed, so this parameter is optional. | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-grey'icon="mdi:close">Plug-In Battery</Badge> |
27
+
| Data | Type | Access | Description | Availability |
| wifi_ssid | String | Read-only | The SSID of the Wi-Fi network. | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
30
+
| wifi_rssi_db | Number | Read-only | The signal strength of the Wi-Fi network. | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
31
+
| uptime_s | Number | Read-only | The uptime of the device in seconds. | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
32
+
|[cloud_enabled](#cloud-communication)| Boolean | Read/Write | The state of the cloud communication. | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check"detail='read-only'>Plug-In Battery</Badge> |
33
+
|[status_led_brightness_pct](#status-led-brightness)| Number | Read/Write | The brightness of the status LED in percent. | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
34
+
|[api_v1_enabled](#enable-or-disable-the-v1-api)| Optional Boolean | Read/Write | The state of the v1 API, will be removed when API v1 is removed, so this parameter is optional. | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-grey'icon="mdi:close">Plug-In Battery</Badge> |
|[Identify](#identify)| Let the device identify itself by blinking the status LED | <Badgecolor='hw-green'icon="mdi:check">Wi-Fi P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
|[Reboot](#reboot)| Reboot the device | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-grey'icon="mdi:close">Plug-In Battery</Badge> |
41
+
|[Identify](#identify)| Let the device identify itself by blinking the status LED | <Badgecolor='hw-green'icon="mdi:check">P1 Meter</Badge> <Badgecolor='hw-green'icon="mdi:check">Plug-In Battery</Badge> |
0 commit comments