Commit Graph

6 Commits

Author SHA1 Message Date
Tony 1342ab6aaf Add KNX Secure configuration for DALI-GW
- Introduced DALI-GW.security.xml to define security settings including enabling security and maximum entries for individual addresses and group keys.
- Updated DALI-GW.xml to reference the new security configuration file.
- Enhanced README.md to document the purpose of DALI-GW.security.xml and clarify the organization of XML fragments in the project.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-06-01 18:18:38 +08:00
Tony 4fa1b3cb06 Refactor DALI-GW XML and README for clarity and accuracy
- Updated DALI-GW.xml to correct application version and product naming conventions.
- Removed unnecessary configuration parameters from XML.
- Revised README.md for improved clarity on the source and migration process.
- Adjusted application version in README to reflect changes in DALI-GW.xml.
- Enhanced instructions for generating product database artifacts.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-30 14:04:22 +08:00
Tony 6381ca58cf fix: update parameter block names for DALI address, group, HCL curve, and gateway overview
Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-30 00:12:19 +08:00
Tony b87c8087f5 fix: update parameter block IDs in DALI templates for consistency
Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-29 23:59:40 +08:00
Tony d39547bdc6 fix: update communication flags and read/write permissions for DALI group and address ComObjects
Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-29 23:52:35 +08:00
Tony c60ef2ccde feat: Enhance DALI Gateway with RGBW and RGBCW support
- Added support for RGBW and RGBCW color modes in the DALI Gateway.
- Updated JSON color mode parsing to handle new color types.
- Extended the StoreDt8SceneSnapshot function to include white, amber, and free color parameters.
- Introduced new methods in DaliGatewayBridge for setting RGBW, RGBCW, and RGBWAF colors.
- Modified KnxDaliChannel to send RGBW and RGBCW colors based on the color type.
- Updated parameter types and definitions in the KNX product XML files to accommodate new color modes.
- Enhanced README with migration details and validation instructions.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-29 11:32:10 +08:00