(Bug) IPMI data not written to influxdb database

Hi, I have a librenms install set to send all data to an influxdb database as per instructions here - https://github.com/librenms/librenms/blob/master/doc/Extensions/metrics/InfluxDB.md

I have done this for a long time on many different installs without issue. However it seems sometime in the past year ipmi data (such as ipmi power usage etc from a server, not polled by snmp but actually configured via the ipmi tab in settings for a host) is no longer correctly being written to the influxdb database like everything else is. It creates the tables for them correctly, such as power draw, fan rpm, etc, but the contents of each table/field/sensor/etc is empty (no values). The exact same setup with the exact same influxdb/grafana/librenms configuration worked approx. 1 year ago. I can provide SSH access to the system to a dev ifg it helps track it down faster

hey, any update on this or any way I can help to get it fixed?

If you run a poll with debugging…

./poller.php -h HOSTNAME -d -v -m ipmi

…as your librenms user, do you see any Influxdb errors in the output?