Petr
Petr
First of all: thanks for the amazing work and super easy install scripts. Now to my point: The readme is well written, unfortunately not absolutely up to date. for example,...
**Is your feature request related to a problem? Please describe.** > When I send JSON2-RPC (and others), I would like to check if there were any errors, but I do...
### Description If conditional message does not have slave-address filled in. It is silently ignored. I am able to reproduce this with following minimal file `3c.csv` ``` # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part...
### Description I hope this is not a rookie mistake, but I am lost after several hours of trying. I want to properly show the values of my Heat Recovery...
Based on amazing work of [Daniel Stringl](https://github.com/dstrigl/ebusd-config-brink-renovent-excellent-300), and then heavily extended by me, I believe it is worth to include these config files in the 'source-of-truth' repo, so that it...
## Proposed change Fixed broken link in dev_101_hass.md ## Type of change - [ ] Document existing features within Home Assistant - [ ] Document new or changing features which...
As it was not immediately obvious (at least to me) there can only be one "*" wildchar per line, I suggest to add it to the documentation. I also propose...
Heat Recovery Units (HRUs) from Brink Climate Systems are using ebusd protocol, and can be successfully integrated into home automations through ebusd. Their parameters and units are however different from...
This PR implements constant torque algorithm which maintains `|A|² + |B|² = constant` throughout the microstep cycle for TMC2130 stepper drivers. The algorithm is inspired by ideas presented in Prusa3d...
Removes redundant TMC2130_PWM_CLK and TMC2130_PWM_DIV definitions from variant headers. These definitions are not referenced anywhere in the codebase and appear to be leftover from earlier development. Cleaning up unused defines...