mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
Centralize DPT auto-selection
This commit is contained in:
13
README.md
13
README.md
@@ -47,6 +47,17 @@ Each group address has `invert incoming` and `invert outgoing` toggles to flip K
|
||||
## Notes
|
||||
- For DPT 1.008 (Up/Down), the bridge treats `0 = Up/Open` and `1 = Down/Close`.
|
||||
- For DPT 5.001, values are interpreted as 0-100 percent where 0 = closed and 100 = open.
|
||||
- DPTs are auto-selected per address:
|
||||
- Binary sensor `state_address`: DPT 1
|
||||
- Switch `command_address`: DPT 1
|
||||
- Switch `state_address`: DPT 1
|
||||
- Cover `move_long_address`: DPT 1.008
|
||||
- Cover `move_short_address`: DPT 1.007
|
||||
- Cover `stop_address`: DPT 1
|
||||
- Cover `position_address`: DPT 5.001
|
||||
- Cover `position_state_address`: DPT 5.001
|
||||
- Cover `angle_address`: DPT 5.001
|
||||
- Cover `angle_state_address`: DPT 5.001
|
||||
|
||||
## Roadmap
|
||||
- Optional standalone KNX connection (without requiring the HA KNX integration).
|
||||
@@ -54,6 +65,6 @@ Each group address has `invert incoming` and `invert outgoing` toggles to flip K
|
||||
- Advanced DPT mapping options and inversion settings.
|
||||
|
||||
## Versioning and Releases
|
||||
- Current version: 0.0.4
|
||||
- Current version: 0.0.5
|
||||
- `CHANGELOG.md` lists versions with the newest entries at the top.
|
||||
- Release creation is manual and only done when explicitly requested.
|
||||
|
||||
Reference in New Issue
Block a user