{"id":17244625,"url":"https://github.com/kost/neohub-python","last_synced_at":"2025-03-26T04:42:36.568Z","repository":{"id":57445457,"uuid":"163739195","full_name":"kost/neohub-python","owner":"kost","description":"Python module to control Neohub supported thermostats","archived":false,"fork":false,"pushed_at":"2019-01-02T19:48:47.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T11:17:28.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/kost.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}},"created_at":"2019-01-01T13:36:19.000Z","updated_at":"2019-11-15T05:55:43.000Z","dependencies_parsed_at":"2022-09-26T17:30:17.474Z","dependency_job_id":null,"html_url":"https://github.com/kost/neohub-python","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fneohub-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fneohub-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fneohub-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fneohub-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/neohub-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245591617,"owners_count":20640692,"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-15T06:26:21.251Z","updated_at":"2025-03-26T04:42:36.550Z","avatar_url":"https://github.com/kost.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Neohub\n======\nPython module to control Neohub supported thermostats\n\nRequirements\n============\n\nIt should work with both python2 and python3 with simple pip commands:\n```\nsudo apt-get update\nsudo apt-get install -y python3 python3-pip\nsudo pip3 install neohub\n```\n\nExamples\n========\n\nSimple example to get devices and its current status:\n```\n# you should obtain devkeys and IDs somehow\nn=neohub.Neohub(**{'devkey':1,'vendorid':1,'devicetypeid':1, 'debug':False})\n# e-mail of account and password\nresp=n.login(\"simple@example.org\",\"password\")\nfor device in resp['devices']:\n        print(\"=Device: \", device['devicename'],device['deviceid'])\n        stat=n.device_status(device['deviceid'])\n        status=stat['devices'][0]\n        print(status)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fneohub-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fneohub-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fneohub-python/lists"}