{"id":15007886,"url":"https://github.com/trickfilm400/solarlog-api","last_synced_at":"2026-04-02T03:00:15.059Z","repository":{"id":119524649,"uuid":"503224412","full_name":"Trickfilm400/solarlog-api","owner":"Trickfilm400","description":"Nodejs-Api for solar-log devices to fetch inverter values and more","archived":false,"fork":false,"pushed_at":"2025-05-01T20:58:31.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-19T02:47:02.155Z","etag":null,"topics":["node","nodejs","nodejs-api","nodejs-modules","npm","npm-api","npm-package","solar","solar-energy","solar-log","solar-logger","solar-system","solarlog-gmbh","solarlog500"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@trickfilm400/solarlog-api","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trickfilm400.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-06-14T05:44:17.000Z","updated_at":"2025-05-01T20:58:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b4f99a0-23ed-4cfc-9627-f78f8a78cc52","html_url":"https://github.com/Trickfilm400/solarlog-api","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"a3bcfd49459be58bbe16e67cbb94d14db139c486"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Trickfilm400/solarlog-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trickfilm400%2Fsolarlog-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trickfilm400%2Fsolarlog-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trickfilm400%2Fsolarlog-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trickfilm400%2Fsolarlog-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trickfilm400","download_url":"https://codeload.github.com/Trickfilm400/solarlog-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trickfilm400%2Fsolarlog-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["node","nodejs","nodejs-api","nodejs-modules","npm","npm-api","npm-package","solar","solar-energy","solar-log","solar-logger","solar-system","solarlog-gmbh","solarlog500"],"created_at":"2024-09-24T19:14:19.533Z","updated_at":"2026-04-02T03:00:14.985Z","avatar_url":"https://github.com/Trickfilm400.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# solarlog-api\n\nThis NPM package provides a full nodejs-api for the Solar-Log device to fetch data of the solar-log device.\n\nTested with SolarLog 500 device.\n\nImplements one part of the API which is documented here: https://github.com/iobroker-community-adapters/ioBroker.solarlog/blob/master/docs/solarlog_dataobjects.md (or: https://github.com/iobroker-community-adapters/ioBroker.solarlog/blob/9e92005e51ca10e3692319545688805ecb1396ec/docs/solarlog_dataobjects.md)\n\nIf you need more requests implemented, just create an issue.\n\n## Usage\n\n- Install NPM package from GitHub or NPM.\n- Function return a Promise\n\n## Example\n\n```typescript\nimport SolarLogAPI from \"@trickfilm400/solar-log\";\n\nconst client = new SolarLogAPI(\"\u003cIP / Host of device\", [0, 1, 2] /* Array of numbers of inverters*/);\n\nclient.getStatusAndProduction().then((res) =\u003e {\n    console.log(res);\n    /*\n     * {\n         status: { '0': 'MPP', '1': 'MPP', '2': 'MPP' },\n         production: { '0': '566', '1': '588', '2': '846' }\n        }\n     *\n     *\n     */\n}).catch(console.error);\n```\n\n\u0026copy; 2022-2024 Trickfilm400\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrickfilm400%2Fsolarlog-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrickfilm400%2Fsolarlog-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrickfilm400%2Fsolarlog-api/lists"}