Skip to content
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

Add device: IKEA PARASOLL door/windows sensor E2013 #6632

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

Noettore
Copy link
Contributor

@Noettore Noettore commented Dec 5, 2023

I was able to get an IKEA PARASOLL door/window sensor before being released.

@Koenkk Koenkk merged commit 1a80e65 into Koenkk:master Dec 6, 2023
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Dec 6, 2023

thanks!

@rjblake
Copy link

rjblake commented Dec 13, 2023

See you've added e.tamper to the sensor, but I'm not sure there is any tamper sensor for this. The IKEA documentation and press release does not mention this ability.

@Noettore
Copy link
Contributor Author

Hi @rjblake,
you're right, my bad.
I'll create a new PR removing the e.tamper and also the e.battery_low, as I don't believe that exists either.

Thanks,
Ettore

@ArdaXi
Copy link

ArdaXi commented Jan 2, 2024

@Noettore If you're going to be creating a new PR, you might consider adding the standard battery converter too, since it does seem to expose a standard genPowerCfg cluster. That way you can still see the battery percentage.

@rufferson
Copy link

rufferson commented Jan 6, 2024

And ota

{
    zigbeeModel: ['PARASOLL Door/Window Sensor'],
    model: 'E2013',
    vendor: 'IKEA',
    description: 'PARASOLL Door/Window Sensor',
    fromZigbee: [fz.ias_contact_alarm_1, fz.battery],
    toZigbee: [],
    ota: ota.tradfri,
    exposes: [e.battery(), e.contact()],
}

Btw tamper and low_bat fields are returned by ias_contact_alarm_1, to get only contact data without extra fields can use ias_alarm_only_alarm_1 but then it will be called alarm, not contact.

@rjblake
Copy link

rjblake commented Jan 6, 2024

@Noettore If you're going to be creating a new PR, you might consider adding the standard battery converter too, since it does seem to expose a standard genPowerCfg cluster. That way you can still see the battery percentage.

Seems like there is some battery info - found this post https://github.com/dresden-elektronik/deconz-rest-plugin/issues/7417#issuecomment-1845192248 which seems to indicate attributes are there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants