Andreas Motl

Results 1495 comments of Andreas Motl

Dear Frederic, thank you. I remembered this patch yesterday as well, sweet that we apparently both did at about the same time ;]. Please take your time to review the...

Friendly bump ;]. As a few reports about potential edge cases are arriving on the issue tracker, and because there are a few contributions not merged yet, like #9, #41...

Hi there, maybe this issue is related to #9 in any way? Currently, the protocols are hardcoded to `auth_protocol="MD5"` and `privacy_protocol="AES128"`, with `security_level="auth_with_privacy"`. Maybe the appliance _Synology NAS (7.0.1-42218 Update...

Hi again, we have been able to find that the reason for this error is because `check_synology` does not support SHA as private key protocol, see https://github.com/wernerfred/check_synology/pull/9#issuecomment-1203587365. With the current...

Hi there, after the refactoring coming from #19, the feature to select a different SNMP privacy protocol would have to be implemented slightly different. Please let us know if you...

Hi again, `check_synology` moved on to use the [Easy SNMP] library under the hood. So, this patch would need to be adjusted appropriately. Maybe someone from the community can submit...

Hi @gkasKaR, > The error code is now another one: > _UNKNOWN - Authentication failure (incorrect password, community or key)_ Thanks a stack for checking. This is a sweet error...

Dear @mggil7, from looking at the constructor `HX711 scale(17, 16);` in your example program, we can deduce you are using a deprecated version of this library which is sensible to...

Dear Miguel, [Lemio´s fork](https://github.com/lemio/HX711) shows ``` 50 commits behind bogde:master ``` so it might well be outdated. The deprecated usage of the constructor in your example hinted us towards that....

Dear @RandoSY, while we haven't heard about specific things to care for about Windows, some parts of the build infrastructure might well be suited for Linux only. However, we've had...