Unifi Network: Provide Datapoints for Power Usage of PoE Devices #3424
Unanswered
chdanielmueller
asked this question in
Integration enhancements
Replies: 1 comment
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Integration name
UniFi Network
Link to integration documentation on our website
https://www.home-assistant.io/integrations/unifi
Describe the enhancement
It would be great if the integration could provide power usage statistics for PoE devices like AccessPoints.
The needed data is already present but not linked to the end device.
The missing link is the connection between the data within Home Assistant.
Current PoE power on Switch Port:
data.devices.<switch>.port_table.[i].poe_powerAttached device on Switch Port:
data.devices.<switch>.port_table.[i].last_connection.macSwitch Port on poe device:
data.devices.<poe_device>.uplink.uplink_macanddata.devices.<poe_device>.uplink_remote_portBonus points for a "Energy spent" data point via Integration (Riemann sum integral)
Workaround:
You could take the data point of the switch port and attach it to the end device as a data point.
This assumes that the device is never assigned to a new port or replaced by another device.
-> Wrong data and maintenance horror
Use cases
The connection of the Port PoE Power Usage on the Switch to the connected device would allow to add those to the energy dashboard (provided an "Energy spent" data point is provided also).
Anything else?
Unifi also displays the linked data within the Unifi Network application.

Beta Was this translation helpful? Give feedback.
All reactions