Example of an integration using SNMP?

I’m considering writing a “nice” device integration to allow CyberPower UPS and PDUs to be monitored and controlled in HA.

Does anyone know of any existing integrations (either part of the core or HACS) that are built on SNMP for access? I know I can create the sensors using a manual SNMP setup but I’m thinking there might be a useful model for wrapping blocks of OID requests for a device in a nice integration to make it simple to manage.

I’m happy to do this from scratch in Python using the underlying support but wanted to check if there was anything to crib from first?

Cheers

Scott…

Don’t know of any integration based on SNMP but you can easily implement it. Simply poll the SNMP agent in the DataCoordinator data refresh method and format the returned data according for your device state in HA.