mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
Fix light port key collisions
This commit is contained in:
@@ -50,8 +50,8 @@ Only state addresses expose an `invert outgoing` toggle to flip KNX payloads.
|
||||
|
||||
### Light Port
|
||||
- `entity_id`: the HA light to control/monitor.
|
||||
- `address` (DPT 1.001): KNX group address for on/off commands.
|
||||
- `state_address` (DPT 1.001): KNX group address that receives HA on/off state.
|
||||
- `light_address` (DPT 1.001): KNX group address for on/off commands.
|
||||
- `light_state_address` (DPT 1.001): KNX group address that receives HA on/off state.
|
||||
- `brightness_address` (DPT 5.001): KNX group address for brightness commands.
|
||||
- `brightness_state_address` (DPT 5.001): KNX group address that receives HA brightness.
|
||||
- `color_address` (DPT 232.600): KNX group address for RGB commands.
|
||||
@@ -71,7 +71,6 @@ Only state addresses expose an `invert outgoing` toggle to flip KNX payloads.
|
||||
- Individual colors (DPT 1.001 + 5.001): `red_*`, `green_*`, `blue_*`, `white_*` on/off and brightness addresses with matching state addresses.
|
||||
|
||||
Notes:
|
||||
- If `state_address` or `*_state_address` is empty, the command address is reused for outgoing updates.
|
||||
- For XY color, the bridge sends the brightness as the Y (luminance) component.
|
||||
|
||||
## Notes
|
||||
@@ -88,7 +87,7 @@ Notes:
|
||||
- Cover `position_state_address`: DPT 5.001
|
||||
- Cover `angle_address`: DPT 5.001
|
||||
- Cover `angle_state_address`: DPT 5.001
|
||||
- Light `address` / `state_address`: DPT 1.001
|
||||
- Light `light_address` / `light_state_address`: DPT 1.001
|
||||
- Light `brightness_address` / `brightness_state_address`: DPT 5.001
|
||||
- Light `color_address` / `color_state_address`: DPT 232.600
|
||||
- Light `rgbw_address` / `rgbw_state_address`: DPT 251.600
|
||||
@@ -105,5 +104,5 @@ Notes:
|
||||
- Advanced DPT mapping options and inversion settings.
|
||||
|
||||
## Versioning and Releases
|
||||
- Current version: 0.0.21
|
||||
- Current version: 0.0.22
|
||||
- `CHANGELOG.md` lists versions with the newest entries at the top.
|
||||
|
||||
Reference in New Issue
Block a user