Add multistandard ITA Power Outlet type #5714

Closed
opened 2025-12-29 19:31:44 +01:00 by adam · 2 comments
Owner

Originally created by @bluikko on GitHub (Nov 26, 2021).

Originally assigned to: @bluikko on GitHub.

NetBox version

v3.0.11

Feature type

Change to existing functionality

Proposed functionality

NetBox has Power Outlet types for all major ITA connector types, but there also exists a "multistandard" outlet type. These are very common in this country - I would say perhaps half to three quarters of all modern outlets are multistandard. We also use exclusively ITA multistandard PDUs in those rare cases where we need ITA outlets (otherwise using 60320 or 60309).

The outlets look similar to this, with some variations on accepted ITA types:
image

Usually they accept A, B, E, F, G, I and M types at least.

Use case

Model the ITA multistandard Power Outlet.

Database changes

None.

External dependencies

None.

Originally created by @bluikko on GitHub (Nov 26, 2021). Originally assigned to: @bluikko on GitHub. ### NetBox version v3.0.11 ### Feature type Change to existing functionality ### Proposed functionality NetBox has Power Outlet types for all major ITA connector types, but there also exists a "multistandard" outlet type. These are very common in this country - I would say perhaps half to three quarters of all modern outlets are multistandard. We also use exclusively ITA multistandard PDUs in those rare cases where we need ITA outlets (otherwise using 60320 or 60309). The outlets look similar to this, with some variations on accepted ITA types: ![image](https://user-images.githubusercontent.com/14869000/143521101-2844ea94-07d8-4b5a-89c0-fd7ea4ef6a73.png) Usually they accept A, B, E, F, G, I and M types at least. ### Use case Model the ITA multistandard Power Outlet. ### Database changes None. ### External dependencies None.
adam added the status: acceptedtype: feature labels 2025-12-29 19:31:44 +01:00
adam closed this issue 2025-12-29 19:31:44 +01:00
Author
Owner

@bluikko commented on GitHub (Nov 29, 2021):

Hmm. The "TYPE_ITA_MULTISTANDARD" Power Outlet would need to be somehow changed to accept connecting (say) any ITA type plug, wouldn't it?

Edit: better not comment before morning coffee... it seems there is currently no logic to enforce / way to model how plugs fit into sockets.

@bluikko commented on GitHub (Nov 29, 2021): Hmm. The "TYPE_ITA_MULTISTANDARD" Power Outlet would need to be somehow changed to accept connecting (say) any ITA type plug, wouldn't it? Edit: better not comment before morning coffee... it seems there is currently no logic to enforce / way to model how plugs fit into sockets.
Author
Owner

@DanSheps commented on GitHub (Nov 29, 2021):

Edit: better not comment before morning coffee... it seems there is currently no logic to enforce / way to model how plugs fit into sockets.

Sure there is, it is CustomValidators. 😄

But within Netbox itself, no there is no mechanism saying "All ITA can only plug into this specific ITA or the All ITA receptacle"

@DanSheps commented on GitHub (Nov 29, 2021): > Edit: better not comment before morning coffee... it seems there is currently no logic to enforce / way to model how plugs fit into sockets. Sure there is, it is CustomValidators. 😄 But within Netbox itself, no there is no mechanism saying "All ITA can only plug into this specific ITA or the All ITA receptacle"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5714