Case Larsen
Case Larsen
I wound up making this change in GLPlugin/SNMP.pm. In addition to setting a lower timeout, added additional retries. Net::SNMP defaults to 5 second timeout, 1 retry. https://metacpan.org/pod/Net::SNMP#timeout()-set-or-get-the-current-timeout-period-for-the-object. I suppose I...
@rdmueller sorry for not responding earlier. Thanks!
bump on this issue - there's a pull request that fixes this that we've been running with for 18 months or so so far...
Bump on this pull request...
I had this same problem but it wound up to be an issue with the serverless.yml: ``` custom: webpack: webpackConfig: ./webpack.config.js includeModules: true ``` instead of ``` custom: webpack: webpackConfig:...
Hmm. I tried 1.2.0a7 with Mac OSX 10.14.2 and it didn't recognize the SR700 -- just kept showing "Please connect your roaster" However, 1.2.1 did recognize the roaster, however it...
I am also seeing problems with thermostat not responding to the ThermostatTemperatureSetpoint.SetRange command when submitted via the homeassistant Nest integration, however when manipulated via the native Nest mobile app, temperature...
downgrading to pyemvue == 0.16.0 appears to work
Aside from fixing NULL on select, NULLs on INSERT still won't be handled well with the CSVWithNames format that the ruby driver uses due to this existing issue: https://github.com/yandex/ClickHouse/issues/469 I'm...