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

Calculation of Power Utilization not Working (not cascaded) #4815

Closed
RHuehne opened this issue Jul 2, 2020 · 1 comment
Closed

Calculation of Power Utilization not Working (not cascaded) #4815

RHuehne opened this issue Jul 2, 2020 · 1 comment
Labels
status: duplicate This issue has already been raised

Comments

@RHuehne
Copy link

RHuehne commented Jul 2, 2020

Environment

  • Python version: ?? (using netbox-docker 0.24.1)
  • NetBox version: 2.8.6

According to several posts here, the functionality of calculating the power Utilization should work now. In my case it does not. If I create a PDU Device (1 PowerPort <=> 8 OutletPorts) and connect a Server with 750W PSU to one of the outletPorts, I can see this on the connection, but there is no calculation done in "Power Utilization". It looks like the consumed watt values comming from the PowerOutlets are not linked to the PowerPort.

In our case, we need to have two PDU Devices: One in the rack, and one towards the UPS as the middle PDU splits up the 3 Legs from the UPS to single ones for the racks.

Steps to Reproduce

  1. Create a Uplink Device with PowerOutletPorts.
  2. Create new Device (PDU) with 1 PowerPort (Connected to the Uplink Devices OutletPort1) associated (input/leg) with 8 PowerOutlets
  3. Attach Device (e.g. a Server) with a PowerPort (Max 750W, allocated 500W) to PowerOutlet#1 on PDU Device

Expected Behavior

On the PDU-Device, under Power Utilization, "Allocated", "Available" and "Utilization" have the cumulated values from each of its OutletPorts.

Observed Behavior

"Allocated" is 0VA"
"Available" is "--"
"Utilization" is "--"

OutletPort Watts are not cumulated and pushed up to the PowerPort.

02-07-_2020_15-12-21

@DanSheps
Copy link
Member

DanSheps commented Jul 2, 2020

Duplicate of #3377

@DanSheps DanSheps marked this as a duplicate of #3377 Jul 2, 2020
@DanSheps DanSheps closed this as completed Jul 2, 2020
@DanSheps DanSheps added the status: duplicate This issue has already been raised label Jul 2, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: duplicate This issue has already been raised
Projects
None yet
Development

No branches or pull requests

2 participants