dz
dz copied to clipboard
Home Climate Control Core: *the* Open Source multi-zone temperature and climate control system.
### 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
### Existing Behavior 1-Wire sensor departure immediately propagates to the control system and makes it act prematurely, as jitter and short blackouts are possible. ### Desired Behavior If/when a 1-Wire...
### Task Definition As an Application Maintainer, I need to migrate build scripts from Groovy to Kotlin so that they are written in a well known language learning which has...