Code Monkey home page Code Monkey logo

Comments (3)

zuckschwerdt avatar zuckschwerdt commented on July 17, 2024

I'll look into the signals and if we can optimized things.

One thing rtl_433 can't deliver is application/use-case specific logic, that might be different for each setup. But you can always post-process the data with something like the scripts in examples -- from simple filtering and scaling to aggregating values, keeping state. See https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_custom.py on how this works in general and https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_mqtt_relay.py to relay to MQTT.

from rtl_433_tests.

zuckschwerdt avatar zuckschwerdt commented on July 17, 2024

The packets are too far aprt to capture in a single transmission, anyway 60-100 packets are to many to capture in one go anyway.
You need to think up some logic like: if there at least 10 identical messages send a MQTT topic, then suppress more messages for a minute. There is no general way we can handle that in rtl_433 but a relay script will work fine.

from rtl_433_tests.

mwolter805 avatar mwolter805 commented on July 17, 2024

Hello zuckschwerdt, thank you for the info and for looking into this. Some type of rate-limiting would work perfectly for this but I was wondering if it could be resolved before going down that path. I'll look into a script within the rtl_433 container or on the home automation server.

Thanks again!

from rtl_433_tests.

Related Issues (16)

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.