search for: callinstra

Displaying 11 results from an estimated 11 matches for "callinstra".

Did you mean: callinstr
2023 May 17
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...e feedback whether this is something worth considering as a PR or if this is too niche for master: https://github.com/networkupstools/nut/compare/master...carsten-AEI:nut:upsmon_low_bat_enhancement?expand=1 Cheers Carsten -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/...
2023 May 17
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...ering as a PR or if this is too niche for master: > > > https://github.com/networkupstools/nut/compare/master...carsten-AEI:nut:upsmon_low_bat_enhancement?expand=1 > > Cheers > > Carsten > > -- > Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, > Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser > -------------- next part -------------...
2023 May 16
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...github.com/networkupstools/nut/blob/e3bdc28476700c7396bdde912e5789ccb7ecb1d7/clients/upsmon.c#L925 [2] https://github.com/networkupstools/nut/blob/e3bdc28476700c7396bdde912e5789ccb7ecb1d7/clients/upsclient.h#LL105C1-L107C33 -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/...
2023 May 24
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...", __func__, val, low); if (val && low && (strtol(val, NULL, 10) < strtol(low, NULL, 10))) { snprintfcat(status_buf, sizeof(status_buf), " LB"); -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/...
2023 May 16
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...ver and implement our logic there? * Another way, I've overlooked? Cheers and thanks a ton in advance for suggestions. Carsten [1] Message-ID: <f794644f-e3b8-3557-da63-bd19d88a7c03 at aei.mpg.de> from 2022-12-05 -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/...
2023 May 17
1
Synthesize low batt (LB) fron SNMP UPS which doesnot support this?
...i.e. generator wheel is powered by mains when not needed, fuel exchange every few months as gas add-ons tend to flocculate(?) when stored too long, ...). So, I doubt that will materialize any time soon ;-) Cheers Carsten -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/...
2023 May 22
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...n > some on things I commented on, so take them as such. Same here, quite at a loss what is handled where on the server and always low on time due to other projects/tasks. Cheers and any pointers appreciated! Carsten -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/...
2023 May 16
1
Synthesize low batt (LB) fron SNMP UPS which doesnot support this?
On 5/16/23 14:09, Carsten Aulbert wrote: > Hi Roger, > > On 5/16/23 17:00, Roger Price wrote: >> Hello Carsten, That's what I did but for a much simpler setup. I live >> in an area with a lot of lightning, and my shutdown criteria is to be >> able to shut down repeatedly during an electrical storm.? The NOTIFY >> and CMDSCRIPT and the upssched-cmd logic are
2023 May 19
3
Synthesize low batt (LB) fron SNMP UPS which does not support this?
My $0.02: LB is baked in to nut behavior. So if a UPS doesn't report LB, then it makes sense to synthesize it. Synthetic LB is the cleanest fix at the earlier processing point. One could have a config that is basically synthetic-lowbatt-percent that generates LB if (as Jim says) on battery, not calibrating, and batt% <= that. One could have a similar config
2023 May 24
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...t; if (val && low && (strtol(val, NULL, 10) < strtol(low, NULL, 10))) { > snprintfcat(status_buf, sizeof(status_buf), " LB"); > > > > -- > Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, > Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser -------------- next part -------------- An...
2023 May 22
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
Hmm. Is there maybe something there already that will do this? Maybe kind of back-handed. In drivers/dstate.c, I see: In status_init(), if ?driver.flag.ignorelb? is set in the driver state, the ?ignorelb? flag is set. In status_set(), if ignorelb is set, and the status being set (presumably from the UPS) is LB, it?s ignored. In other words, LB reported by the UPS is ignored. In status_commit(),