dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 498 forks source link

NYCE Ceiling Motion Sensor #548

Closed jeubanks closed 5 years ago

jeubanks commented 6 years ago

Any chance the NYCE Ceiling motion sensor will be supported soon?

On Windows with deconz loaded in the screen sometimes the sensor will show up as a node and sometimes it won't. Within the REST api nothing is every seen/presented.

On Linux with the REST api nothing is detected.

bdickhaus commented 6 years ago

Maybe this will help? This is for a NYCE NCZ-3043-HA ceiling sensor.

merge

The SmartThings public groovy code is here: https://github.com/SmartThingsCommunity/SmartThingsPublic/blob/master/devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy

The NYCE version is here: http://nycesensors.com/wp-content/uploads/2017/04/NCZ-304x-HA_ST_driver_v1.0.4.zip The NYCE support page for their sensors is here: http://nycesensors.com/support/

simplextech commented 6 years ago

Is there documentation or a process for getting devices supported?

wvuyk commented 6 years ago

@manup, it could be very helpful I think to have a page or documentation how to request support for new devices. I am getting regular requests on how to get a sensor supported. this NYCE motion sensor is one of them and also the request for #792, the smarteinit plug.

When there is a guide, I could point to in in my Homeseer forum, so it would save you and @ebaauw on a step of explaining what info is needed?

manup commented 6 years ago

Good idea, I'll put up a wiki page with a mini howto on the required steps/information and maybe links to past examples. The process how it is done is often the same so the page should be very helpful.

ebaauw commented 6 years ago

I second that!

Additionally, a FAQ or How-To Guide on pairing hard to pair devices would save us a lot if chatter on the issues.

wvuyk commented 6 years ago

@ebaauw that would indeed be an nice extra for sure. In my forum there is a topic on this. The descriptions are aimed for usage in the plugin, But of course the first steps are describing the deCONZ part. Here is the link to the topic

Maybe this can be a start for input?

Is there a way I can help to add at least a few?

manup commented 6 years ago

A first draft is now in the Wiki

https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Request-Device-Support

Additionally, a FAQ or How-To Guide on pairing hard to pair devices would save us a lot if chatter on the issues.

Is there a way I can help to add at least a few?

We could start one Wiki page per device which are referenced from the Suppored-Devices page. The page can provide all useful information. And also be references in GitHub issues and visa versa.

The new official documentation will also contain device specific documentation and REST-API descriptions. However the wiki pages are more easy to edit in an open manner, so these can also be cross linked to the official documentation, which can integrate missing pieces if they are available earlier in the Wiki pages.

MattL0 commented 5 years ago

this would be a nice add https://www.amazon.com/dp/B00WTDV1TU/ref=psdc_7459508011_t2_B00HGVJRX2

simplextech commented 5 years ago

Any updates for NYCE sensors? A sensor joins right away but Phoscon doesn't see it.

simplextech commented 5 years ago

Is there any additional information I can provide?

These sensors work with SmartThings, Hubitat Elevation and Vera Plus. The SmartThings device handler is available on the NYCE site and upon request they will send you integration details.

manup commented 5 years ago

Sorry for the delay it will be added in the next version for testing. Not sure about the handling of the motion signal yet as the sensor provides the Occupancy and IAS Zone clusters. I'll check the docs for some hints.

simplextech commented 5 years ago

Update: Joined the sensor last night and it joined/enrolled and is functioning. Phoscon however does not see it as a sensor in the list but it is working and other apps (HomeSeer JowiHue plugin) can read the information fine through the REST API.

manup commented 5 years ago

Cool, thanks for testing this.

Phoscon however does not see it as a sensor in the list but it is working and other apps (HomeSeer JowiHue plugin) can read the information fine through the REST API.

It should be visible with 2.05.57.

https://github.com/dresden-elektronik/deconz-rest-plugin/releases/tag/V2_05_57

simplextech commented 5 years ago

It is the latest dev branch. I did a pull and compile for testing. I didn't use a release as I don't think it's in a release just yet (I could/probably am wrong)

manup commented 5 years ago

The Phoscon App is only part of the package not of this repo :)

simplextech commented 5 years ago

Yup... I was just relaying the info :)

manup commented 5 years ago

I've updated the wiki supported devices section. Closing the issue for now.