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

Support: planned to support devices. #4

Closed
6 tasks done
Koenkk opened this issue Apr 13, 2018 · 6 comments
Closed
6 tasks done

Support: planned to support devices. #4

Koenkk opened this issue Apr 13, 2018 · 6 comments
Labels
new device support New device support request

Comments

@Koenkk
Copy link
Owner

Koenkk commented Apr 13, 2018

  • MFKZQ01LM: Mi magic cube controller
  • QBKG04LM: Aqara single key wired wall switch
  • QBKG03LM: Aqara double key wired wall switch
  • QBCZ11LM: Aqara wall socket
  • JTYJ-GD-01LM/BW: MiJia Honeywell smoke detector
  • KTBL01LM/KTBL02LM: Aqara/MiJia air conditioning companion, WILL NOT be supported. This device is a gateway an therefore cannot be paired.
Koenkk added a commit that referenced this issue Apr 19, 2018
Koenkk added a commit that referenced this issue Apr 19, 2018
Koenkk added a commit that referenced this issue Apr 21, 2018
Koenkk added a commit that referenced this issue Apr 21, 2018
Koenkk added a commit that referenced this issue Apr 21, 2018
Koenkk added a commit that referenced this issue Apr 21, 2018
Koenkk added a commit that referenced this issue Apr 22, 2018
Koenkk added a commit that referenced this issue Apr 22, 2018
Koenkk added a commit that referenced this issue Apr 23, 2018
Koenkk added a commit that referenced this issue Apr 23, 2018
Koenkk added a commit that referenced this issue Apr 27, 2018
Koenkk added a commit that referenced this issue Apr 27, 2018
@Koenkk Koenkk added the new device support New device support request label Apr 29, 2018
Koenkk added a commit that referenced this issue Apr 29, 2018
@ciotlosm
Copy link
Contributor

ciotlosm commented May 6, 2018

If you need help, I have a cube controller around.

@Koenkk
Copy link
Owner Author

Koenkk commented May 7, 2018

@ciotlosm yes! You can use #12 and https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices, mine will arrive in a few weeks.

@ciotlosm
Copy link
Contributor

ciotlosm commented May 7, 2018

I will put here the information I get once I get home to connect the cube.
By the way, I also have one https://www.youtube.com/watch?v=-eb9oF2AoGw Aqara Door Lock. I'm not sure what it exposes on zigbee but I can try that tonight as well.

@ciotlosm
Copy link
Contributor

ciotlosm commented May 7, 2018

spinlock: false []
/Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:155
                throw e;
                ^

Error: Unhandled "error" event. (Cannot get the Node Descriptor of the Device: 0x00158d000110828c)
    at ZShepherd.emit (events.js:185:19)
    at /Users/ciotlosm/git/zigbee2mqtt/node_modules/zigbee-shepherd/lib/components/controller.js:609:28
    at _rejected (/Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:864:24)
    at /Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:890:30
    at Promise.when (/Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:1142:31)
    at Promise.promise.promiseDispatch (/Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:808:41)
    at /Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:624:44
    at runSingle (/Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:137:13)
    at flush (/Users/ciotlosm/git/zigbee2mqtt/node_modules/q/q.js:125:13)
    at _combinedTickCallback (internal/process/next_tick.js:131:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! zigbee2mqtt@0.1.0 start: `node index.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the zigbee2mqtt@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ciotlosm/.npm/_logs/2018-05-07T18_27_33_611Z-debug.log

Update: related to #29

@ciotlosm
Copy link
Contributor

ciotlosm commented May 7, 2018

It seems this fails (and crashed the server like in the above comment) when you don't keep pressing the reset to avoid the device going into sleep.

2018-5-7 21:49:40 INFO New device with address 0x00158d000110828c connected!
2018-5-7 21:49:43 WARN Device with modelID 'lumi.sensor_cube' is not supported.
2018-5-7 21:49:43 WARN Please create an issue on https://github.com/Koenkk/zigbee2mqtt/issues to add support for your device
``

@ciotlosm
Copy link
Contributor

ciotlosm commented May 7, 2018

See #23 for initial draft.

A few rotate examples:

{ cid: 'genAnalogInput',
  data: { '65285': 500, presentValue: -58.56999969482422 } }
{ cid: 'genAnalogInput',
  data: { '65285': 500, presentValue: -58.56999969482422 } }
{ cid: 'genAnalogInput',
  data: { '65285': 500, presentValue: -33.040000915527344 } }
{ cid: 'genAnalogInput',
  data: { presentValue: -33.040000915527344 } }
{ cid: 'genAnalogInput',
  data: { '65285': 500, presentValue: -54.29999923706055 } }
{ cid: 'genAnalogInput',
  data: { presentValue: -54.29999923706055 } }
{ cid: 'genAnalogInput',
  data: { '65285': 500, presentValue: -77.55000305175781 } }
{ cid: 'genAnalogInput',
  data: { presentValue: -77.55000305175781 } }

Koenkk added a commit that referenced this issue May 16, 2018
@Koenkk Koenkk closed this as completed May 16, 2018
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

2 participants