Vadim Tkachenko

Results 29 comments of Vadim Tkachenko

[late update] It has been identified that this is only happening if 1-Wire actuators and/or complex 1-Wire networks are used, XBee and ESPHome based installations work as expected. Possible cause:...

**Update:** Celsius to Fahrenheit switch also puts the setpoint at apparently random Fahrenheit value. Along with the fact that up/down arrow changes the setpoint by 0.1°C, this results in being...

This bug is fixed in Reactive code base, however, #247 remains. Won't be fixed in Imperative code base, it's being retired.

I wonder if using `rootProject` instead of the `project` is an acceptable compromise? Alas, `.git` will not exist for a submodule. Indeed, even with `failOnNoGitDirectory = false` the build spits...

Totally understood, I ran into the same problem with my project (which has ALL Logical devices on the same connection). There's a few things to note here: * Since you...

Fair enough. Either way, it would help tremendously if by default the component advertised its availability topic correctly in the discovery packet. I believe this is what the default packet...

@kahrendt , GitHub wants to sweep this issue under the rug. Could you please consider fixing the metadata as described in my previous comment before it does?

> Could you provide some code examples of how you'd use this feature? It's unclear why the things you list as the use cases are not better expressed via `callbackFlow`...

One more thing - [here](https://github.com/home-climate-control/dz/tree/dev), cold streams (`.fromIterable()`) are routinely used in place of hot streams for testing. The need to have `.complete()` and `.error()` becomes more obvious if one...

No worries, life is life. Yep, you're describing exactly what I thought is going on behind the scenes. It may have been that the server was doing shadow rebuilds on...