Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IoTMeter documentation #33345

Draft
wants to merge 6 commits into
base: next
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions source/_integrations/iotmeter.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: IoTMeter
description: Instructions on how to integrate IoTMeter within Home Assistant.
ha_category:
- Energy
ha_release: 2024.6
ha_iot_class: Cloud Polling
ha_domain: iotmeter
ha_platforms:
- sensor
ha_config_flow: true
ha_codeowners:
- '@lipic'
ha_integration_type: integration
---

The **IoTMeter** {% term integration %} allows you to monitor and manage your [IoT meters](http://evracing.cz/iotmeter/iotmeter_EN.pdf) within Home Assistant. This integration provides real-time data and control over your connected devices.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any prerequisites? Anything I should have before adding the integration? For example an account with IoTMeter? Do I need to have my login credentials ready?

{% include integrations/config_flow.md %}

## Sensors

The {% term integration %} adds the following sensors:

- Total power (unit: kW)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Total power (unit: kW)
- **Total power** (unit: kW):

We use bold to mark UI strings. I also added a colon. Otherwise, It would look like this:
image

This sensor measures the total power being consumed at any given time. It is useful for monitoring overall power usage and identifying peak consumption periods.

- Total consumption energy (unit: kWh)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Total consumption energy (unit: kWh)
- **Total energy consumption** (unit: kWh):

I took the liberty to rephrase this UI string, as it seems more logical. However, it is important that the UI string is the same as the one shown in the software. So please feel free to ignore the rephrase if this does not work with the software.

This sensor tracks the total amount of energy consumed since the start of the measurement period. It helps in understanding long-term energy usage patterns and can be used for energy management and optimization.

- Total generation energy (unit: kWh)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Total generation energy (unit: kWh)
- **Total energy generated** (unit: kWh):

This sensor measures the total amount of energy generated since the start of the measurement period. It is particularly useful for systems that include renewable energy sources, such as solar panels, and helps in tracking the efficiency and output of these systems.

- EVSE status
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- EVSE status
- <abbr title="electric vehicle supply equipment">EVSE</abbr> status

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- EVSE status
- **EVSE status**:

This sensor provides the current status of the Electric Vehicle Supply Equipment (EVSE). The possible statuses are:
- EVSE not connected: Indicates that no electric vehicle is connected to the charger.
- EVSE ready: Indicates that the EVSE is ready and waiting for a vehicle to be connected.
- EV connected: Indicates that an electric vehicle is connected to the charger but not currently charging.
- EV charging: Indicates that an electric vehicle is connected and currently charging.


## Number

The {% term integration %} adds the following number entities:

- Max charging current (Only for SmartModule)