Skip to content

How netbox calculate power draw of a rack? #14513

Discussion options

You must be logged in to vote

I can see 1 watt at power feed level, that 1 watt is defind at the PDU's power port section

If you define power utilization at the PDU power port level, then it overrides the calculation from the power outlets.

You must leave both the allocated_draw and maximum_draw on the PDU power port empty (null) to enable the summing of usage of devices connected to power outlets.

This is as described in #12837:

  • get_power_draw performs a summary calculation on a (PDU) power port
    • if the power port has either maximum_draw or allocated_draw statically assigned, then it returns both these values (and if one of these values is null then it is converted to 0)
    • otherwise, it finds all the ports from get…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@older-fox
Comment options

@candlerb
Comment options

@older-fox
Comment options

@candlerb
Comment options

Answer selected by older-fox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants