-
Morning, I'm currently stuggeling to find enough information on how the power features can be used. Maybe someone can shed some light onto what I am missing or where to find more documentation. As per https://docs.netbox.dev/en/stable/features/power-tracking/ I understand I need a power panel, power feed and can chain devices using power ports (input) and power outlets (output) afterwards. While per #3377 power will not be calculated recursively it should at least be displayed per device. For my setup: I use Netbox in Docker since somewhere around 2018 and am trying to keep it up to date, so running 3.3.4 at the moment. I already modeled some devices as PDUs in the past and got other devices/servers attached. I used this for cable/port tracking, but had no power draw configured so far. As new systems are to be deployed I tried to add power draw calculation to get an overview where the most reserves are available. Problem a: How to feed I created a power panel and power feed (AC, 240V, 32A, tried 3-Phase or 1-Phase). My PDUs are modeled based on a generic device and got a power port to source power. I can attach cables and choose other devices/outlets or feeds. While connecting to power outlets works as expected, feeds do not. I get the usual A/B-screen for cables and can search for the feed, however while found it is greyed out and the cursor resembles a 🚫. No matter what I choose as connector type, max/allocated power, etc. Sadly also no indication on why I am not allowed to connect there. Problem b: No power? Even without a feed, calculation should still work, right? I set a maximum and allocated power draw on power ports of some devices and connected them to power outlets of my PDUs. The outlet port on the PDU is linked to a power port. While the outlet is shown in the PDUs device overview the power utilization remains zero I would have expected for the overview to reflect the 75W allocated draw of the connected device. Any ideas what I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Howdy, For problem A, I would suggest doing the connection from the power port section of the device (PDU) to the power feed. For problem B, what your showing is the PDU itself is going to use 1100VA. Now that would be some PDU... check out the note in this doc section. IE, PDU's should not have a power allocation associated with them. Side note...I think its a deficiency to not set some type of max power utilization and current utilization on a device modeled after a PDU. |
Beta Was this translation helpful? Give feedback.
Howdy,
For problem A, I would suggest doing the connection from the power port section of the device (PDU) to the power feed.
For problem B, what your showing is the PDU itself is going to use 1100VA. Now that would be some PDU... check out the note in this doc section. IE, PDU's should not have a power allocation associated with them.
https://docs.netbox.dev/en/stable/models/dcim/powerport/#maximum-draw
Side note...I think its a deficiency to not set some type of max power utilization and current utilization on a device modeled after a PDU.