Coder Social home page Coder Social logo

Comments (11)

Koenkk avatar Koenkk commented on July 25, 2024

5.0.0 has a breaking change. Do you use zigbee2mqtt or iobroker?

from zigbee-herdsman-converters.

arteck avatar arteck commented on July 25, 2024

iobroker

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on July 25, 2024

@kirovilya can you make iobroker compatible with 5.0.0?

from zigbee-herdsman-converters.

kirovilya avatar kirovilya commented on July 25, 2024

@Koenkk :) yes, i can. but I see that it is not yet used in zigbee2mqtt - so I was not in a hurry :))

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on July 25, 2024

It is Koenkk/zigbee2mqtt@9119e54

from zigbee-herdsman-converters.

kirovilya avatar kirovilya commented on July 25, 2024

Yes, I saw it. I will do support soon
@arteck wait :)

from zigbee-herdsman-converters.

arteck avatar arteck commented on July 25, 2024

ok

from zigbee-herdsman-converters.

kirovilya avatar kirovilya commented on July 25, 2024

@arteck Updated adapter dev-version 0.8.0b
@Koenkk When I try 'get' command, I get error:
Error: Payload of commnad: read must have attrId property
I try change code from:

           } else if (type === 'get') {
                return {
                    cid: cid,
                    cmd: 'read',
                    cmdType: 'foundation',
                    zclData: [{attrId: zclId.attr(cid, attrId).value}],
                    cfg: cfg.default,
                };
            }

to

           } else if (type === 'get') {
                return {
                    cid: cid,
                    cmd: 'read',
                    cmdType: 'foundation',
                    zclData: {attrId: zclId.attr(cid, attrId).value},
                    cfg: cfg.default,
                };
            }

and it works

from zigbee-herdsman-converters.

Koenkk avatar Koenkk commented on July 25, 2024

@kirovilya did you apply this change: Koenkk/zigbee2mqtt@9119e54#diff-ac8e6bd5fdab1261687971dcc0eba984R217 (foundation without []).

from zigbee-herdsman-converters.

kirovilya avatar kirovilya commented on July 25, 2024

@Koenkk Oh, I missed it. Thank. I will correct

from zigbee-herdsman-converters.

arteck avatar arteck commented on July 25, 2024

until now .. works

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.