Giter Site home page Giter Site logo

Comments (20)

highground88 avatar highground88 commented on August 20, 2024 1

#Koenkk/zigbee2mqtt#176

Appears to be the same hardware but different model/brand name.... As more of these start appearing it might be easy to use the same handlers once they are finalised.

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

What did you add to devices.js?

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

That looks good, tz.on_off should catch the {"state":"on"} message. Could you provide the complete log? Could you also try just sending ON instead of {"state":"on"}.

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

On which zigbee2mqtt version are you?

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

Can you update to zigbee2mqtt 1.0.1 and try again?

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

Thank you that seems to have fixed it. Simply sending on or off is sufficient.

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

Hi Koenkk,
Since updating to v1.01 I'm having trouble paring a device that you helped me configure a few weeks ago. It seems to pair ok but throws an error when activated (it's a door contact). I've paired it many times, always with the same result, it worked previously (v1.0.0).

zigbee2mqtt:debug 2019-1-3 20:36:33 Received zigbee message of type 'devInterview' with data '"0x00158d000202bb30"'
zigbee2mqtt:warn 2019-1-3 20:36:33 Message without device!
zigbee2mqtt:debug 2019-1-3 20:36:34 Received zigbee message of type 'devInterview' with data '"0x00158d000202bb30"'
zigbee2mqtt:warn 2019-1-3 20:36:34 Message without device!
zigbee2mqtt:debug 2019-1-3 20:36:34 Received zigbee message of type 'devInterview' with data '"0x00158d000202bb30"'
zigbee2mqtt:warn 2019-1-3 20:36:34 Message without device!
zigbee2mqtt:debug 2019-1-3 20:36:35 Received zigbee message of type 'devInterview' with data '"0x00158d000202bb30"'
zigbee2mqtt:warn 2019-1-3 20:36:35 Message without device!
zigbee2mqtt:debug 2019-1-3 20:36:35 Received zigbee message of type 'devInterview' with data '"0x00158d000202bb30"'
zigbee2mqtt:warn 2019-1-3 20:36:35 Message without device!
zigbee2mqtt:debug 2019-1-3 20:36:35 Received zigbee message of type 'devIncoming' with data '"0x00158d000202bb30"' of device 'CSW_ADUROLIGHT' (0x00158d000202bb30)
zigbee2mqtt:info 2019-1-3 20:36:35 Device incoming...
zigbee2mqtt:info 2019-1-3 20:36:35 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"device incoming"}'
zigbee2mqtt:debug 2019-1-3 20:36:35 Received zigbee message of type 'devStatus' with data '"online"' of device 'CSW_ADUROLIGHT' (0x00158d000202bb30)
zigbee-shepherd-converters:devices Configured '(cb) => device.write('ssIasZone', 'iasCieAddr', coordinator.device.getIeeeAddr(), cb)' with result 'OK' +7s
zigbee-shepherd-converters:devices Configured '(cb) => device.functional('ssIasZone', 'enrollRsp', {enrollrspcode: 0, zoneid: 23}, cb)' with result 'OK' +603ms
zigbee2mqtt:info 2019-1-3 20:36:37 Succesfully configured 0x00158d000202bb30 0x00158d000202bb30
zigbee2mqtt:debug 2019-1-3 20:36:37 Received zigbee message of type 'devChange' with data '{"cid":"ssIasZone","data":{"zoneState":1,"zoneStatus":32,"zoneId":23}}' of device 'CSW_ADUROLIGHT' (0x00158d000202bb30)
zigbee2mqtt:debug 2019-1-3 20:36:37 Received zigbee message of type 'devChange' with data '{"cid":"ssIasZone","data":{"zoneState":1,"zoneStatus":32,"zoneId":23}}' of device 'CSW_ADUROLIGHT' (0x00158d000202bb30)

Seems to have paired ok so then activate it:

zigbee2mqtt:debug 2019-1-3 20:38:28 Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":32}' of device 'undefined' (0x00124b0018ed35a7)
zigbee2mqtt:info 2019-1-3 20:38:28 New device with address 0x00124b0018ed35a7 connected!
zigbee2mqtt:info 2019-1-3 20:38:28 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"device_connected","message":"0x00124b0018ed35a7"}'
zigbee2mqtt:warn 2019-1-3 20:38:28 Device with modelID 'undefined' is not supported.
zigbee2mqtt:warn 2019-1-3 20:38:28 Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html
zigbee2mqtt:debug 2019-1-3 20:38:28 Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":32}' of device 'CSW_ADUROLIGHT' (0x00158d000202bb30)
/opt/zigbee2mqtt/lib/extension/deviceReceive.js:56
return c.cid === cid && c.type === message.type;
^

TypeError: Cannot read property 'cid' of undefined
at mappedDevice.fromZigbee.filter (/opt/zigbee2mqtt/lib/extension/deviceReceive.js:56:26)
at Array.filter ()
at DeviceReceive.onZigbeeMessage (/opt/zigbee2mqtt/lib/extension/deviceReceive.js:54:52)
at extensions.filter.forEach (/opt/zigbee2mqtt/lib/controller.js:112:31)
at Array.forEach ()
at Controller.onZigbeeMessage (/opt/zigbee2mqtt/lib/controller.js:112:14)
at Zigbee.onMessage (/opt/zigbee2mqtt/lib/zigbee.js:173:18)
at emitOne (events.js:116:13)
at ZShepherd.emit (events.js:211:7)
at ZShepherd. (/opt/zigbee2mqtt/node_modules/zigbee-shepherd/lib/shepherd.js:137:14)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! /root/.npm/_logs/2019-01-03T20_38_28_599Z-debug.log

Ii seems to be picking up a different device address somehow.

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

Did you do a rm -rf node_modules && npm install?

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

I deleted the whole zigbee2mqtt folder and started again

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

Did you make some manual changes afterwards?

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

TBH I was struggling getting anything to pair and flailed around a bit, I now have a smart socket acting as a router could that affect anything? Happy to start over, what's the best way to proceed? Presumably I keep my devices.js?

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

Tha shouldnt be a problem, can you start over? (without manual changes)

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

Yes no problem, how would you recommend, just blow the whole thing away and pull from git then npm install, copy back my devices. js?

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

The problem probably is your devices.js, how does the section look that you added?

from zigbee-herdsman-converters.

arcsyst avatar arcsyst commented on August 20, 2024

devices.zip

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on August 20, 2024

Support for this device has been added in #198

from zigbee-herdsman-converters.

stale avatar stale commented on August 20, 2024

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.

from zigbee-herdsman-converters.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.