{"id":19495397,"url":"https://github.com/veltys/picotemp","last_synced_at":"2026-05-14T13:37:03.163Z","repository":{"id":204281826,"uuid":"711484956","full_name":"Veltys/PicoTemp","owner":"Veltys","description":"PicoTemp measures the temperature thanks to a DHT11 sensor and returns it in the form of a web service that can be consulted by other applications or systems","archived":false,"fork":false,"pushed_at":"2025-05-20T21:32:29.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T04:23:55.874Z","etag":null,"topics":["domotica","gpio","home-automation","micropython","micropython-rpi-pico","raspberry","raspberry-pi-pico","raspberry-pi-pico-micropython","raspberry-pi-pico-w"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Veltys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-29T12:17:20.000Z","updated_at":"2025-05-20T21:32:15.000Z","dependencies_parsed_at":"2024-05-16T16:58:33.586Z","dependency_job_id":"2f804608-6a6f-4188-ba45-1d37f7f7903d","html_url":"https://github.com/Veltys/PicoTemp","commit_stats":null,"previous_names":["veltys/picotemp"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/Veltys/PicoTemp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veltys%2FPicoTemp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veltys%2FPicoTemp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veltys%2FPicoTemp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veltys%2FPicoTemp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Veltys","download_url":"https://codeload.github.com/Veltys/PicoTemp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veltys%2FPicoTemp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["domotica","gpio","home-automation","micropython","micropython-rpi-pico","raspberry","raspberry-pi-pico","raspberry-pi-pico-micropython","raspberry-pi-pico-w"],"created_at":"2024-11-10T21:37:36.545Z","updated_at":"2026-05-14T13:37:03.101Z","avatar_url":"https://github.com/Veltys.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PicoTemp\n[![GitHub commits](https://badgen.net/github/commits/Veltys/PicoTemp)](https://GitHub.com/Veltys/PicoTemp/commit/)\n[![GitHub latest commit](https://badgen.net/github/last-commit/Veltys/PicoTemp)](https://GitHub.com/Veltys/PicoTemp/commit/)\n[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/Veltys/Ansible/blob/master/LICENSE.md)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/29172a22cc744d2d8aaed3295e75d322)](https://app.codacy.com/gh/Veltys/PicoTemp/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\nPicoTemp software for Raspberry Pi Pico\n\n\n## Description\nPicoTemp measures the temperature thanks to a DHT11 sensor and returns it in the form of a web service that can be consulted by other applications or systems\n\n\n## Changelog\n### To-do (*TODO*)\n- [x] Buttons support to switch off ~~LEDs~~ screen and system\n- [x] Screen support... which reminds me...\n    - [x] ... buy an screen, [like this one](https://amzn.eu/d/5Pab0Ox)\n- [ ] Way to restore screen manager thread if crashs\n- [ ] Better GMT correction handling\n- [ ] DST handling\n- [ ] Way to restore WiFi connection\n\n### Cancelled\n- [ ] ~~Asynchronous web server~~\n\n### [2.5.2] - 2025-05-20\n#### Fixed\n- WiFi RSSI measurement issues\n\n### [2.5.1] - 2025-03-18\n#### Fixed\n- Connection hang\n\n### [2.5.0] - 2025-03-18\n#### Added\n- Dynamic WiFi signal strength\n- Screenless mode\n- Some WiFi facilities\n\n#### Fixed\n- Optimization and documentation\n- Some WiFi improvements\n\n### [2.4.3] - 2024-07-11\n#### Fixed\n- Version management\n\n### [2.4.2] - 2024-05-16\n#### Added\n- DST manual support\n  - Still not automatic handling\n\n### [2.4.1] - 2023-12-27\n#### Fixed\n- Better DHT11 / DHT22 sensors alternance algorithm\n\n### [2.4.0] - 2023-12-27\n#### Added\n- DHT22 sensor support\n  New smaller icons \n  New layout\n\n### [2.3.1] - 2023-12-05\n#### Fixed\n- 'LED' pin is bugged\n\n### [2.3.0] - 2023-12-05\n#### Added\n- 'I am alive' LED support\n\n### [2.2.0] - 2023-11-25\n#### Fixed\n- Functions refactoring\n\n### [2.1.0] - 2023-11-25\n#### Added\n- Support for multiple DHT11 sensors\n\n#### Fixed\n- Some optimizations\n\n### [2.0.3] - 2023-11-13\n#### Fixed\n- Better lib organization\n\n### [2.0.2] - 2023-11-13\n#### Fixed\n- Initial GMT time correction\n\n### [2.0.1] - 2023-11-12\n#### Fixed\n- Code quality\n\n### [2.0.0] - 2023-11-12\n#### Addedd\n- Screen support\n- Buttons support\n\n### [1.0.3] - 2023-11-04\n#### Fixed\n- Micropython does not have ExitStatus library\n- Documentation\n\n### [1.0.2] - 2023-10-30\n#### Added\n- Codacy badge\n\n#### Fixed\n- Code quality\n\n### [1.0.1] - 2023-10-29\n#### Fixed\n- Various optimizations\n\n### [1.0.0] - 2023-10-29\n#### Added\n- Pre-existent work\n- To-do list\n\n### [0.0.2] - 2023-10-29\n#### Added\n- **.gitignore** file\n\n### [0.0.1] - 2023-10-29\n#### Added\n- **README.md** file\n\n\n## Acknowledgments, sources consulted and other credits\n* To the [official MicroPython documentation](https://docs.micropython.org/en/latest/), for obvious reasons\n* To the [Waveshare Wiki](https://www.waveshare.com/wiki/Pico-OLED-1.3), for the documentation available\n* [Error icon](https://www.iconexperience.com/g_collection/icons/?icon=sign_warning)\n* [Server icon](https://www.iconexperience.com/g_collection/icons/?icon=server)\n* [Thermometer icon](https://www.iconexperience.com/g_collection/icons/?icon=thermometer)\n* [WiFi icon](https://www.iconexperience.com/g_collection/icons/?icon=wifi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveltys%2Fpicotemp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveltys%2Fpicotemp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveltys%2Fpicotemp/lists"}