Joakim Plate

Results 49 issues of Joakim Plate

### Expected Behaviour Type of field only reported once. And type section is compact in the generated output. Preferable a table format always for the required, type, defined location and...

Some unrelated stuff in this right now and a bit incomplete. So draft for now. But might be useful for somebody.

## Proposed change Add documentation for nibe heat pump integration. ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing...

new-integration
cla-signed
next
has-parent

## Proposed change * Add support for direct modbus connection for nibe heat pumps * Bump nibe component with support for modbus: https://github.com/yozik04/nibe/releases/tag/1.1.2 all changes: https://github.com/yozik04/nibe/compare/0.5.0...1.1.2 ## Type of change...

Hacktoberfest
cla-signed
new-feature
has-tests
dependency
by-code-owner
integration: nibe_heatpump
Quality Scale: No score

## Proposed change Add nibe heat pump alarm reset button ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) -...

Hacktoberfest
cla-signed
new-feature
by-code-owner
integration: nibe_heatpump

## Proposed change Add nibe heat pump climate entities ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [...

new-platform
cla-signed
new-feature
by-code-owner
integration: nibe_heatpump

I've got a problem with knxip where the connection to the router temporarily goes down. This likely triggers the disconnect(), connect() pattern where the connect() request likely fails. After which...

## Proposed change * Trigger re-auth flow for philips_js and allow reconfigure by re-adding ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which...

cla-signed
new-feature
integration: philips_js
has-tests
by-code-owner
Quality Scale: No score

Only warn on failure to create path to report file. When running in a semihosted ARM environment. There is no stat support nor mkdir, so existens checks for directories will...

Avoid stack overflow in CreateDirectoriesRecursively by checking for end condition of RemoveFileName() Fixes #4262