Martin Hjelmare
Martin Hjelmare
Why should we not use `send` from within `receive`?
In the code example, only one of the if else block code bodies will be executed, right? On reason 2: if another `receive` will be triggered in the node, let's...
Maybe storing messages in a send buffer that the `loop` will pick from? Populate the buffer from `receive`.
> No, both ifs can be executed. That's the problem. There's an `else` after the `if`, that means the first wasn't executed if the `else` is matched, as far as...
Converting to draft as I think we need an architecture discussion or a different approach to add these presets.
I think we've said something like this: > - Amazon, Google Assistant, Homekit needs to listen to capability attribute changes > - We need a way for integrations to sync...
I think you have a USB port conflict. The mysensors integration isn't responsible for the USB ports. It just tries to connect to the configured port.
Please download diagnostics of your Z-Wave device and attach it as a text file here by dragging and dropping the file in a comment. The diagnostics tool is available by...
Please don't tag people unless they've asked you to do that. The integration can't do anything about a jammed controller. That problem is on the device or driver side. The...
Please copy some of the explanations about the deprecation to the breaking change paragraph in the PR description.