{"id":18966938,"url":"https://github.com/link-intersystems/sonnen","last_synced_at":"2026-07-07T01:31:24.439Z","repository":{"id":39490188,"uuid":"502574065","full_name":"link-intersystems/sonnen","owner":"link-intersystems","description":"Libraries for the sonnen.de photovoltaics system.","archived":false,"fork":false,"pushed_at":"2022-07-04T08:32:46.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T16:55:48.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/link-intersystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-12T09:39:38.000Z","updated_at":"2022-06-12T09:40:14.000Z","dependencies_parsed_at":"2022-09-09T02:32:08.820Z","dependency_job_id":null,"html_url":"https://github.com/link-intersystems/sonnen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/link-intersystems/sonnen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fsonnen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fsonnen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fsonnen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fsonnen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link-intersystems","download_url":"https://codeload.github.com/link-intersystems/sonnen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fsonnen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280657111,"owners_count":26368263,"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-23T02:00:06.710Z","response_time":142,"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-08T14:39:09.332Z","updated_at":"2025-10-23T16:55:48.788Z","avatar_url":"https://github.com/link-intersystems.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains libraries that can be used with the sonnen.de photovoltaics system.\n\n| :point_up: License                                                                                           |\n|--------------------------------------------------------------------------------------------------------------|\n| When you use the software provided here you agree to the the [Eclipse Public License (EPL) 2.0](LICENSE.md). | \n\n\n# [sonnen-client-rest](client-rest/README.md)\n\nThe sonnen-client-rest is a Java based client\nto access the JSON API of a sonnen battery like the sonnenBatterie 10 performance.\n\n    SonnenClientFactory factory = SonnenClientFactory.getInstance();\n    SonnenClient sonnenClient = factory.create(\"http://\u003cyour_host_or_ip\u003e/api/v2\", \"\u003cyour_api_token\u003e\")\n\n    Status status = sonnenClient.getStatus();\n\n    System.out.println(\"Erzeugung [W]: \" + status.getProductionW());\n    System.out.println(\"Verbrauch [W]: \" + status.getConsumptionW());\n    System.out.println(\"Einspeisung [W]: \" + status.getGridFeedInW());\n    System.out.println(\"Notstromreserve: \" + status.getBackupBuffer());\n\nwill output something like this:\n\n    Erzeugung [W]: 5864\n    Verbrauch [W]: 415\n    Einspeisung [W]: 5392\n    Notstromreserve: 15\n\n# [sonnen-data-logger](data-logger/README.md)\n\nThe sonnen-data-logger is a Spring Boot application that retrieves status data from\na sonnenBatterie and persists it in a mongodb. \n\nIt runs on *amd64* and *arm/v7* (such as a raspberry pi).\n\n## Docker\n\nA Docker image is available at https://hub.docker.com/repository/docker/linkintersystems/sonnen-data-logger.\n\nSetup steps are explained at [sonnen-data-logger](data-logger/README.md).\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-intersystems%2Fsonnen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink-intersystems%2Fsonnen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-intersystems%2Fsonnen/lists"}