mdbergmann / chipi

House automation bus in Common Lisp
Apache License 2.0
8 stars 0 forks source link

[KNX plugin] allow to specify two GAs for an item for read and write #14

Closed mdbergmann closed 2 months ago

mdbergmann commented 2 months ago

Often, KNX actors provide two connections, one for writing the value and one for reading. The connections are often translated directly to two different GAs. The KNX binding should support this behavior by allowing to specify two GAs, one for read and one for writing value changes.

mdbergmann commented 2 months ago

fixed with 12d5a20