{"id":21193411,"url":"https://github.com/racksync/node-red-contrib-low-pass-filter","last_synced_at":"2025-10-03T23:35:39.210Z","repository":{"id":188524572,"uuid":"678934976","full_name":"racksync/node-red-contrib-low-pass-filter","owner":"racksync","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-02T19:00:25.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T21:24:45.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/racksync.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-15T18:15:33.000Z","updated_at":"2025-03-16T08:56:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5e05542-1aee-41c4-808f-9a4f5fa07472","html_url":"https://github.com/racksync/node-red-contrib-low-pass-filter","commit_stats":null,"previous_names":["racksync/node-red-contrib-low-pass-filter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/racksync/node-red-contrib-low-pass-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fnode-red-contrib-low-pass-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fnode-red-contrib-low-pass-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fnode-red-contrib-low-pass-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fnode-red-contrib-low-pass-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/racksync","download_url":"https://codeload.github.com/racksync/node-red-contrib-low-pass-filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fnode-red-contrib-low-pass-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245021,"owners_count":25955007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:14:20.068Z","updated_at":"2025-10-03T23:35:39.205Z","avatar_url":"https://github.com/racksync.png","language":"JavaScript","readme":"# Node-RED Low Pass Filter Node\n\n[![Platform](https://img.shields.io/badge/platform-Node--RED-red)](https://nodered.org)\n[![node-red-contrib-low-pass-filter](https://img.shields.io/github/v/release/racksync/node-red-contrib-low-pass-filter)](https://github.com/racksync/node-red-contrib-low-pass-filter/releases) [![last commit](https://img.shields.io/github/last-commit/racksync/node-red-contrib-low-pass-filter)](https://github.com/racksync/node-red-contrib-low-pass-filter/commit/)\n\nThe Node-RED Node in this repository provides a robust low-pass filter, crucial for signal processing and data smoothing tasks. Designed with a dual-layer filtering approach, it is especially effective for scenarios where data consistency and stability are paramount.\n\nFirstly, the flow utilizes an alpha-based mixing system. Through the adjustable ```Alpha``` parameter, users can define the weight between the new input and the previously processed value, enabling a dynamic level of filtering depending on specific needs.\n\nSecondly, to ensure data integrity, a rate limiter is integrated. By setting the ```Difference``` parameter, users can define the maximum allowable difference between consecutive processed data points. This ensures the filtered output doesn't exhibit rapid or unrealistic jumps, making the flow particularly useful for scenarios like sensor data processing where sudden spikes might be prevalent but are not representative of actual changes.\n\n\n# Installation\n\nYou can install the nodes using \"Manage palette\" by searching ```low pass filter``` from node-red kebab menu or run the following command in the root directory of your Node-RED installation\n\n```\nnpm install node-red-contrib-low-pass-filter --save\n```\n\n# Usage\n\nPut \"Low Pass Filter\" into your flow workspace as you wish\n\n![racksync-screenshot](https://github.com/racksync/node-red-contrib-low-pass-filter/blob/main/images/screenshot.png?raw=true)\n\n### Node-RED Node by RACKSYNC\n- [Toggle Flows](https://flows.nodered.org/node/@racksync/node-red-contrib-hass-flow)\n- [Tradfri Remote](https://flows.nodered.org/node/@racksync/node-red-contrib-hass-tradfri-remote)\n- [Low Pass Filter](https://flows.nodered.org/node/@racksync/node-red-contrib-low-pass-filter)\n\n![racksync-node](https://github.com/racksync/node-red-contrib-low-pass-filter/blob/main/images/nodes.png?raw=true)\n\n### Tips\n\n- It is recommended to always do a full deploy when you changed some of the nodes of this library to prevent unexpected behavior.\n- Always use debug node to test message payload before using in Production.\n\n### Automation Training\n\n- [Product \u0026 Services](http://racksync.com)\n- [Training \u0026 Course](https://facebook.com/racksync)\n\n## [RACKSYNC CO., LTD.](https://racksync.com)\n\nWe helps our customers to create life easier across the border of entire technology stack with household and business solutions. We modernize life with Information Technology, Optimize and collect data to make everything possible, secure \u0026 trusty\n\\\n\\\nRACKSYNC COMPANY LIMITED \\\nSuratthani, Thailand \\\nEmail : devops@racksync.com \\\nTel : +66 85 880 8885 \n\n[![Home Automation Thailand Discord](https://img.shields.io/discord/986181205504438345?style=for-the-badge)](https://discord.gg/Wc5CwnWkp4) [![Github](https://img.shields.io/github/followers/racksync?style=for-the-badge)](https://github.com/racksync) \n[![WebsiteStatus](https://img.shields.io/website?down_color=grey\u0026down_message=Offline\u0026style=for-the-badge\u0026up_color=green\u0026up_message=Online\u0026url=https%3A%2F%2Fracksync.com)](https://racksync.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fracksync%2Fnode-red-contrib-low-pass-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fracksync%2Fnode-red-contrib-low-pass-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fracksync%2Fnode-red-contrib-low-pass-filter/lists"}