Get state and sensor data of one or more devices.
deviceStatus/slcDeviceAddress
GET
-
-
| Entity | Type | Nullable | Description |
|---|---|---|---|
| deviceStatus | array (mainEntity) | no |
| Entity | Type | Nullable | Description |
|---|---|---|---|
| device_id | int | no | slcDeviceAddress |
| led_brightness | byte | yes | led brightness in % |
| power_usage | float | yes | current energy consumption in Watt |
| evg_sec_current | float | yes | current secondary (led) current in ampere (measured by DALI 2-EVG) |
| evg_sec_voltage | float | yes | current secondary (led) voltage in volt (measured by DALI 2-EVG) |
| online_status_id | int (onlineState) | no | device online state |
| network_quality | byte | yes | network connection quality in % |
| hop_count | byte | yes | number of signal redirects (hops) of the radio connection to the device |
| last_connection_at | timestamp | yes | Date and time of last known connection to the device. |
| last_status_refresh_at | timestamp | yes | last actualization of the device state data (eg. sensor data) |
| pcb_temperature | float | yes | device temperature in °C |
| led_temperature | float | yes | LED temperatur in °C |
| env_brightness_reference | int | yes | reference environment brightness (0-1720 lux) |
| env_brightness_local | int | yes | locally measured environment brightness (0-1720 lux) |
| motion_counter | int | yes | motion counter value |
| operation_time_dev_total | double | yes | total operation time in hours |
| operation_time_led_total | double | yes | total LED operation time in hours |
| operation_time_led_weighted | double | yes | weighted LED operation time in hours |
| manual_override_switch_status | bool | yes | current light switch state (active/inactive) |
| on_time | double | yes | device operation time since last switch on or reset in hours |
| device_hw_status_id | byte - 1 flag per bit (hardwareState) | yes | device hardware state |
| device_periphery_hw_failure_id | int - 1 flag per bit (peripheryFailure) | yes | periphery hardware failure |
| managing_gateway_id | int | yes | slcID of the gateway that is managing this device |
| dio_status | byte | yes | state of digital IO of the electronics (SLC and SLC Core) |
| Value | Description |
|---|---|
| 0 | Unbekannt |
| 1 | Verfügbar (Online) |
| 2 | Nicht verfügbar (Offline) |
| 3 | Inaktiv |
| Value | Description |
|---|---|
| 0 | Aktivierung erfolgt |
| 1 | GPS Hardware Fehler |
| 2 | RTC Hardware Fehler |
| 3 | Temperatursensor Hardware Fehler |
| 4 | Temperatur zu Hoch |
| 5 | Peripherie Hardware Fehler |
| 6 | Authentifizierungs Fehler |
| 7 | unknown / not yet implemented |
| Value | Description |
|---|---|
| 0 | Bewegungs Sensor Fehler |
| 1 | Digitaler LED Temperatur Sensor Fehler |
| 2 | EVG Lampenfehler |
| 3 | Digitaler Helligkeitssensor Fehler |