Vadim Tkachenko

Results 135 issues of 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...

feature-request

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...

logging
maintenance
out-of-disk-space

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...

enhancement
usability
logging
fault tolerance
maintenance
instrumentation
metrics
counter
distributed
InfluxDB
telemetry

### 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` *...

bug
FATAL
$$$
1-wire
reactive
reactive-straggler

### 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,...

$$$
calendar
usability
feature request
UX
reactive-only

### 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...

FATAL
$$$
hardware compatibility
usability
fault tolerance

### 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...

annoyance
FATAL
fault tolerance
MQTT
reactive

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.

documentation
dead link

### 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

build
CI/CD