Vadim Tkachenko
Vadim Tkachenko
## Expected behavior `connect()` fails even if configured to reconnect if it is determined that reconnect attempts will always fail. Case in point, attempts to connect to MQTT 3 only...
Go can restrict compilation with [build tags](https://golang.org/pkg/go/build/#hdr-Build_Constraints). It would be nice if the code refused to build/run tests on non-Raspberry, or at least non-ARM platforms. `// +build arm` for any...
### Expected Behavior `pack-and-clear-logs` script compresses all logs and rotates them. ### Actual Behavior When a log size reaches over ~2GB, `bzip2` fails with the message "value too large for...
Background: #146. Designing a truly fault tolerant solution to that problem is not time and cost effective. Sidestepping it and storing values in systems with different failure mode is a...
### Expected Behavior The system works ### Actual Behavior The system stops responding at random following triggers. Known triggers at this point: * Manually changing the setpoint via `ReactiveConsole` *...
### Current Behavior Setpoint change will be allowed to happen as long as the setpoint is set within absolute "sane" thermostat setpoint limits. This allows unreasonable values set either accidentally,...
### Expected Behavior Control commands issued by DZ do not cause HVAC units to get confused ### Actual Behavior It's been reported that there is at least one older unit...
### Expected Behavior * DZ starts with the available device set; * If the broker is unavailable either initially or at a later point in time, the failure of MQTT...
Google broke things without a warning again, and links from https://www.homeclimatecontrol.com/configuration-guide page are now broken. Need to retrieve those docs from whatever hell they are in, and republish.
### Expected Behavior SonarCloud action succeeds ### Actual Behavior SonarCloud action fails ### Contributing Factors So far, this has only been observed on Gradle builds with Kotlin DSL build files