KNX Light
KNX Light configuration and functionality are applicable to Shelly Light components.
Configuration
Properties:
Property | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| object | Collection of KNX group addresses on which the component listens for commands from KNX.
| |||||||||||||||||||||
| object | Collection of KNX group addresses to which component reports its state to KNX. Same addresses may be used by KNX to query component via GroupValueRead requests.
|
Functionality
control
- GroupValueWrite requests from KNX to these addresses turn the Shelly light component on/off.value
- GroupValueWrite requests from KNX to these addresses set the Shelly light component brightness value to the supplied one.dimming
- GroupValueWrite requests from KNX to these addresses cause the Shelly light component to dim up or down. There are start and stop commands which include 1-bit direction (1
for up and0
for down) and 3-bit step specifying the interval (0
denotes stop command andnon-zero
denotes start command. Currently any non-zero value will trigger full dimming, steps are not supported).status
- Turning Shelly light on/off from external source results in sending GroupValueWrite request to KNX. Initial status is also sent on boot and when connected to the KNX router. If set tonull
will default to the first address ofcmd/control
.brightness
- Any change in Shelly light brightness value caused by external source results in sending GroupValueWrite request to KNX with the changed value. Initial brightness value is also sent on boot and when connected to the KNX router.0
is sent when the light isoff
. If set tonull
will default to the first address ofcmd/value
.apower
- Any change in the reported value from the power meter results in sending GroupValueWrite request with the changed value to KNX. Current value is also sent on boot and when connected to the KNX router or when turning the switch on/off. Turning the switch off sends0
.current
- Any change in the reported value from the power meter results in sending GroupValueWrite request with the changed value to KNX. Current value is also sent on boot and when connected to the KNX router or when turning the switch on/off. Turning the switch off sends0
.voltage
- Any change in the reported value from the power meter results in sending GroupValueWrite request with the changed value to KNX. Current value is also sent on boot and when connected to the KNX router or when turning the switch on/off. Turning the switch off sends0
.aenergy
- Accummulated total is sent periodically via GroupValueWrite requests to KNX. Current total is also sent on boot and when connected to the KNX router.