Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jens-maus/cuxd
CUx-Daemon – a universal interface between the HomeMatic CCU logic layer (ReGaHSS) and third-party (EnOcean, M-Bus, 1-Wire, ArtDMX, etc.) external and virtual devices.
https://github.com/jens-maus/cuxd
ccu-devices ccu1 ccu2 ccu3 cuxd homematic homematicip raspberrymatic smarthome universal-interface
Last synced: 16 days ago
JSON representation
CUx-Daemon – a universal interface between the HomeMatic CCU logic layer (ReGaHSS) and third-party (EnOcean, M-Bus, 1-Wire, ArtDMX, etc.) external and virtual devices.
- Host: GitHub
- URL: https://github.com/jens-maus/cuxd
- Owner: jens-maus
- License: bsd-3-clause
- Created: 2015-10-07T11:49:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T11:22:21.000Z (over 1 year ago)
- Last Synced: 2024-10-12T17:26:57.161Z (about 1 month ago)
- Topics: ccu-devices, ccu1, ccu2, ccu3, cuxd, homematic, homematicip, raspberrymatic, smarthome, universal-interface
- Language: C
- Homepage: http://cuxd.de
- Size: 64 MB
- Stars: 65
- Watchers: 14
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ![CUx-Daemon](https://github.com/jens-maus/cuxd/raw/master/docs/cuxd.png)
[![Release](https://img.shields.io/github/release/jens-maus/cuxd.svg)](https://github.com/jens-maus/cuxd/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/jens-maus/cuxd/latest/total.svg)](https://github.com/jens-maus/cuxd/releases/latest)
[![Build](https://github.com/jens-maus/cuxd/workflows/CI/badge.svg)](https://github.com/jens-maus/cuxd/actions)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PRZ6MMMLY44RE)This repository hosts the CCU-Addon build environment for the CUx-Daemon (CUxD) project (http://cuxd.de) which provides a universal interface between the HomeMatic/CCU layer (ReGa HSS) and third-party external and virtual devices.
## Supported CCU Devices
An installation of the CUxD Addon is currently supported on the following CCU devices:
* RaspberryMatic (arm, x86)
* HomeMatic CCU3 / piVCCU3
* HomeMatic CCU2 / YAHM / LXCCU / piVCCU2
* HomeMatic CCU1## Installation
1. Download the latest CUxD release.
2. Upload it via the HomeMatic WebUI provided Addon functionality.
3. Configure CUxD via http://homematic-ccu2/addons/cuxd## Documentation
Documentation in form of pdf files can be downloaded from https://homematic-forum.de/forum/viewtopic.php?f=37&t=15298.
## License
The CUxD build environment as published in this Github repository is provided under the BSD license. While source code files provided with the build environment are also released under the same license, binaries files (e.g. 'cuxd', 'redir.ccc', 'index.ccc') are licensed under a properitary closed-source license and just added to this repository to allow to automatically generate release archives.
## Authors
* CUxD is developed by Uwe Langhammer (uwe111) with certain parts being previously developed by Alex Krypthul.
* Parts of the build environment for CUxD has been developed by Jens Maus.