Smoke Detector Indicators not working

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.

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

This issue is already reported, it affects other integrations, so it’s not an Edge drivers issue.
I’ll keep an eye on the progress and share with you all the updates.

This is just as a reference:

1 Like

Thank you for your reply, Nayely.
Then I just have to wait for a solution.

@nayelyz,
Smoke Detectors now show connected status on the tile.
They no longer show searching, but the icon is the corresponding to smoke detected

Hi, @Mariano_Colmenarejo. I moved your comment here because this is not an issue in Edge only.
Thank you for the feedback, I’ll reach out to the engineering team to get more info about that.
I believe the icon is active because the status received in the dashboard is related to an active state but it’s definitely weird…

1 Like

The smoke detector mosaic is finally working fine.
It already shows the correct status and icon

2 Likes