Add inepro Metering integration documentation#45149
Draft
khaledemam wants to merge 3 commits intohome-assistant:currentfrom
Draft
Add inepro Metering integration documentation#45149khaledemam wants to merge 3 commits intohome-assistant:currentfrom
khaledemam wants to merge 3 commits intohome-assistant:currentfrom
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new integration page for the upcoming inepro_metering Home Assistant Core integration. The page is meant to explain supported meter families, setup routes, available entities, the Wi-Fi credentials action, diagnostics, and troubleshooting for local Modbus-based inepro meters.
Changes:
- Adds a new
inepro_meteringintegration document undersource/_integrations. - Documents multiple setup paths, including mDNS discovery, manual TCP, gateway scanning, and Bluetooth pairing.
- Describes exposed entities, the Wi-Fi credential action, diagnostics output, troubleshooting, and known limitations.
Comment on lines
+126
to
+129
| On Home Assistant OS or Linux, pair the meter at the host level first: | ||
|
|
||
| ```bash | ||
| ha host shell |
| - Repairs and issue-registry surfacing are not implemented yet. | ||
| - Automatic stale-device pruning is conservative; manual device-registry | ||
| cleanup is supported when a stale device no longer matches current entry | ||
| data. |
Comment on lines
+34
to
+39
| | Family | Models | Supported setup paths | | ||
| | --- | --- | --- | | ||
| | GROW | GROW 3P4U, GROW 3P4S | Wired Modbus RTU, Modbus TCP via gateway, Modbus TCP over Ethernet, Modbus TCP over Wi-Fi, Bluetooth | | ||
| | GROW | GROW 1P2U | Wired Modbus RTU, Modbus TCP via gateway, Modbus TCP over Wi-Fi, Bluetooth | | ||
| | GROW | GROW 1P1U | Wired Modbus RTU, Modbus TCP via gateway | | ||
| | PRO | PRO1, PRO2, PRO380, PRO380CT | Wired Modbus RTU, Modbus TCP via gateway | |
Comment on lines
+192
to
+197
| | Field | Required | Description | | ||
| | --- | --- | --- | | ||
| | `serial_number` | Yes | The immutable 12-digit GROW serial number of the target meter. | | ||
| | `ssid` | Yes | The Wi-Fi network name to write to the meter. | | ||
| | `password` | Yes | The Wi-Fi password to write to the meter. | | ||
| | `apply` | No | Whether to send the meter's Wi-Fi apply command after writing the credentials. Defaults to `true`. | |
|
|
||
| {% include integrations/config_flow.md %} | ||
|
|
||
| ## Supported Products |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for the future Home Assistant Core integration
inepro_metering.Notes