Skip to content
Snippets Groups Projects
Commit ef91eb17 authored by Adrien Lescourt's avatar Adrien Lescourt
Browse files

Remove image

parent efa8d9dd
Branches
No related tags found
No related merge requests found
......@@ -4,12 +4,11 @@ The aim of Actuasim is to reproduce a very simple building KNX automation.
It can be used to reproduce an existing building, in order to develop the KNX automation without disturbing people in their offices.
It replaces a KNXnet/IP gateway, handles all received datagram and triggers the corresponding actions. And as much as the real building, blinds and valves positions can be set by the user as well.
![Actuasim](https://github.com/leadrien/actuasim/blob/master/actuasim.png)
# USAGE
The program is written in Python3, and depends on:
- [Knxnet](https://github.com/leadrien/knxnet)
- [Knxnet](https://githepia.hesge.ch/adrienma.lescourt/knxnet_iot)
- [PyQt5](https://riverbankcomputing.com/software/pyqt)
......@@ -31,6 +30,6 @@ A **actuasim.log** file is written to monitor every received frame or event with
# REPRODUCED HARDWARE
- **Blind**: Tunneling data has to be boolean and will order the blind to move 1=Down or 0=Up
- **Blind**: Tunneling data can bea boolean and will order the blind to move 1=Down or 0=Up, or a byte with direct blind position
- **Radiator valve**: Tunneling data is one byte, the direct valve position
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment