{"id":13800989,"url":"https://github.com/jcalbert/uEagle","last_synced_at":"2025-05-13T10:30:55.479Z","repository":{"id":52557195,"uuid":"171074083","full_name":"jcalbert/uEagle","owner":"jcalbert","description":"Micropython Rainforest EAGLE client","archived":false,"fork":false,"pushed_at":"2021-04-27T15:50:18.000Z","size":24,"stargazers_count":4,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"nonmicro","last_synced_at":"2024-09-23T12:09:42.086Z","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/jcalbert.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-02-17T02:34:20.000Z","updated_at":"2023-07-21T16:43:37.000Z","dependencies_parsed_at":"2022-09-06T16:30:18.819Z","dependency_job_id":null,"html_url":"https://github.com/jcalbert/uEagle","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/jcalbert%2FuEagle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcalbert%2FuEagle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcalbert%2FuEagle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcalbert%2FuEagle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcalbert","download_url":"https://codeload.github.com/jcalbert/uEagle/tar.gz/refs/heads/nonmicro","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225198962,"owners_count":17437005,"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-08-04T00:01:18.310Z","updated_at":"2024-11-18T15:31:27.833Z","avatar_url":"https://github.com/jcalbert.png","language":"Python","readme":"# uEagle\nRainforest EAGLE client\n\nBasic, lightweight client for accessing the local REST API of Rainforest Automation's EAGLE device.\n\nBased off a micropython module, this uses minimal local resources.\n\nExample use:\n\n```python\nfrom uEagle import Eagle\n \nCLOUD_ID = '012abc'\nINSTALL_CODE = '0123456789abcdef'\nADDRESS = '192.168.1.123' #optional if your platform can resove mDNS\n \neagle = Eagle(CLOUD_ID, INSTALL_CODE, address=ADDRESS)\n \ndemand_data = eagle.get_instantaneous_demand()\nprint('Current Usage: {:.3f} kW'.format(demand_data['Demand']))\n```\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcalbert%2FuEagle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcalbert%2FuEagle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcalbert%2FuEagle/lists"}