-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Securifi Zigbee Motion Sensor #511
Comments
Did you get this working ? |
@pleasanthill17 It's still shipping to Australia, should be here end of this week. |
@Koenkk @tb-killa I now have this motion sensor, need some assistance adding it:
This is the database.db entry:
No output in debug terminal is displayed when triggering motion, where to go from here? Also want to add that this sensor turned out to be very big physically, it's the largest motion sensor I have in my collection (I thought it was pretty small looking at the photo on Amazon). Still I will add support for it but not using it personally due to the size. Would be nice if they released a sensor with the same form factor but half the size. |
As this is an ias device it needs to be enrolled. Can you try with (may require repairing): {
zigbeeModel: ['SZ-PIR02_SF'],
model: 'SZ-PIR02',
vendor: 'Iris',
description: 'Motion Sensor',
supports: 'occupancy',
fromZigbee: [],
toZigbee: [],
configure: (ieeeAddr, shepherd, coordinator, callback) => {
const device = shepherd.find(ieeeAddr, 1);
const actions = [
(cb) => device.write('ssIasZone', 'iasCieAddr', coordinator.device.getIeeeAddr(), cb),
(cb) => device.report('ssIasZone', 'zoneStatus', 0, 30, null, cb),
(cb) => device.functional('ssIasZone', 'enrollRsp', {
enrollrspcode: 1,
zoneid: 23
}, cb),
];
execute(device, actions, callback);
},
}, |
I'm trying to get another Securifi working (Peanut plug) in #809, but the modelId field is missing. Interesting that yours isn't. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
A nice looking motion sensor this one, I've ordered a unit, should be delivered in a couple of weeks.
https://www.amazon.com/gp/product/B00TBXG0TW
CR123A battery should have good life expectancy.
The text was updated successfully, but these errors were encountered: