{"id":15043688,"url":"https://github.com/codingjoe/solarium","last_synced_at":"2026-01-04T12:53:55.044Z","repository":{"id":55584079,"uuid":"311038504","full_name":"codingjoe/solarium","owner":"codingjoe","description":"RaspberryPi based LED controller for artificial sunlight.","archived":false,"fork":false,"pushed_at":"2024-05-20T14:23:19.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T17:24:45.719Z","etag":null,"topics":["gpio","led","pwm","raspberry-pi"],"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/codingjoe.png","metadata":{"files":{"readme":"README.rst","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":"2020-11-08T10:37:01.000Z","updated_at":"2024-05-20T14:23:04.000Z","dependencies_parsed_at":"2024-06-11T21:46:07.005Z","dependency_job_id":"ef3885dc-b24f-4913-86bf-53859789e7bc","html_url":"https://github.com/codingjoe/solarium","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fsolarium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fsolarium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fsolarium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fsolarium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingjoe","download_url":"https://codeload.github.com/codingjoe/solarium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880657,"owners_count":20525515,"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":["gpio","led","pwm","raspberry-pi"],"created_at":"2024-09-24T20:49:26.351Z","updated_at":"2026-01-04T12:53:55.002Z","avatar_url":"https://github.com/codingjoe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"solarium\n===============================================================================\n\n**RaspberryPi based LED controller for artificial sunlight.**\n\nSetup\n-----\n\nInstall and enable PiGPIO::\n\n    sudo apt install python3-pip python3-gpiozero python3-pigpio\n    sudo systemctl enable pigpiod\n    sudo systemctl start pigpiod\n\nInstall the package via pip::\n\n    python3 -m pip install solarium\n\n\nCreate launch script::\n\n    sudo nano /etc/systemd/system/solarium.service\n\nAdd the following lines::\n\n    [Unit]\n    Description=LED controller for artificial sunlight.\n    After=pigpiod.service\n\n    [Service]\n    Type=idle\n    ExecStart=/usr/bin/python3 /usr/local/bin/solarium -v -- 35 13  ### Add correct coordinates\n    Restart=always\n\n    [Install]\n    WantedBy=multi-user.target\n\nLaunch script::\n\n    sudo systemctl enable solarium.service\n    sudo systemctl start solarium.service\n\nRemote access\n-------------\n\nIf you have pigpiod's remote access enabled, you can also lauch the script from your\nlocal machine and specify the correct host::\n\n    solarium --host=10.0.0.1 -- 52 13\n\n\nSound support\n-------------\n\nIf you want to play a background sound using the ``--sound`` option,\nyou will need to install `ffplay`_::\n\n    sudo apt install ffmpeg -y\n\n.. _ffplay: https://ffmpeg.org/ffplay.html\n\nShould you be using an Inter-IC Sound (I2S) board, make sure to run pigpiod's clock\nin PMW mode, to ensure PCM is available for audio::\n\n    sudo pygpiod -t 0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Fsolarium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingjoe%2Fsolarium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Fsolarium/lists"}