To query the status of the connected Active Extension and the Loop Boxes that are using the same channel,
GETACTIVESTATUS<CrLf>
can be sent to the decoder. The decoder responds with:
GETACTIVESTATUS;[<DecoderId>,<IsActiveExtension>,<Channel>,<LoopID>,<LoopPower>,<LoopConnected>,<LoopUnderPower>, <OnBattery>,[<RemainingHours>],[<SupplyVoltage>],<NoiseAvg>,<NoisePeak>,<TransponderLqi>,<TransponderEd>, <BeaconLqi>,<BeaconEd>,<Mode>,<BeaconIndex>,<BeaconTimestamp>,<ChannelSwitchingMode>]1..<Count><CrLf>
Where
| Parameter | Description | Since protocol version | ||||||||
|
<DecoderId> |
ID of the Active Extension or Loop Box. |
1.5 | ||||||||
|
<IsActiveExtension> |
1, if this box is the directly connected Active Extension, 0 if it is another device. |
1.5 |
||||||||
|
<Channel> |
Selected channel (1 -> 8) |
1.5 |
||||||||
|
<LoopID> |
Selected loop ID (1 -> 8) |
1.5 |
||||||||
|
<LoopPower> |
Selected loop power (0% -> 100%) |
1.5 |
||||||||
|
<LoopConnected> |
1, if a loop is connected |
1.5 |
||||||||
|
<LoopUnderPower> |
1, if the loop limit has been reached |
1.5 |
||||||||
|
<OnBattery> |
1, if the loop box runs on battery |
1.5 |
||||||||
|
<RemainingHours> |
Remaining run time in hours, if running on battery |
1.5 |
||||||||
|
<SupplyVoltage> |
Supplied Voltage to the decoder, if not running on battery |
1.5 |
||||||||
|
<NoiseAvg> |
Average noise on current 2.4 GHz channel |
1.8 |
||||||||
|
<NoisePeak> |
Peak noise on current 2.4 GHz channel |
1.8 |
||||||||
| <TransponderLqi> | Do not use. | 2.3 | ||||||||
| <TransponderEd> |
Signal strength of transponder data packet measured at the receiver. RSSI [dBm] = TransponderEd-90 |
2.3 | ||||||||
| <BeaconLqi> |
Do not use. |
2.3 | ||||||||
| <BeaconEd> |
Signal strength of beacon data packet measured at the receiver. RSSI [dBm] = TransponderEd-90 |
2.3 | ||||||||
| <Mode> |
|
2.3 | ||||||||
| <BeaconIndex> |
All active boxes send out one beacon per second. BeaconIndex is increased by one every time a beacon is sent. |
2.3 | ||||||||
| <BeaconTimestamp> |
TimeStamp when the beacon was received. |
2.3 | ||||||||
| <ChannelSwitchingMode> | AUTO, OFF, FORCE or UNKNOWN (UNKNOWN for all but the directly connected Active Extension.) | 2.3 |
If no active extension is found it will respond with:
GETACTIVESTATUS;ERROR<CrLf>
Protocol version
Available since protocol version 1.5