diff --git a/README.md b/README.md index 7dbaf85e3c304dbbd33ba023fe3a36c052efe1f3..d3d6a84c733c8910d7d0ed3b187a795017ddc565 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