{"id":19021933,"url":"https://github.com/chleba/smartshojilamp","last_synced_at":"2026-06-20T19:32:34.548Z","repository":{"id":141486633,"uuid":"443870191","full_name":"Chleba/SmartShojiLamp","owner":"Chleba","description":"Smart Shoji Lamp with temperature sensor, LED matrix \u0026 display","archived":false,"fork":false,"pushed_at":"2022-01-03T10:50:18.000Z","size":1923,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T18:32:23.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chleba.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}},"created_at":"2022-01-02T21:07:19.000Z","updated_at":"2022-01-05T13:12:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"93519a44-047b-496f-9d11-a96f18be4567","html_url":"https://github.com/Chleba/SmartShojiLamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chleba/SmartShojiLamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2FSmartShojiLamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2FSmartShojiLamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2FSmartShojiLamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2FSmartShojiLamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chleba","download_url":"https://codeload.github.com/Chleba/SmartShojiLamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2FSmartShojiLamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34583589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-08T20:24:18.888Z","updated_at":"2026-06-20T19:32:34.527Z","avatar_url":"https://github.com/Chleba.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartShojiLamp\nSmart Shoji Lamp with temperature sensor, LED matrix \u0026amp; 0.97\" display.\nSmart Shoji Lamp have MQTT implemented for Home Assistant JSON light protocol.\n![SmartShoji](example.jpg)\n\n## Home Assistant configuration.yaml\n```\nlight:\n  platform: mqtt\n  name: 'Smart Shoji'\n  schema: json\n  state_topic: 'office/rgb1/light'\n  command_topic: 'office/rgb1/light/set'\n  brightness: true\n  rgb: true\n\nsensor:\n  - platform: mqtt\n    name: 'Temperature'\n    state_topic: 'office/sensor1'\n    unit_of_measurement: 'C'\n    value_template: '{{ value_json.temperature }}'\n  - platform: mqtt\n    name: 'Humidity'\n    state_topic: 'office/sensor1'\n    unit_of_measurement: '%'\n    value_template: '{{ value_json.humidity }}'\n```\n\n## Used HW\n* NodeMCU ESP8266 dev board (or any esp8266)\n* DHT11 module sensor (or DHT22)\n* LCD Matrix 8x8 5V\n* MicroUSB PCB to connect power to NodeMCU \u0026 LED Matrix\n* SSD1306 0.97\" Monochromatic Display 124x64px\n\n## PINOUT\n(D Pins is used for NodeMCU)\n### SSD1306 Display\n* D1 -\u003e SCL\n* D2 -\u003e SDA\n* GND \u0026 VCC -\u003e NodeMCU GND \u0026 3.3V\n### DHT11 Sensor\n* D6 -\u003e DATA IN\n* GND \u0026 VCC -\u003e NodeMCU GND \u0026 3.3V\n### LED Matrix 8x8\n* D5 -\u003e DATA IN\n* GND \u0026 VCC -\u003e USB PCB GND \u0026 5V\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchleba%2Fsmartshojilamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchleba%2Fsmartshojilamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchleba%2Fsmartshojilamp/lists"}