26 questions
0
votes
0
answers
27
views
Writing FDSK via Falcon SDK
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 ...
1
vote
0
answers
123
views
Delay in triggering the BELL
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 , ...
0
votes
1
answer
99
views
Falcon.NET doesn't find interfaces that are definitely there
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 ...
0
votes
0
answers
189
views
Exception connecting to KNX IP Router - Invalid argument
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 ...
0
votes
0
answers
135
views
Use Button to send value "false" to KNX group address via LogicMachine
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 ...
0
votes
1
answer
281
views
How to find out if a KNX device is able to send extended frames?
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 ...
1
vote
1
answer
1k
views
Can KNX Falcon SDK be used to communicate with KNX Virtual?
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, ...
0
votes
1
answer
45
views
Update programmatically image after Event with KNX.Net
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 ...
0
votes
1
answer
569
views
Use Calimero for Java to read and write signed int values of KNX system
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 ...
3
votes
4
answers
7k
views
Reading KNX using Raspberry Pi 3 GPIO
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 ...
2
votes
2
answers
1k
views
Configure openHAB to run over USB with KNX
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, ...
4
votes
3
answers
3k
views
Messaging to UI thread
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 ...
5
votes
2
answers
5k
views
KNXnetIP implementation in C#
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 ...