{"id":15936190,"url":"https://github.com/rzr/awox-mesh-light-webthing","last_synced_at":"2025-03-25T06:30:58.198Z","repository":{"id":57413161,"uuid":"266824998","full_name":"rzr/awox-mesh-light-webthing","owner":"rzr","description":"Webthings RESTful API for Awox's \"SmartLight\" (SKRLm-c9-E27).","archived":false,"fork":false,"pushed_at":"2024-09-03T20:57:02.000Z","size":53,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T20:14:40.500Z","etag":null,"topics":["aframe","iot","lightbulb","smart-home","web","weboftwins","webthing","webthings","webxr"],"latest_commit_sha":null,"homepage":"https://mastodon.social/@rzr/104246455002891688","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/rzr.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["rzr"],"custom":["https://www.paypal.me/rzrfreefr","www.rzr.online.fr"]}},"created_at":"2020-05-25T16:15:19.000Z","updated_at":"2024-02-07T19:55:08.000Z","dependencies_parsed_at":"2024-10-29T12:24:35.944Z","dependency_job_id":null,"html_url":"https://github.com/rzr/awox-mesh-light-webthing","commit_stats":{"total_commits":71,"total_committers":2,"mean_commits":35.5,"dds":0.05633802816901412,"last_synced_commit":"b1e7749f83bd7f7f0f9802516649b36d024b91ae"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzr%2Fawox-mesh-light-webthing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzr%2Fawox-mesh-light-webthing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzr%2Fawox-mesh-light-webthing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzr%2Fawox-mesh-light-webthing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rzr","download_url":"https://codeload.github.com/rzr/awox-mesh-light-webthing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413563,"owners_count":20611350,"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":["aframe","iot","lightbulb","smart-home","web","weboftwins","webthing","webthings","webxr"],"created_at":"2024-10-07T04:20:28.890Z","updated_at":"2025-03-25T06:30:57.932Z","avatar_url":"https://github.com/rzr.png","language":"Python","funding_links":["https://github.com/sponsors/rzr","https://www.paypal.me/rzrfreefr","www.rzr.online.fr"],"categories":[],"sub_categories":[],"readme":"========================\nAWOX-MESH-LIGHT-WEBTHING\n========================\n\n|GitHub|\n|License|\n|PyPi|\n|Fediverse|\n|Release|\n\nWebthings RESTful API for Awox's \"SmartLight\" (SKRLm-c9-E27).\n\nThis lightbulb is supporting Bluetooth mesh.\n\n.. image:: https://peertube.mastodon.host/static/previews/058df607-2ca9-4a2c-be42-286644e5071e.jpg\n   :target: https://mastodon.social/@rzr/104250255817500884#\n\n            \nUSAGE\n=====\n\nPrerequisite, smart light BLE's network configuration\nshould be first set from any system supporting BLE as\nexplained on following page.\nSuccess has been reported using Raspberry Pi3+\nor some USB dongle (eg: 0a12:0001)\n\n* https://github.com/Leiaz/python-awox-mesh-light\n  \nFor WebThings users, addon can be installed from the addon repository:\n\n* http://gateway.local:8080/settings/addons/discovered\n\nThen once added and enabled, mesh's credentials should be configured from addon page:\n\n* http://gateway.local:8080/settings/addons/\n\nNote: Mesh's default name is \"unpaired\" and \"1234\" is default password.\n\nFor developers, check standalone webthing example:\n\n::\n\n   MAC=A4:C1:38:FF:FF:FF ./awox_mesh_light_single_webthing.py\n\n   curl http://localhost:8888/properties\n   #| {\"on\": true, \"brightness\": 50, \"color\": \"#ffffff\"}\n\n   curl -X PUT --data '{\"color\": \"#00A000\"}' \\\n     -H 'Content-Type: \"application/json\" ' \\\n     \"http://localhost:8888/properties/color\"\n\n\nDEVELOP\n=======\n\nOn WebThings Gateway, adapter can be run from shell using:\n\n::\n   \n   sudo hcitool lescan\n   #| LE Scan ...\n   #| A4:C1:38:ff:ff:ff unpaired\n   #| A4:C1:38:ff:ff:ff (unknown)\n\n   pip3 install --user -r requirements.txt\n   MAC=A4:C1:38:ff:ff:ff ./main.py\n\n\nRESOURCES\n=========\n\n* https://purl.org/rzr/\n* https://github.com/Leiaz/python-awox-mesh-light\n* https://iot.mozilla.org\n* https://www.amazon.fr/dp/B01L3C1V5G/rzr-21\n* https://www.awox.com/en/awox_product/smartlight-mesh-c9/\n* https://www.upcitemdb.com/upc/3760118941004\n* https://en.wikipedia.org/wiki/Bluetooth_mesh_networking\n* https://purl.org/rzr/presentations\n* https://libregraphicsmeeting.org/2020/en/program.html\n* https://github.com/WebThingsIO/addon-list/pull/851\n* https://libraries.io/pypi/webthing\n* https://github.com/WebThingsIO/wiki/wiki/HOWTO:-Create-an-add-on\n  \n.. |GitHub| image:: https://img.shields.io/github/forks/rzr/awox-mesh-light-webthing.svg?style=social\u0026label=Fork\u0026maxAge=2592000\n   :target: https://GitHub.com/rzr/awox-mesh-light-webthing/network/\n.. |License| image:: https://img.shields.io/badge/License-MIT-blue.svg\n   :target: https://github.com/rzr/awox-mesh-light-webthing/blob/master/LICENSE\n.. |PyPI| image:: https://img.shields.io/pypi/v/awox-mesh-light-webthing.svg\n   :target: https://pypi.org/project/awox-mesh-light-webthing\n.. |Fediverse| image:: https://img.shields.io/mastodon/follow/279303?domain=https%3A%2F%2Fmastodon.social\u0026style=social\n   :target: https://mastodon.social/@rzr/104246455002891688\n.. |Release| image:: https://github.com/rzr/awox-mesh-light-webthing/workflows/Release/badge.svg\n   :target: https://github.com/rzr/awox-mesh-light-webthing/actions?query=workflow%3ARelease\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzr%2Fawox-mesh-light-webthing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frzr%2Fawox-mesh-light-webthing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzr%2Fawox-mesh-light-webthing/lists"}