{"id":33344150,"url":"https://github.com/chrisgilldc/brickmaster","last_synced_at":"2025-11-21T22:01:26.867Z","repository":{"id":90003785,"uuid":"594571348","full_name":"chrisgilldc/brickmaster","owner":"chrisgilldc","description":"An MQTT GPIO control system for Python/Circuitpython","archived":false,"fork":false,"pushed_at":"2025-11-14T13:33:07.000Z","size":454,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-14T15:25:54.356Z","etag":null,"topics":["circuitpython","gpio","lego","mqtt-client","python"],"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/chrisgilldc.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-01-29T00:21:01.000Z","updated_at":"2025-05-28T11:20:57.000Z","dependencies_parsed_at":"2023-07-04T01:00:52.921Z","dependency_job_id":"e3f07a7e-12d2-45d7-b5c5-d1cbfeab4d92","html_url":"https://github.com/chrisgilldc/brickmaster","commit_stats":null,"previous_names":["chrisgilldc/brickmaster"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/chrisgilldc/brickmaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgilldc%2Fbrickmaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgilldc%2Fbrickmaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgilldc%2Fbrickmaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgilldc%2Fbrickmaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisgilldc","download_url":"https://codeload.github.com/chrisgilldc/brickmaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgilldc%2Fbrickmaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285697828,"owners_count":27216628,"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","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"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":["circuitpython","gpio","lego","mqtt-client","python"],"created_at":"2025-11-21T22:00:29.682Z","updated_at":"2025-11-21T22:01:26.858Z","avatar_url":"https://github.com/chrisgilldc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"####\n#\n# BRICKMASTER\n#\n####\n\n## Summary\n\nA (Circuit)Python application for controlling relays and devices. The most important of which are, of course, Legos.\n\n* [Installation Instructions](INSTALL.md)\n* [Configuration File Reference](CONFIG.md)\n\n### Basic Features\n\n* Allows control of outputs in two modes:\n  * \"Single\", your bog-standard 'on' and 'off'\n  * \"Flasher\", which alternates on and off as configured when turned on.\n* Sends sensor status updates\n  * Currently only supports the HTU31D temperature/humidity sensor. I'm using two as an add-on to an Octopi.\n* Provides Home Assistant integration\n\n### Project Goals\n* Provide a common interface for a variety of devices\n* Be able to do cool automations with connected devices (ie: Saturn 5 launch simulation)\n* Teach myself some more Python (and hardware, and MQTT)\n\n## Supported Platforms\n\n* Raspberry Pi OS - Tested on the Pi Zero and Pi 4. Others should work fine.\n* CircuitPython 9 - CircuitPython 8 is no longer being tested.\n  * [Adafruit Metro M4 Airlift](https://www.adafruit.com/product/4000) - Default pystack size on this board is 1536, which should be raised to at least 4096. Given notable memory limitations of this board I may stop testing in the near \nfuture. Requires a pystack value of at least 4096, possibly more depending on your control configuration. The ESP32 line or possibly the Metro M7 Airlift would be recommended instead.\n  * [Adafruit ESP32 Feather v2](https://www.adafruit.com/product/5400)\n\nFeature set is intended to be 1:1 between CPython and CircuitPython. Documentation notes where this is not true due to\nplatform limitations.\n\n## v0.7 Target Features - Target date: Someday!\n- Load config from a remote site.\n- Remote reload command to reset (and load new config!)\n- Actual Sphinx documentation\n\n## V0.6 Target Features\n- ~~Option to load config from a remote site (ie: web directory)~~ - Nope, moving to v0.7\n- Package for PyPi and Circup.\n- Control options\n  - ~~Multi-pin controls.~~ Done!\n  - ~~Groups to wrap multiple controls together.~~ - Dropped. Probably better to group through Home Assistant.\n  - ~~Flasher option.~~ Done!\n  - ~~Multiple AW9523 expanders~~ Tested, works! Still can't mix pins across sources for a single control.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisgilldc%2Fbrickmaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisgilldc%2Fbrickmaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisgilldc%2Fbrickmaster/lists"}