{"id":22352079,"url":"https://github.com/bertreb/pimatic-raspbee-plus","last_synced_at":"2025-03-26T12:10:46.750Z","repository":{"id":57324298,"uuid":"342339367","full_name":"bertreb/pimatic-raspbee-plus","owner":"bertreb","description":"Extended version of pimatic-raspbee","archived":false,"fork":false,"pushed_at":"2021-03-20T09:47:05.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T11:35:42.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bertreb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-02-25T18:22:47.000Z","updated_at":"2021-03-20T09:47:07.000Z","dependencies_parsed_at":"2022-09-21T01:01:16.885Z","dependency_job_id":null,"html_url":"https://github.com/bertreb/pimatic-raspbee-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertreb%2Fpimatic-raspbee-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertreb%2Fpimatic-raspbee-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertreb%2Fpimatic-raspbee-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertreb%2Fpimatic-raspbee-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertreb","download_url":"https://codeload.github.com/bertreb/pimatic-raspbee-plus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245650496,"owners_count":20650105,"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":[],"created_at":"2024-12-04T12:17:04.496Z","updated_at":"2025-03-26T12:10:46.731Z","avatar_url":"https://github.com/bertreb.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"pimatic-raspbee-plus\n=======================\n\nExtended version of pimatic-raspbee by [Treban](https://github.com/treban/pimatic-raspbee/)\n\n## Extended Features\n\n* New devices: Cover, Warning(Siren) and SmartPlug\n* Hybrid light and sensor device SmartPlug\n\n\n## Prerequisite\n\nYou need a rasbpee or conbee device and the [deCONZ REST API](https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/README.md#install-deconz) must be installed and configured.\n\nAn other good solution is to run deconz as a [docker container](https://github.com/marthoc/docker-deconz).\n\n### =\u003e [go to the WIKI](https://github.com/treban/pimatic-raspbee/wiki) - there are installation instructions and other useful tips.\n\n## Installation\n\nJust activate the plugin over the pimatic webUI. The plugin manager automatically installs the package with his dependencys.\n\n## Configuration\n\nYou can also load the plugin by adding following in the config.json from your pimatic server:\nThe extra feature\n\n    {\n      \"plugin\": \"raspbee\",\n      \"debug\": true,\n      \"active\": true,\n      \"ip\": \"\u003cdeconz ip\u003e\",\n      \"port\": \"\u003cdeconz port\u003e\"\n    }\n\n## Usages\n\nTo create a connection to the raspbee gateway, **the gateway must be unlocked over the deconz UI.**\n[check the unlock howto](https://github.com/treban/pimatic-raspbee/wiki/Connect-the-raspbee-plugin-to-deconz)\nThen make a device discovery in pimatic.\n\n## Supported devices\n\n### Lights\n\n| pimatic Device type    | Feature                      | Deconz Resource Type\n| ---------------------- | ---------------------------- | --------------\n| `RaspBeeSwitch`        | switch on/off                | `On/Off plug-in unit` \u0026 `Smart plug`\n| `RaspBeeDimmer`        | switch and dimm light        | `Dimmable light`\n| `RaspBeeCT`            | change temperature           | `Color temperature light`\n| `RaspBeeRGB`           | change color                 | `Color light`\n| `RaspBeeRGBCT`         | change color and temperature | `Extended color light`\n\nHINTs:\n\nThere are two color devices.\nRaspBeeRGB (`Color light`) emulates the ColorTemperature via a color code.\nRaspBeeRGBCT (`Extended color light`) supports native ColorTemperature actions.\nAll lights are detected automatically\n\nTradfri bulbs do not support hue/sat actions.\ntherefore only RGB values can be set in the rules.\n\nDeconz also does not allow you to adjust the color or brightness when the lamp is off.\nUse a delay in rules. First switch on the lamp and then set the values.\n\n\n### Groups\n\n| pimatic Device type               | Feature                      | Deconz Resource Type\n| --------------------------------- | ---------------------------- | --------------\n| `RaspBeeDimmerGroup` (DEPRECATED) | switch and dimm              | `Group`\n| `RaspBeeRGBCTGroup` (NEW)         | change color and temperature | `Group`\n| `RaspBeeGroupScenes`              | switch scene on              | `Group Scenes`\n\nI have created a new group device with all color controls.\n\n### Sensors\n\nAll sensors are represented as a `RaspBeeMultiDevice`.  \n\nThe device has 3 arrays.\n\n* associated device IDs  \nThis array contains all device ID associated to this object.\n\n* support parameter flag  \nThis array contains all supported ressource types.\n\n* configMap  \nDuring a device discovery, the config map is filled automatically.\nCustomizable values ​​are stored in this config map.\nA custom config can be written to the API via the button (send config) on the new RaspBeeSystem device.\n\n**Supported resource types:**\n\n| supports parameter flag  | Unit                         | Deconz Resource Type\n| ------------------------ | ---------------------------- | ---------------\n| `battery`                | %                            | (any battery-powered sensor)\n| `lowbattery`             | bool                         | (any IAS Zone sensor)\n| `carbon`                 | bool                         | ZHACarbonMonoxide\n| `switch`                 | string                       | ZHASwitch\n| `fire`                   | bool                         | ZHAFire\n| `humidity`               | %                            | ZHAHumidity\n| `temperature`            | °C                           | ZHATemperature and any sensor with temperaure support\n| `presence`               | bool                         | ZHAPresence\n| `dark`                   | bool                         | ZHAPresence \u0026 ZHALightLevel\n| `lux`                    | lux                          | ZHALightLevel\n| `daylight`               | bool                         | ZHALightLevel\n| `open`                   | bool                         | ZHAOpenClose\n| `pressure`               | hPA                          | ZHAPressure\n| `water`                  | bool                         | ZHAWater\n| `vibration`              | bool                         | ZHAVibration\n| `tampered`               | bool                         | (any IAS Zone sensor)\n| `consumption`            | Wh                           | ZHAConsumption\n| `power`                  | W                            | ZHAPower \u0026 ZHAConsumption\n| `voltage`                | V                            | ZHAPower\n| `current`                | mA                           | ZHAPower\n\n\n### The other sensor types are DEPRECATED\nbut still usable\n\n* RaspBeeMotionSensor\n* RaspBeeContactSensor\n* RaspBeeLightSensor\n* RaspBeeSwitchSensor\n* RaspBeeWaterSensor\n\n### RaspBeeSystem management device\n\n#### discover lights \u0026 discover sensors\nThis button starts a light or sensor detection from the deconz api.\n\n#### create backup\nThis button creates a local backup of the deconz config.  \nThe target folder is configurable. (default folder is the pimatic-app folder)\n\n#### send config\nThis button sends for all devices all config parameter (configMap) to the deconz apikey.\n\n\n### ActionProvider\n\n* **\"activate group scene -name-\"**  \n\n* **\"set color temp -name- to -value-\"**  \n\n* **\"set color rgb -name- to -hexvalue-\"**\n\n* **\"dim raspbee -name- to -value-\"**\n\nActions for raspbee-plus\n\n* **\"set raspbee -name- to open|stop|close\"** (cover)\n\n* **\"set raspbee -name- to off|silent|sound|long\"** (warning)\n\n\n**Example:**  \nset color temp Light1 to 10 and set color rgb Light2 to #121212 and activate group scene All-ON\n\n**Optional** a -transtime- can be specified. This allows the changeover to be time-controlled.\n\n**Example:**  \ndim raspbee Flur to 100 transition time 2s and set color rgb Light RGB to #FF0000 with transition time 2s\n\n### PredicateProvider\n\n* **\"received from -name- event \"2001\"\"**\n\nExample:\nrecieved from Switch1 event \"2001\"\n\n\n### ButtonEvents\n|   | Value | Action\n| - | ----- | -------\n| 0 | x000  | Initial Press\n| 1 | x001  | Hold\n| 2 | x002  | Release (after press)\n| 3 | x003  | Release (after hold)\n| 4 | x004  | Double press\n| 5 | x005  | Triple press\n| 6 | x006  | Quadruple press\n| 7 | x007  | Shake\n| 8 | x008  | Drop\n| 9 | x009  | Tilt\n| 10 | x010 | Many press\n\n\n## CHANGELOG\n[-\u003e see CHANGELOG](https://github.com/bertreb/pimatic-raspbee-plus/blob/main/CHANGELOG.md)\n\n----------------------------\n## Contributors pimatic-raspbee\n\n* [kosta](https://github.com/treban)\n* [sweebee](https://github.com/sweebee)\n* [mwittig](https://github.com/mwittig)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertreb%2Fpimatic-raspbee-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertreb%2Fpimatic-raspbee-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertreb%2Fpimatic-raspbee-plus/lists"}