31.10.2021, 15:28
(01.10.2021, 06:19)Hyxion14 Wrote: But, the reading test is for RTU, not for TCP, right?
Hi, I have updated the FW to 2021 RC2 and now I can do test for TCP from the Kostal inverter.
For example if I query register: 514 , it gives me the current battery charge value correctly.
But when I make the map, it does not give me any value.
The register I am trying to map is:
{
"name": "Battery current SOC",
"bus_datatatype": "uint16",
"address": 514,
"writable": 0,
"unit":"%"
}
In KNX I have created a Virtual group address at address 32/3/3 type 2 bytes unsigned integer.
Why the test works and reads the value correctly but when I do the mapping I don't get the value?
Thank you.