mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
Fix light color temperature decoding
This commit is contained in:
@@ -74,6 +74,7 @@ Only state addresses expose an `invert outgoing` toggle to flip KNX payloads.
|
||||
Notes:
|
||||
- For XY color, the bridge sends the brightness as the Y (luminance) component.
|
||||
- Relative dimming (DPT 3.007) maps KNX step values to `brightness_step_pct` in Home Assistant.
|
||||
- Color temperature mode must match the KNX telegram DPT: `relative` for 5.001, `absolute` for 7.600, `absolute_float` for DPT 9.
|
||||
|
||||
## Notes
|
||||
- For DPT 1.008 (Up/Down), the bridge treats `0 = Up/Open` and `1 = Down/Close`.
|
||||
@@ -107,5 +108,5 @@ Notes:
|
||||
- Advanced DPT mapping options and inversion settings.
|
||||
|
||||
## Versioning and Releases
|
||||
- Current version: 0.0.23
|
||||
- Current version: 0.0.24
|
||||
- `CHANGELOG.md` lists versions with the newest entries at the top.
|
||||
|
||||
Reference in New Issue
Block a user