I have a electric meter in a project. This one send me the wattful energy with a 8 Byte (Non EIS, DPT 29.010) value every ten minutes. I cannot change this DPT. How can i use this value in linknx?
regards Ronny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i see thats 64 bit integer are not easy to use with c++. Under C (C99) there exists the "long long" type. I hope you find a way to implement this in the next release :-)
regards Ronny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all!
I have a electric meter in a project. This one send me the wattful energy with a 8 Byte (Non EIS, DPT 29.010) value every ten minutes. I cannot change this DPT. How can i use this value in linknx?
regards Ronny
Hi,
There's actually no support for 64bit objects in linknx. I'll try to add it when I have time.
Jean-François
Hi,
i see thats 64 bit integer are not easy to use with c++. Under C (C99) there exists the "long long" type. I hope you find a way to implement this in the next release :-)
regards Ronny
I just added the support for DPT 29.xxx in CVS . I made some tests on my x86 PC and it seems to work as expected.
Hi. I test this DPT and it work good. Thanks!