Git Product home page Git Product logo

Comments (3)

Steven-Jones911 avatar Steven-Jones911 commented on September 27, 2024 1

Yes, of course, I miswrote 00. 0I would be correct in the comment.
I do not know whether the upper nibble is used for an ID in other units. My previous unit had 4 hex digits, this new one has 5.

from rtl_433.

gdt avatar gdt commented on September 27, 2024 1

I suppose there is some risk, but this is pretty compelling evidence that the previous decoding is not right. It is not 100% convincing that the missing 0x1 nibble is that one, but maybe that's the only choice. FWIW, I think all decoders should output variables for undecoded bits so that they get logged and people are aware.

All in all, I'd be ok with a PR to change this. I weight correct behavior higher than compat.

from rtl_433.

ProfBoc75 avatar ProfBoc75 commented on September 27, 2024

Hi @Steven-Jones911: There is a little risk to break the decoding for others, their ID could change, very small since it was 0x00 .

Can you clarify one point. You proposed to update the layout with II instead of 00 and you extract only lower nibble with the & 0xf.

So layout 0I II II with you current code .... or II II II without & 0xf... ?

from rtl_433.

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.