Trouble with radar detector

Thank you Mike! It works with the Hue driver! :tada:


@junk7001 you can try now with the HE inbuilt driver :

1 Like

It works as well!

1 Like

Wow, thanks I'll give it a try.

Can you forward the fingerprint as well as the data section?, I can spin up a dedicated driver for this as it likely doesn't do LUX and whatever else

3 Likes
  • endpointId: 01
  • application: 01
  • firmwareMT: 1286-080C-00001005
  • inClusters: 0000,0003,0406,0500,FC57,FC11
  • manufacturer: SONOFF
  • model: SNZB-06P
  • outClusters: 0003,0019
  • softwareBuild: 1.0.5

This is the Z2M TypeScript definition :

SNZB-06P
{
        zigbeeModel: ['SNZB-06P'],
        model: 'SNZB-06P',
        vendor: 'SONOFF',
        description: 'Zigbee occupancy sensor',
        fromZigbee: [fz.occupancy],
        exposes: [e.occupancy()],
        extend: [
            numeric({
                name: 'occupancy_timeout',
                cluster: 0x0406,
                attribute: {ID: 0x0020, type: 0x21},
                description: 'Unoccupied to occupied delay',
                valueMin: 15,
                valueMax: 65535,
            }),
            enumLookup({
                name: 'occupancy_sensitivity',
                lookup: {low: 1, medium: 2, high: 3},
                cluster: 0x0406,
                attribute: {ID: 0x0022, type: 0x20},
                description: 'Sensitivity of human presence detection',
            }),
            enumLookup({
                name: 'illumination',
                lookup: {dim: 0, bright: 1},
                cluster: 0xfc11,
                attribute: {ID: 0x2001, type: 0x20},
                description: 'Only updated when occupancy is detected',
                zigbeeCommandOptions: {manufacturerCode: Zcl.ManufacturerCode.SHENZHEN_COOLKIT_TECHNOLOGY_CO_LTD},
                access: 'STATE',
            }),
            ota(),
        ],
    },
2 Likes

Ok, it seems the motion works after being off for the night. Works from start at 5am and looks like till 9:30am. Then just shows active. Pressing set preferences and refresh bring it back for a while.
The funny part is it stays working again around 9 pm. I have 2 rules setup with the parset at 12 & 4pm.

Did you try using this or the Hue Motion Sensor drivers? Although, i suppose there will be no difference in regards to the motion staying active for a long time.