{"id":27252394,"url":"https://github.com/nerivec/z2m-external-converter-dev","last_synced_at":"2025-08-24T06:33:38.261Z","repository":{"id":286687821,"uuid":"962219849","full_name":"Nerivec/z2m-external-converter-dev","owner":"Nerivec","description":"Template to create external converters for Zigbee2MQTT in codespace","archived":false,"fork":false,"pushed_at":"2025-08-18T01:24:13.000Z","size":25575,"stargazers_count":14,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T09:51:48.658Z","etag":null,"topics":["codespace","external-converter","z2m","zigbee2mqtt"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Nerivec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"Nerivec","buy_me_a_coffee":"Nerivec"}},"created_at":"2025-04-07T20:38:45.000Z","updated_at":"2025-08-18T01:21:50.000Z","dependencies_parsed_at":"2025-05-05T02:21:23.366Z","dependency_job_id":"4d6821e4-a9b3-4500-99e7-6f7589fa62f0","html_url":"https://github.com/Nerivec/z2m-external-converter-dev","commit_stats":null,"previous_names":["nerivec/z2m-external-converter-dev"],"tags_count":0,"template":true,"template_full_name":"github/codespaces-blank","purl":"pkg:github/Nerivec/z2m-external-converter-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nerivec%2Fz2m-external-converter-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nerivec%2Fz2m-external-converter-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nerivec%2Fz2m-external-converter-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nerivec%2Fz2m-external-converter-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nerivec","download_url":"https://codeload.github.com/Nerivec/z2m-external-converter-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nerivec%2Fz2m-external-converter-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271808438,"owners_count":24825486,"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-08-24T02:00:11.135Z","response_time":111,"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":["codespace","external-converter","z2m","zigbee2mqtt"],"created_at":"2025-04-11T01:20:23.871Z","updated_at":"2025-08-24T06:33:38.250Z","avatar_url":"https://github.com/Nerivec.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/Nerivec","https://buymeacoffee.com/Nerivec"],"categories":[],"sub_categories":[],"readme":"# Zigbee2MQTT external converter development\n\nTemplate to create external converters for Zigbee2MQTT in codespace.\n\nThe environment is setup to automatically detect the API of [zigbee-herdsman-converters](https://github.com/Koenkk/zigbee-herdsman-converters) (and [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman)).\n\nThe editor will:\n- make suggestions (with auto-completion)\n- offer insights on hover\n- follow definition with \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eclick\u003c/kbd\u003e (view typing)\n- highlight problems \u0026 suggest fixes\n- ...and more: https://code.visualstudio.com/Docs/languages/javascript\n\n![screenshot](./screenshot.jpg)\n\n# How to use\n\nWith your Github account, go to https://github.com/Nerivec/z2m-external-converter-dev and select in the top right corner: `Use this template` \u003e `Open in a codespace`.\n\nYou can start by copying one of the examples and modifying it to fit the targeted device.\nMore details: https://www.zigbee2mqtt.io/advanced/more/external_converters.html\n\n# Codespace\n\nhttps://docs.github.com/en/codespaces/quickstart\n\nThe codespace uses [biomejs](https://biomejs.dev/) for linting and formatting, with the [same configuration as zigbee-herdsman-converters](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/biome.json). A task is available to check the code: `Terminal` \u003e `Run task` \u003e `npm: check`. The default settings of the codespace will also automatically format on paste and on save.\n\n\u003e [!TIP]\n\u003e If a new version of [zigbee-herdsman-converters](https://github.com/Koenkk/zigbee-herdsman-converters) is available but your codespace does not yet have it you can run the task: `Terminal` \u003e `Run task` \u003e `npm: update-zhc`. This command also runs on start of the codespace.\n\n# Snippets\n\nhttps://code.visualstudio.com/docs/editing/userdefinedsnippets\n\nA few snippets specific to [zigbee-herdsman-converters](https://github.com/Koenkk/zigbee-herdsman-converters) are available:\n\n- `fz` or `from` =\u003e Create a 'fromZigbee' converter variable with typing\n- `tz` or `to` =\u003e Create a 'toZigbee' converter variable with typing\n- `mdef` or `modern` =\u003e Create an exported modern definition with typing\n- `def` =\u003e Create an exported definition with typing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerivec%2Fz2m-external-converter-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerivec%2Fz2m-external-converter-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerivec%2Fz2m-external-converter-dev/lists"}