Silvercrest / Lidl Smarthome

I’ve tried the same but w/o success. Anyway, create seperate thred about it as this is different problem then zigbee discussed here:

I have the same happening here, status is always clear. Did you manage to fix it?

The sensors don’t always seem to enroll themselves in the IAS zone after pairing. I had to manually enroll it (I’m using deCONZ) before events started being passed.

Mmm ok, I guess in ZHA I do it over here:

Do you have any idea what value I need to pass?

Try sending it without a value, or “0” (which is what deCONZ seems to use, but it may be the default).

Hi, I didn’t fix anything besides the steps in the post you are replying to. But I tested it just now and the sensor shows detected as the status when someone is present and clear when it is not.
The only thing is that I cannot do anything with that status in HA. I can only switch a light in Zigbee (the same as with an Ikea motion sensor) by coupling them via Phoscon.

My guess is that we are experiencing something similar as that is written here (but for ZWave): How to test the OZW Beta without fully switching over
For the Motion sensor for the Lidl sensor we do not get the sensor that switches from Off to On (as with the ZWave PIR devices that I also have). Only with that sensor entity I can switch other devices in HA (or services), not with the “motion” one.

I tried just now to get some action on the FSM_STATE sensor (I believe that is a so called CLIP sensor in the integration) but I cannot use that to do anything else in HA as well.

I am currently on HA 2021.1.4 / deconz add-on 6.6.2 / deconz Conbee II firmware 26660700, version 2.7.1

Strange, as that works fine for me:

deCONZ version 2.0.7 with a Conbee I running firmware 26370500

That doesn’t seem to do anything, after I tried that command I didn’t get the red led anymore when waving in front of the motion sensor :confused:

Oops :frowning: It’s similar that what I did in deCONZ to get it working, but I don’t know if ZHA does something differently. Try pairing the device again.

For some reason it works now…

image

Maybe a stupid question but do you know the use of the button on the back of the sensor? The little hole on the side is used to reset the device right, not sure what the button does :smiley: I can’t find it either in the manual.

The little button on the back enables the IAS functionality. Thus it needs to be on the “plate” to function. (Then the button is pressed).

I see those messages/entries as well, but cannot seem to do anything with them. Can you use it in an automation or something?

That is what I meant with the text above.

That’s weird, I have it decoupled from the plate and it just works

Yes, just tried:

- alias: 'Lidl motion sensor test'
  trigger:
    platform: state
    entity_id: binary_sensor.motion_sensor_j
    to: 'on'
  action:
    service: script.notify_robert
    data:
      message: 'Motion detected'
2 Likes

Tried enrolling with value 0 and backplate on (which enables the IAS functionality it seems) and now it works :smiley: Thank you sooo much!

Same here, the motion sensor works regardless of whether the device is mounted on the plate or not.

From what I understood, it’s an anti-tamper button, so if someone removes the sensor from its mounting plate it would trigger an event. It doesn’t look like deCONZ picks those events up though.

You are right, I tested the same and it still works. :thinking: Maybe it has to do with initial pairing?

LIDL Smart Home will be available for sale in France for the first time on the1st of February.
Thanks to all other countries for the integration debug ! :yum:

Copied your test and got it working but with my own test it doesn’t work. But that code does work for other PIR devices…

alias: (110) - Alarm test zolder
description: ''
trigger:
  - platform: state
    entity_id: binary_sensor.motion_sensor_presence
    to: 'on'
condition: []
action:
  - data:
      message: >-
        Er is beweging bij: {{ trigger.to_state.attributes.friendly_name }} om
        {{ now().strftime("%d-%m-%Y %H:%M") }}
      title: Alarm - Beweging in huis!
    service: notify.patrick
mode: single

It must be something with the “trigger” part as a simple message does work. Yeah! :slight_smile: Thanks

I’ll just need to do some more debugging.