-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add powersensor integration #42493
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
Open
bookman-dius
wants to merge
6
commits into
home-assistant:next
Choose a base branch
from
bookman-dius:add-powersensor-integration
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add powersensor integration #42493
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d2e14d8
Add Powersensor integration documentation
bookman-dius a4f4af7
Fixing linting errors
bookman-dius 786d77f
Update source/_integrations/powersensor.markdown
bookman-dius 08441da
Update source/_integrations/powersensor.markdown
c0ffeeca7 259abfe
Update source/_integrations/powersensor.markdown
c0ffeeca7 6499bbc
tiny tweak
c0ffeeca7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| --- | ||
| title: Powersensor | ||
| description: Integrate Powersensor plugs and sensors into Home Assistant | ||
| ha_release: 2026.2 | ||
| ha_category: Sensor | ||
| ha_iot_class: Local Push | ||
| ha_config_flow: true | ||
| ha_codeowners: | ||
| - '@jmattsson' | ||
| - '@bookman-dius' | ||
| ha_domain: powersensor | ||
| ha_integration_type: hub | ||
| ha_quality_scale: bronze | ||
| related: | ||
| - url: https://dius.github.io/homeassistant-powersensor/ | ||
| title: External Powersensor integration documentation | ||
| --- | ||
|
|
||
| The **Powersensor** {% term integration %} integrates [Powersensor](https://www.powersensor.com.au) devices into Home Assistant. The integration lets you view data from Powersensor plugs and sensors and use them in automations. | ||
|
|
||
| ## Supported devices | ||
|
|
||
| The following devices are known to be supported by the integration: | ||
|
|
||
| - Powersensor Plugs with firmware >=8129 | ||
| - Powersensor Sensors with firmware >=8129 | ||
|
|
||
| ## Unsupported devices | ||
|
|
||
| Devices running firmware <8129 are not supported and should be upgraded, though devices with firmware >=8100 may have partial functionality within Home Assistant. | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| Before setting up this integration, make sure that the following criteria are met: | ||
|
|
||
| - Your Powersensor devices are powered on and connected to the same Wi-Fi network as Home Assistant | ||
| - Please note: Installing Powersensor devices in your home requires the mobile app which provides step-by-step instructions on initial configuration. This is only required for initial set up. Once your devices are connected to Wi-Fi, the Home Assistant integration should work regardless of whether or not you subsequently delete the mobile app from your devices. | ||
| - Your devices are running firmware 8129 or later (check via the Powersensor mobile app) | ||
| - UDP traffic is allowed on your local network | ||
|
|
||
| {% include integrations/config_flow.md %} | ||
|
|
||
| ## Supported functionality | ||
|
|
||
| This integration provides the following platforms: | ||
|
|
||
| - **Sensor**: Power consumption, voltage, current, energy, and other sensor data | ||
| - **Battery**: Battery level for sensors (but not for plugs) | ||
|
|
||
| ## Known limitations | ||
|
|
||
| The integration does not provide complete support for Powersensor water sensors and water flow data is not exposed in Home Assistant. However, the integration will surface any water sensor on the network and expose the battery level of the sensor. | ||
|
|
||
| {% include integrations/config_flow.md %} | ||
|
|
||
|
|
||
| ## Actions | ||
|
|
||
| This integration does not provide any custom actions. | ||
|
|
||
| ## Removing the integration | ||
|
|
||
| This integration follows standard integration removal. | ||
|
|
||
| {% include integrations/remove_device_service.md %} | ||
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.
Uh oh!
There was an error while loading. Please reload this page.