Programming Languages: Java
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics cvs -d:pserver:anonymous@calimero.cvs.sourceforge.net:/cvsroot/calimero login
cvs -z3 -d:pserver:anonymous@calimero.cvs.sourceforge.net:/cvsroot/calimero co -P modulename
Hello, how can i read this DPT? Calimero has only 12.001 --> DPTXlator4ByteUnsigned.DPT_VALUE_4_UCOUNT DPT 14.056 = ± [10-44,85 ... 1038,53] DPT 13.010= [-2 147 483 648 ... 2 147 483 647] DPT 12.001 = [0 ... 4 294 967 295]  Or how can i Convert the Value from 12.001 ? Many Thanks for your help!
2012-03-09 05:46:43 PST by homerunner
Hi! Gradually I´m using more and more the Calimero library. I have found a great help in this forum to achieve it. For this reason, thanks! I have implemented a ProcessEvent listener and I can received different data point types from the KNX bus, build the correct translator and translate it, in this case, to only print like a string. [code]String dptID = dplocal.getDPT();//dplocal is my...
2012-03-07 04:31:23 PST by militino
I mean hsyco speak about "Object server", this is an easy way to communicate with KNXNet/IP but it's not implemented in Calimero. you can find more info on "http://www.weinzierl.de/", BOAS product, SDK documentation. Discovery on the Calimero GUI demo, it's just to find your KNXIP device. Not to get information on all the "Object".
2012-02-25 02:59:25 PST by ciyon
Hi all, i want to use calimero to do the same application as "aymonitor" on iOs to android. I have one major problem to do that. With the calimero demo API, i can get ASDU only in hex. But not the type: 1bit, 8bit-Uint, 16bit-Float ? The ayMonitor application can to that but i have find no way to know this information on cEMI frame. I mean for 2 bytes, it always...
2012-02-25 00:45:32 PST by ciyon
Hi everybody! I'm new with Calimero library, I have been programming KNX installations for 10 years. But now, I have to be able to translate the bus telegrams trough Calimero and send message to different devices. I have some doubts, but I'm starting to understand de classes and methods step by step even though my level in Java is low. I have implemented this example in different way. But...
2012-02-09 08:51:20 PST by militino
SOLVED: The finally code closes the connection.
2012-02-08 05:38:26 PST by dax6000
Hi, I have implemented a NetworkLinkListener as described in [url]https://sourceforge.net/projects/calimero/forums/forum/485103/topic/3479551[/url]. The N146 responds to the ConnectRequest message (new KNXNetworkLinkIP(...) with a positive response. When I create and add the NetworkLinkListener the N146 responds with a CloseEvent (tuwien.auto.calimero.CloseEvent[source=link 0.0.0.0:0 tunnel...
2012-02-06 05:01:35 PST by dax6000
readFromGroup method send request to some group address for read data from KNX device. After sent of request telegram, method execute waitForResponse method which take first bus telegram as response telegram. In some cases first telegram after request message is not response telegram. After request telegram, some other Bus device can occupy the bus (ex. with higher priority) and send it's...
2012-02-04 06:49:52 PST by orcesim
Hi, I have been wondering how to read room temperature, it is a DPT 9.001 (2 byte, 2-octet float value). The unit is Celsius. Every time I've tried to read this, I receive an error message. Is it possible read that with Calimero NG 2.0a4? if it's possible how to read that? (code sample is best answer) Please Help me!! Mikko.
2012-01-31 00:16:27 PST by mikren79
Hi Boris, I am trying to use the ProcessCommunicator but I can't create an instance of that object, I suppose that should create an addProcessListener. Could you let me know how to do it to use the write method? Thanks! pedro.torremocha@gmail.com.
2011-12-15 01:42:57 PST by petriiiyo