From ef91eb17b535438d977cdca680a96423451e420e Mon Sep 17 00:00:00 2001 From: Adrien Lescourt <adrien.lescourt@gmail.com> Date: Fri, 30 Sep 2016 16:21:43 +0200 Subject: [PATCH] Remove image --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dbaf85..d3d6a84 100644 --- a/README.md +++ b/README.md @@ -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. - # 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 -- GitLab