Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

I am developing an application based on .NET Framework 4.8 and using the Falcon library version 6.1.6264. I have also tested the same functionality with .NET 6, .NET 7, and .NET 8 using the latest ...
Berkan Çelik's user avatar
1 vote
0 answers
123 views

I'm using STM32F072C8T6 Microcontroller with Konnekting Device Library . I want to trigger a BELL for less than half second . I wrote a logic for that BELL & it works well , but after a LONG RUN , ...
Kavinraj's user avatar
0 votes
1 answer
99 views

I'm using the Falcon.NET KNX library (https://www.nuget.org/packages/Knx.Falcon.Sdk/) for connecting to KNX IP endpoints on my network. They are two of them, they work fine and respond in Tunneling ...
Dmitri Nesteruk's user avatar
0 votes
0 answers
189 views

I am using the Calimero library to try and connect to my KNX system. The stack trace that keeps coming up is this: org.springframework.beans.factory.BeanCreationException: Error creating bean with ...
user3235738's user avatar
0 votes
0 answers
135 views

I need some help with setting up a Button to control my lighting in one room. I have implemented WebSocket client in Android Studio. I have a Button that I want to send/write the value false for this ...
Alex's user avatar
  • 27
0 votes
1 answer
281 views

I am currently working on adding auto-detection of KNX devices as part of the Apache PLC4X KNX drivers (Currently working on the Golang version). I have made great progress on inspection of KNX ...
Christofer Dutz's user avatar
1 vote
1 answer
1k views

I'm trying to create an application based on data generated by KNX devices on a smart home. For this reason I have downloaded the C# KNX Falcon SDK and use it to communicate with KNX Virtual. However, ...
dpnevmatikos's user avatar
0 votes
1 answer
45 views

I'm creating a webapp to control some lights in my house. I can't understand why after firing the Event void, the image is not updating; while if i fire it from a button it is actually changing. I ...
Lorrido Welcome's user avatar
0 votes
1 answer
569 views

Using Calimero, I want to read and write signed int values in a KNX system. I use the readUnsigned and write methods of ProcessCommunicatorImpl for unsigned ints but there are no methods for reading ...
Johan Claes's user avatar
3 votes
4 answers
7k views

My dad wants me to make kind of a smart home. I would like to interface with KNX (a home automation protocol) using the GPIO on a Raspberry Pi 3. Ideally, I would like to build a web interface for ...
Simon Ber's user avatar
2 votes
2 answers
1k views

I have some problems to establish a connection to my KNX over USB. There is no problem to run the demo-project or even my project. I have configured my rooms on openHAB but can't get a connection, ...
Obl Tobl's user avatar
  • 5,682
4 votes
3 answers
3k views

I am developing a serialport application for knx modules in android. I can send and recieve commends to knx modulde. I want to change ui(for ex. button properties) when a message recieved from ...
Fatih POLAT's user avatar
5 votes
2 answers
5k views

I'm developing an application in C# to control my KNX home system. So, i've used the software ETS3Demo, and using the software wireshark could "see" the IP datagrams sent by the ETS3 to the KNX/IP ...
Canha's user avatar
  • 103