-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
72 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,47 @@ | ||
# KNX Universal Taster | ||
DIY universal taster for the KNX bus. | ||
DIY universal taster interface for the KNX bus. | ||
|
||
## Introduction | ||
This repository contains my designs for creating a custom KNX universal taster | ||
interface (or actor). This is board that can be used for several purposes, but | ||
its main purpose is to convert pulse-based wall switches into KNX-enabled | ||
switches. The boards are designed to be small and should fit wall boxes with a | ||
depth of 50 mm. | ||
|
||
[<img src="pcb/Universal-Taster/Pictures/Image4.jpg" width="256" alt="Image 4 of complete board.">](pcb/Universal-Taster/Pictures/Image4.jpg) | ||
[<img src="pcb/Universal-Taster/Pictures/Image5.jpg" width="256" alt="Image 5 of complete board.">](pcb/Universal-Taster/Pictures/Image5.jpg) | ||
[<img src="pcb/Universal-Taster/Pictures/Image6.jpg" width="256" alt="Image 6 of complete board.">](pcb/Universal-Taster/Pictures/Image6.jpg) | ||
|
||
I currently have 25 boards installed in my house. As of writing (January 2021), | ||
they have been running for more than two years. | ||
|
||
## Features | ||
While commercial alternatives exists, for example the [MDT Universal Interface](https://www.mdt.de/EN_Universal_Interface.html) | ||
or the [ABB Universal Interface](https://new.abb.com/products/GHQ6310070R0111/us-u4-2-universal-interface-4-fold-fm), | ||
I challenged myself to create a version that has more capabilities: | ||
|
||
* Smaller. | ||
* Programmable button options, e.g. multiple presses, long(er) presses. | ||
* Support for (environmental) sensors. | ||
* Universal use: data loggers, protocol gateways (Modbus, DSMR). | ||
* Remote configuration via ETS or other software. | ||
|
||
## Contents | ||
This repository contains the following boards. | ||
You can find the following in this repository: | ||
|
||
* [Taster](Taster/README.md) - The main board. | ||
* [Environmental-Sensors](Modules/Environmental-Sensors/README.md) - Environmental sensor board that fits inside a Busch-Jaeger switch. | ||
* [DSMR-Connector](Modules/DSMR-Connector/README.md) - Opto-isolated converter to the P1 port of Dutch Smart Energy Meter (DSMR 5.0). | ||
* [RS485-Connector](Modules/RS485-Connector/README.md) - Opto-isolated RS485 converter. | ||
* [Interface-Tester](Interface-Tester/README.md) - Testing board to evaluate the taster. | ||
* [PCB designs](pcb) - KiCad designs for the main PCB and extensions | ||
|
||
You can buy the boards from [Aisler.net](https://aisler.net/p/GGKCSYBF), and help me to support the development. | ||
## Support | ||
You can buy the boards from [Aisler.net](https://aisler.net/p/GGKCSYBF), and | ||
help me to support the development. | ||
|
||
## License | ||
The work in this repository is covered by CC BY-NC-SA 4.0. See the `LICENSE.md` file for more information. | ||
The work in this repository is covered by CC BY-NC-SA 4.0. See the `LICENSE.md` | ||
file for more information. | ||
|
||
## Disclaimer | ||
This page and its content is not affiliated with the KNX Association. | ||
Use this project or information at your own risk. I cannot be held responsible | ||
for any injuries or damages. | ||
|
||
Most certainly, this work is not certified by the KNX Association. | ||
This page and its content is not affiliated with the KNX Association. Most | ||
certainly, this work is not certified by the KNX Association. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Printed Circuit Board | ||
|
||
## Contents | ||
Several printed circuit boards have been designed for this project. | ||
|
||
### Core | ||
* [Taster](Taster/README.md) - The main board. | ||
|
||
### Extension modules | ||
* [Environmental-Sensors](Extensions/Environmental-Sensors) - Environmental | ||
sensor board that fits inside a Busch-Jaeger switch. | ||
* [DSMR-Connector](Extensions/DSMR-Connector) - Opto-isolated converter to the | ||
P1 port of Dutch Smart Energy Meter (DSMR 5.0). | ||
* [RS485-Connector](Extensions/RS485-Connector) - Opto-isolated RS485 | ||
converter. | ||
|
||
### Testing | ||
* [Interface-Tester](Interface-Tester) - Testing board to test and evaluate the | ||
taster. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters