{"id":15663545,"url":"https://github.com/yozik04/nibe_downlink","last_synced_at":"2025-05-06T15:28:36.975Z","repository":{"id":149036024,"uuid":"86971174","full_name":"yozik04/nibe_downlink","owner":"yozik04","description":"Get variables from Nibe Uplink","archived":false,"fork":false,"pushed_at":"2017-06-23T20:47:39.000Z","size":7,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T01:31:38.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yozik04.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":"2017-04-02T07:43:34.000Z","updated_at":"2023-01-22T15:50:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3bf0089-a86e-404b-825a-fde8e824e3f3","html_url":"https://github.com/yozik04/nibe_downlink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yozik04%2Fnibe_downlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yozik04%2Fnibe_downlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yozik04%2Fnibe_downlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yozik04%2Fnibe_downlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yozik04","download_url":"https://codeload.github.com/yozik04/nibe_downlink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252712580,"owners_count":21792340,"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","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-10-03T13:38:03.250Z","updated_at":"2025-05-06T15:28:36.956Z","avatar_url":"https://github.com/yozik04.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nibe Downlink\nGet variables from Nibe Uplink\n\n# Requirements\nYour heatpump should be registered in Nibe Uplink. This module fetches data from Nibe Uplink\n\n# Installation\n\n    pip install git+https://github.com/yozik04/nibe_downlink.git\n\n# Usage\n\n``` python\nfrom pprint import pprint\n\nfrom nibe_downlink import NibeDownlink\n\nNIBE_UPLINK_CONF = {\n  'username': \"example@example.com\",\n  'password': \"nibe_uplink_pass\",\n  \"hpid\": \"99999\", # heat pump id\n  'variables': [47011,48132,47041,40008,40012,40015,40016,43005,43416,43420,43424,43136,43439,43437,40004,40013,10069] # variables you want to fetch\n}\n\nnd = NibeDownlink(**NIBE_UPLINK_CONF)\n\nonline, values = nd.getValues()\n\nprint \"Is online: %s\" % str(online)\npprint(values)\n```\n\n### Heat Pump ID: hpid\nGet your **hpid** from Nibe Uplink web site. Open a heatpump and it's id will be in your address bar:\nhttps://www.nibeuplink.com/System/**99999**/Status/Overview\n\n### Variable IDs\nSee https://github.com/openhab/openhab1-addons/wiki/Nibe-Heat-Pump-Binding\n\n# Examples\n\nCopy *examples/config.py.dist* to *examples/config.py* and change settings inside the file\n\n### Nibe Uplink -\u003e MQTT bridge service\n\nSee *examples/mqtt.py*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyozik04%2Fnibe_downlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyozik04%2Fnibe_downlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyozik04%2Fnibe_downlink/lists"}