Skip to content

Commit

Permalink
Update api-v1-data.mdx (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Cookiezzz <[email protected]>
  • Loading branch information
Cookiezzz authored Oct 21, 2024
1 parent d6b4579 commit f5bf2a2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/endpoints/api-v1-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,22 +169,22 @@ Content-Length: <length>

### Data points

| Data | Type | Available for | Description |
| ------------------------- | ------ | ------------- | --------------------------------------------------------------------------- |
| wifi_ssid | String | All | The Wi-Fi network that the meter is connected to |
| wifi_strength | Number | All | The strength of the Wi-Fi signal in % |
| total_power_import_kwh | Number | All | The energy usage meter reading in kWh |
| total_power_import_t1_kwh | Number | All | Same value as `total_power_import_t1_kwh`, kept for backwards compatibility |
| total_power_export_kwh | Number | All | The energy feed-in meter reading in kWh |
| total_power_export_t1_kwh | Number | All | Same value as `total_power_export_kwh`, kept for backwards compatibility |
| active_power_w | Number | All | The total active usage in watt |
| active_power_l1_w | Number | All | Same value as `active_power_w`, kept for backwards compatibility |
| active_voltage_v | Number | All | The active voltage in volts |
| active_current_a | Number | All | The active current in amperes |
| active_reactive_power_var | Number | HWE-SKT-21 | The reactive power in volt-amperes reactive |
| active_apparent_power_va | Number | HWE-SKT-21 | The apparent power in volt-amperes |
| active_power_factor | Number | HWE-SKT-21 | The power factor |
| active_frequency_hz | Number | All | The frequency in hertz |
| Data | Type | Available for | Description |
| ------------------------- | ------ | ------------- | ------------------------------------------------------------------------ |
| wifi_ssid | String | All | The Wi-Fi network that the meter is connected to |
| wifi_strength | Number | All | The strength of the Wi-Fi signal in % |
| total_power_import_kwh | Number | All | The energy usage meter reading in kWh |
| total_power_import_t1_kwh | Number | All | Same value as `total_power_import_kwh`, kept for backwards compatibility |
| total_power_export_kwh | Number | All | The energy feed-in meter reading in kWh |
| total_power_export_t1_kwh | Number | All | Same value as `total_power_export_kwh`, kept for backwards compatibility |
| active_power_w | Number | All | The total active usage in watt |
| active_power_l1_w | Number | All | Same value as `active_power_w`, kept for backwards compatibility |
| active_voltage_v | Number | All | The active voltage in volts |
| active_current_a | Number | All | The active current in amperes |
| active_reactive_power_var | Number | HWE-SKT-21 | The reactive power in volt-amperes reactive |
| active_apparent_power_va | Number | HWE-SKT-21 | The apparent power in volt-amperes |
| active_power_factor | Number | HWE-SKT-21 | The power factor |
| active_frequency_hz | Number | All | The frequency in hertz |

### Example: HWE-SKT-11

Expand Down

0 comments on commit f5bf2a2

Please sign in to comment.