{"id":16397319,"url":"https://github.com/foxriver76/node-weishaupt-api","last_synced_at":"2026-04-01T17:01:59.367Z","repository":{"id":38092821,"uuid":"506361575","full_name":"foxriver76/node-weishaupt-api","owner":"foxriver76","description":"Node module to interact with Weishaupt Heater over WCM-COM 1.0 home module","archived":false,"fork":false,"pushed_at":"2023-03-07T05:08:28.000Z","size":181,"stargazers_count":6,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T13:56:50.386Z","etag":null,"topics":["heater","typescript","wcm-com","weishaupt"],"latest_commit_sha":null,"homepage":"","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/foxriver76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"foxriver76","custom":"https://www.paypal.me/foxriver76"}},"created_at":"2022-06-22T18:24:51.000Z","updated_at":"2025-11-21T09:32:22.000Z","dependencies_parsed_at":"2024-10-28T15:52:00.022Z","dependency_job_id":null,"html_url":"https://github.com/foxriver76/node-weishaupt-api","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"e49f53a35fd1b6675d65e7469d19fc09bfd64648"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foxriver76/node-weishaupt-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-weishaupt-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-weishaupt-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-weishaupt-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-weishaupt-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxriver76","download_url":"https://codeload.github.com/foxriver76/node-weishaupt-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-weishaupt-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31047415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T09:35:52.079Z","status":"ssl_error","status_checked_at":"2026-03-27T09:35:20.916Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["heater","typescript","wcm-com","weishaupt"],"created_at":"2024-10-11T05:09:49.596Z","updated_at":"2026-04-01T17:01:59.328Z","avatar_url":"https://github.com/foxriver76.png","language":"TypeScript","funding_links":["https://github.com/sponsors/foxriver76","https://www.paypal.me/foxriver76"],"categories":[],"sub_categories":[],"readme":"# Node-Weishaupt-API\n[![NPM version](http://img.shields.io/npm/v/weishaupt-api.svg)](https://www.npmjs.com/package/weishaupt-api)\n[![Downloads](https://img.shields.io/npm/dm/weishaupt-api.svg)](https://www.npmjs.com/package/weishaupt-api)\n![Build Status](https://github.com/foxriver76/node-weishaupt-api/workflows/Test%20and%20Release/badge.svg)\n\nA node module for the local Weishaupt WCM-COM 1.0 home API entirely written in TypeScript.\n\n## Disclaimer\nThe developers of this module are in no way endorsed by or affiliated with\nWeishaupt GmbH, or any associated subsidiaries, logos or trademarks.\n\n## Installation\n```npm install weisshaupt-api --production```\n\n## Example\n\n```typescript\nimport { Weishaupt } from 'weishaupt-api';\n\nconst api = new Weishaupt({ url: 'http://192.168.144.162' });\n\n(async () =\u003e {\n    const res = await api.getHomeParameters();\n    console.log(res);\n\n    console.log('----------------------');\n\n    const res2 = await api.getWTCGProcessParameters();\n    console.log(res2);\n\n    console.log('----------------------');\n\n    const res3 = await api.getWCMSOLProcessParameters();\n    console.log(res3);\n})();\n\n```\n\n## Changelog\n### 0.1.2 (2022-09-18)\n* (foxriver76) fixed some types\n\n### 0.1.0 (2022-09-18)\n* (foxriver76) throw meaningful error if server is busy\n\n### 0.0.2\n* (foxriver76) added units for the values\n\n### 0.0.1\n* (foxriver76) initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxriver76%2Fnode-weishaupt-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxriver76%2Fnode-weishaupt-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxriver76%2Fnode-weishaupt-api/lists"}