Replies: 3 comments
-
|
lwIP has support for SNMP, so implementing basic SNMP support shouldn't be too difficult. I think where it gets complicated is how to expose all the fan/sensor information via SNMP. I'm not sure if there exists some free/public MIB that would work (?) |
Beta Was this translation helpful? Give feedback.
-
|
I did quick test to enable SNMP Agent included in lwIP and it seems to work fine (initial test is available under "snmp" branch currently). It seems need to get a Private Enterprise Number (PEN) for FanPico, so that can create a MIB that exposes fan and sensor information via SNMP.... If anyone is familiar creating SNMP MIBs, help would be gladly accepted creating a MIB for FanPico. |
Beta Was this translation helpful? Give feedback.
-
|
@Zitt, I created experimental MIB for FanPico that exposes same information as the web interface or MQTT. SNMP support is still 'work-in-progress' so changes are under "snmp" branch, including the MIB files that are under Compiled beta firmware can be found here: https://github.com/tjko/fanpico/actions/runs/13961623071 If you want to test SNMP support, install the beta firmware and then enable SNMP Agent. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've gone down the rabbit hole of building out an official homelab using ProxMox on a previous generation motherboard system. In that case; I've installed a picofan that handles a couple of fans and outputs three sensors.
One of the virtual machines I run has Observium running to monitor the health of the system the picofan is running. Have you considered making fanpico respond via a SNMP server? Observium doesn't seem to have a MQTT plugin. It's be nice if Obvservium could monitor the fan pico for it's database.
I know this isn't a trivial ask; not even suggesting it makes sense. Just wondering if anyone thought it was a good idea.
Beta Was this translation helpful? Give feedback.
All reactions