{"id":15672216,"url":"https://github.com/hannseman/ansible-deconz","last_synced_at":"2025-10-09T09:18:33.207Z","repository":{"id":46815176,"uuid":"151976653","full_name":"hannseman/ansible-deconz","owner":"hannseman","description":"This role will setup and configure a headless deCONZ installation.","archived":false,"fork":false,"pushed_at":"2021-09-23T23:23:13.000Z","size":10,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-07T20:52:49.399Z","etag":null,"topics":["ansible","ansible-role","deconz","home-automation","raspberry-pi","zigbee"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/hannseman.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}},"created_at":"2018-10-07T19:19:29.000Z","updated_at":"2021-02-05T18:24:56.000Z","dependencies_parsed_at":"2022-07-22T21:02:39.399Z","dependency_job_id":null,"html_url":"https://github.com/hannseman/ansible-deconz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hannseman/ansible-deconz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannseman%2Fansible-deconz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannseman%2Fansible-deconz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannseman%2Fansible-deconz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannseman%2Fansible-deconz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hannseman","download_url":"https://codeload.github.com/hannseman/ansible-deconz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannseman%2Fansible-deconz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001122,"owners_count":26083021,"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-10-09T02:00:07.460Z","response_time":59,"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":["ansible","ansible-role","deconz","home-automation","raspberry-pi","zigbee"],"created_at":"2024-10-03T15:22:31.465Z","updated_at":"2025-10-09T09:18:33.175Z","avatar_url":"https://github.com/hannseman.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-deconz\n\n[![Ansible Role](https://img.shields.io/ansible/role/30394.svg)](https://galaxy.ansible.com/hannseman/deconz)\n[![Build Status](https://travis-ci.com/hannseman/ansible-deconz.svg?branch=master)](https://travis-ci.com/hannseman/ansible-deconz)\n\nThis role will setup and configure a headless [deCONZ](https://github.com/dresden-elektronik/deconz-rest-plugin/) installation.\n\nAdditional configuration needs to be made to allow the serial port to communicate with the RaspBee adapter as described on the [deCONZ documenation](https://github.com/dresden-elektronik/deconz-rest-plugin/#software-requirements).\nThis configuration is out of scope for this role but by using the role [hannseman.raspbian](https://github.com/hannseman/ansible-raspbian) one can configure this quite easily.\nSetting the following variables for that role will enable serial communication:\n\n```yaml\nrpi_boot_config:\n  enable_uart: 1\nrpi_cmdline_config:\n  serial: 1\n```\n\n## Variables\n\n```yaml\n# The user that if running deCOnZ\ndeconz_user: deconz\n# Home directory of the above configured user\ndeconz_dir: /var/deconz\n# WiringPI version - http://wiringpi.com\ndeconz_wiringpi_version: \"2.50\"\ndeconz_wiringpi_deb_url: \"https://archive.raspberrypi.org/debian/pool/main/w/wiringpi/wiringpi_{{ deconz_wiringpi_version }}_armhf.deb\"\n# deCONZ version - https://github.com/dresden-elektronik/deconz-rest-plugin/releases\ndeconz_version: \"2.05.71\"\ndeconz_deb_url: \"http://deconz.dresden-elektronik.de/raspbian/beta/deconz-{{ deconz_version }}-qt5.deb\"\n# Path to deCONZ binary\ndeconz_bin: /usr/bin/deCONZ\n# Port to run the deCONZ web GUI on\ndeconz_http_port: 8080\n# Port to run the deCONZ websocket on\ndeconz_websocket_port: 8088\n```\n\n## Example Playbook\n```yaml\n- hosts: servers\n  roles:\n     - hannseman.deconz\n  vars:\n    deconz_wiringpi_version: 2.46\n    deconz_version: 2.05.39\n    deconz_http_port: 8080\n    deconz_websocket_port: 8088\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannseman%2Fansible-deconz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhannseman%2Fansible-deconz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannseman%2Fansible-deconz/lists"}