You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| alarm | String |☑| Alarm state of the smoke detector. Possible values to read are: `IDLE_OFF`, `PRIMARY_ALARM`, `SECONDARY_ALARM` and `INTRUSION_ALARM`. Possible values to write are: `INTRUSION_ALARM_ON_REQUESTED` and `INTRUSION_ALARM_OFF_REQUESTED`. |
302
+
| smoke-check | String |☑| State of the smoke check. Also used to request a new smoke check. |
303
+
| battery-level | Number |☐| Current battery level percentage as integer number. Bosch-specific battery levels are mapped to numbers as follows: `OK`: 100, `LOW_BATTERY`: 10, `CRITICAL_LOW`: 1, `CRITICALLY_LOW_BATTERY`: 1, `NOT_AVAILABLE`: `UNDEF`. |
304
+
| low-battery | Switch |☐| Indicates whether the battery is low (`ON`) or OK (`OFF`). |
302
305
303
306
### Smoke Detector II
304
307
305
308
The smoke detector warns you in case of fire.
306
309
307
-
**Thing Type ID**: `smoke-detector`
310
+
**Thing Type ID**: `smoke-detector-2`
308
311
309
-
| Channel Type ID | Item Type | Writable | Description |
| smoke-check | String |☑| State of the smoke check. Also used to request a new smoke check. |
312
-
| battery-level | Number |☐| Current battery level percentage as integer number. Bosch-specific battery levels are mapped to numbers as follows: `OK`: 100, `LOW_BATTERY`: 10, `CRITICAL_LOW`: 1, `CRITICALLY_LOW_BATTERY`: 1, `NOT_AVAILABLE`: `UNDEF`. |
313
-
| low-battery | Switch |☐| Indicates whether the battery is low (`ON`) or OK (`OFF`). |
314
-
| signal-strength | Number |☐| Communication quality between the device and the Smart Home Controller. Possible values range between 0 (unknown) and 4 (best signal strength). |
312
+
| Channel Type ID | Item Type | Writable | Description |
| alarm | String |☑| Alarm state of the smoke detector. Possible values to read are: `IDLE_OFF`, `PRIMARY_ALARM`, `SECONDARY_ALARM` and `INTRUSION_ALARM`. Possible values to write are: `INTRUSION_ALARM_ON_REQUESTED` and `INTRUSION_ALARM_OFF_REQUESTED`. |
315
+
| smoke-check | String |☑| State of the smoke check. Also used to request a new smoke check. |
316
+
| battery-level | Number |☐| Current battery level percentage as integer number. Bosch-specific battery levels are mapped to numbers as follows: `OK`: 100, `LOW_BATTERY`: 10, `CRITICAL_LOW`: 1, `CRITICALLY_LOW_BATTERY`: 1, `NOT_AVAILABLE`: `UNDEF`. |
317
+
| low-battery | Switch |☐| Indicates whether the battery is low (`ON`) or OK (`OFF`). |
318
+
| signal-strength | Number |☐| Communication quality between the device and the Smart Home Controller. Possible values range between 0 (unknown) and 4 (best signal strength). |
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/console/BoschShcCommandExtension.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,10 @@ public BoschShcCommandExtension(final @Reference ThingRegistry thingRegistry) {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/AbstractSmokeDetectorHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/BoschSHCBindingConstants.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/smokedetector/SmokeDetector2Handler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/smokedetector/SmokeDetectorHandler.java
0 commit comments