-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.3.8
Python version
3.9
Steps to Reproduce
- Add manufacturer "Test"
- Add device type "TestType" (manufacturer Test)
- Add device role "Test"
- Add site "TestSite"
- Add power panel "TestPanel" (site = TestSite)
- Add power feed "TestFeed1" (panel TestPanel, AC, 120V, 15A, single-phase, max 80%)
- Add device "PowerRail" (role = Test, type = TestType, site = TestSite)
- For PowerRail, add power port "Upstream1", and then connect it to power feed TestFeed1
- For PowerRail, add power outlet "Outlet1" (power port = Upstream1)
- Add device "MyDevice1" (role = Test, type = TestType, site = TestSite)
- For MyDevice1, add power port "PS1" (maximum draw = 400, allocated draw = 400), and then connect it to PowerRail port Outlet1
Expected Behavior
Power feed "TestFeed1" shows utilization of 400VA/1440VA = 27.8%
Observed Behavior
Power feed "TestFeed1" shows utilization of 28.0%:
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
