Search found 4 matches

by henfri
Wed Oct 31, 2018 8:41 pm
Forum: Programs, Libraries and Tools
Topic: KNX with micropython
Replies: 14
Views: 17039

Re: KNX with micropython

Hello, yes, with directly connecting to KNX I mean without and KNXd/eibd via multicast (port 3671 ). This is only requires a KNX Router(*), nothing else. Every ESP8266 in the same network can -without further hardware- communicate with KNX this way. When communicating via TCP/port 6720 , one needs a...
by henfri
Sun Oct 28, 2018 8:25 pm
Forum: Programs, Libraries and Tools
Topic: KNX with micropython
Replies: 14
Views: 17039

Re: KNX with micropython

Hello Dietmar, thanks! Yes, I want to use and ESP8266 and directly read/write to the bus. So, if I see that correctly, you have psted two options: a) use TPUART b) use KNXD/eibd for option c) direct access to KNX there is no option yet. I am a bit hesitant to rely on KNXd, but it's an option. In the...
by henfri
Sun Oct 28, 2018 7:04 pm
Forum: Programs, Libraries and Tools
Topic: KNX with micropython
Replies: 14
Views: 17039

Re: KNX with micropython

Hi Dietmar, thanks. I am thrilled how quickly I got help here. Don't you think, it would be great if the library could also work via IP instead of only via Serial/TPUART? This way, one would create KNX devices rapidly with virtually no cost. Let me know if you need help setting up a repository in gi...
by henfri
Sun Oct 28, 2018 1:29 pm
Forum: Programs, Libraries and Tools
Topic: KNX with micropython
Replies: 14
Views: 17039

KNX with micropython

Hello, KNX is an international standard for HomeAutomation. I would like to use it with MicroPython. I found these libraries: https://pypi.org/project/knx/ https://xknx.io/ https://github.com/usul27/homecontrol/tree/master/knx https://github.com/knxd/PyKNyX https://www.pknyx.org/ I am wondering whet...