{"id":34020616,"url":"https://github.com/ndf-zz/ypmeteo","last_synced_at":"2026-03-11T13:39:08.291Z","repository":{"id":130971753,"uuid":"496520845","full_name":"ndf-zz/ypmeteo","owner":"ndf-zz","description":"Read data from Yocto-Meteo module with pyusb","archived":false,"fork":false,"pushed_at":"2022-06-15T03:30:06.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T03:55:13.418Z","etag":null,"topics":["pyusb","yocto-meteo"],"latest_commit_sha":null,"homepage":"","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/ndf-zz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-26T07:19:40.000Z","updated_at":"2022-05-28T02:56:09.000Z","dependencies_parsed_at":"2024-01-15T01:28:09.724Z","dependency_job_id":null,"html_url":"https://github.com/ndf-zz/ypmeteo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ndf-zz/ypmeteo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndf-zz%2Fypmeteo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndf-zz%2Fypmeteo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndf-zz%2Fypmeteo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndf-zz%2Fypmeteo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndf-zz","download_url":"https://codeload.github.com/ndf-zz/ypmeteo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndf-zz%2Fypmeteo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["pyusb","yocto-meteo"],"created_at":"2025-12-13T15:03:33.993Z","updated_at":"2026-03-11T13:39:08.286Z","avatar_url":"https://github.com/ndf-zz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ypmeteo\n\nypmeteo is a python library for extracting temperature, humidity\nand pressure data directly from a Yoctopuce\n[Yocto-Meteo](https://www.yoctopuce.com/EN/products/usb-sensors/yocto-meteo)\nUSB weather module using libusb.\n\n\n## Installation\n\n\t$ pip install ypmeteo\n\nypmeteo requires read/write access to a USB device file,\nsee (60-ypmeteo.rules) for an example udev rule to\nplace an attached Yocto-Meteo device in group plugdev.\n\n## Usage\n\n\twith ypmeteo.connect() as m:\n\t    print('{0:0.1f} °C'.format(m.t))\n\t    print('{0:0.0f} %rh'.format(m.h))\n\t    print('{0:0.1f} hPa'.format(m.p))\n\n\n## Limitations\n\nThis library will only read from the first detected Yocto-Meteo module\n(USB id 24e0:0018). If support for additional units is required,\nYoctopuce [API](https://www.yoctopuce.com/EN/libraries.php)\nor virtual hub may be a better fit.\n\nMeteo-V2 is untested.\n\n\n## Requirements\n\n   - pyusb (libusb)\n\n\n## Links\n\n   - Product page: [Yoctopuce Meteo](https://www.yoctopuce.com/EN/products/usb-sensors/yocto-meteo)\n   - Yocto API: [Libraries](https://www.yoctopuce.com/EN/products/usb-sensors/yocto-meteo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndf-zz%2Fypmeteo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndf-zz%2Fypmeteo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndf-zz%2Fypmeteo/lists"}