{"id":19733591,"url":"https://github.com/zwave-js/zwlf-parser","last_synced_at":"2026-02-21T14:33:39.260Z","repository":{"id":57171168,"uuid":"420971743","full_name":"zwave-js/zwlf-parser","owner":"zwave-js","description":"Parses .zwlf files created by PC Controller and converts them into serial data","archived":false,"fork":false,"pushed_at":"2024-08-30T15:21:21.000Z","size":1095,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T06:10:45.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zwave-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-10-25T10:08:05.000Z","updated_at":"2022-03-02T23:28:17.000Z","dependencies_parsed_at":"2024-04-15T20:39:58.515Z","dependency_job_id":"ad661ae3-1913-4639-8248-a4d810c9ea7d","html_url":"https://github.com/zwave-js/zwlf-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zwave-js/zwlf-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwave-js%2Fzwlf-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwave-js%2Fzwlf-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwave-js%2Fzwlf-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwave-js%2Fzwlf-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwave-js","download_url":"https://codeload.github.com/zwave-js/zwlf-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwave-js%2Fzwlf-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29683996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T14:31:22.911Z","status":"ssl_error","status_checked_at":"2026-02-21T14:31:22.570Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12T00:32:07.687Z","updated_at":"2026-02-21T14:33:39.241Z","avatar_url":"https://github.com/zwave-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zwlf-parser\r\n\r\nParses .zwlf files created by PC Controller and converts them into serial data\r\n\r\n## Usage\r\n\r\n### Parse a .zwlf file and print the serial data to console\r\n\r\n```\r\nnpx @zwave-js/zwlf-parser [--json] /path/to/file.zwlf\r\n```\r\n\r\noutputs\r\n\r\n```\r\n2021-05-25T16:14:37.177Z « 0104011301e8\r\n2021-05-25T16:14:37.177Z » 06\r\n```\r\n\r\nYou can optionally specify the `--json` flag to print the parsed data in JSON format. Each printed line will contain a JSON object:\r\n\r\n```\r\n{\"ts\":\"2021-05-25T16:14:37.177Z\",\"dir\":\"incoming\",\"payload\":\"0104011301e8\"}\r\n{\"ts\":\"2021-05-25T16:14:37.177Z\",\"dir\":\"outgoing\",\"payload\":\"06\"}\r\n```\r\n\r\n## Changelog\r\n\r\n\u003c!--\r\n\tPlaceholder for the next version (at the beginning of the line):\r\n\t### **WORK IN PROGRESS**\r\n--\u003e\n### 1.0.0 (2021-10-25)\r\n\r\n-   Initial release\n\n## License\r\n\r\nMIT License\r\n\r\nCopyright (c) 2021 AlCalzone\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwave-js%2Fzwlf-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwave-js%2Fzwlf-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwave-js%2Fzwlf-parser/lists"}