Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
------------------------------
Ctrl+F5
Posts: 42
Threads: 11
Joined: Apr 2018
Reputation:
1
06.03.2023, 19:44
(This post was last modified: 06.03.2023, 20:10 by Rauschentofft.)
Hi,
I have know tried the script and only the first register is showing the right value.
all the values after the first register is showing wrong values.
Have you seen this problem before?
registers = {
[0] = '2/1/1', actual value knx 20,9 and in the DUC 20,9
[1] = '2/1/2', actual value knx 21,4 and in the DUC 30,6
[2] = '2/1/3', actual value knx 20,1 and in the DUC 30,2
[3] = '2/1/4', and etc, etc
[4] = '2/1/5',
[5] = '2/1/6',
[6] = '2/1/7',
[7] = '2/1/8',
}
//Martin
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
The script and library was corrected to correctly handle float16 objects.
------------------------------
Ctrl+F5
Posts: 42
Threads: 11
Joined: Apr 2018
Reputation:
1
When i used the New slave handler script i would get the right temp without the decimal.
But now ill dont get the right temp only the first register is right. All after register 0 is showing about 10 degreed more. I'll have about 30 registers.
The temp is a knx sensor and i send the values from
knx to Duc.
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
Did you update the script too? There are some changes in it too, not just library.
------------------------------
Ctrl+F5
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
Post your full script.
------------------------------
Ctrl+F5