Switch port card on HACS

I guess this belongs in this category.
A new card is now available on HACS to show the status of your switch ports called switch-port-card. It features port status, speed, Rx/Tx, Vlan and given port names as well CPU and RAM load. It needs some entities to be set and the code on github gives some entity files that you can copy paste and adjust where needed. GitHub - partach/switch_port_card: This Home Assistant card shows the status of your switch ports. See readme for details.


Enjoy :slight_smile:

While making this i found it a bit much regarding all entities that needed to be created per port. So working on switch-port-card-pro integration (with card included) to do all that heavy lifting. Work in progress…

1 Like

Looks very nice… will give it a try.

question, how about POE budget, and POE usage pr port ?

1 Like

Could be a good next extension. Need to think how from a UX perspective it remains not too bulky. Adding it to information on hoover will be quite easy to add (but again needs some entities).

I have created a first working version of an integration including a card that does away with needing separate entities.

Hi Michael, was wondering about your experience. Regarding POE functionality i made the pro version (integration) that should support POE and even custom values. I have a POE switch but it does not expose POE data via SNMP sadly, so cannot test specifically the POE part. The rest works great. If you would have time to test out the pro version and see if POE works like expected, that would be very helpful :slight_smile:

I have sadly found out, that the ubiquiti switch i’m using does not support snmp.

so will try one day to see if the ubiquiti network integration might work.