nayelyz
(SmartThings Developer Support)
April 21, 2022, 11:15pm
2
Indeed, there’s an issue in the app with the smokeDetector
capability. This is already reported but there hasn’t been an update yet. It affects all the integrations, not only Edge drivers:
I’m developing a Edge driver for local integration with Vanderbilt SPC alarm system.
I would like to use the native Smoke Detector Capability, but have problem with the indicators.
On the Dashboard the icon is always shown as “no smoke” and the state field is empty. On Detailview, the icon is always shown as “smoke detected”, but the statefield is working correctly. Also automations seems to be correct.
[SmartThings_p1]
[SmartThings_p2]
My profile:
name: SpcSmokeSensor.v1
components:
- id: main
capabilities:
- id: smokeDetector
version: 1
- id: refresh
version: 1
- id: healthCheck
version: 1
categories:
- name: SmokeDetector
metadata:
deviceType: SmokeSensor
ocfDeviceType: x.com.st.d.sensor.smoke
deviceTypeId: SmokeSensor
1 Like