17.05.2018, 17:06
Thank you for helping me ! I have read and accessed a table as follows:
---------------------------------
* table:
[first]
* table:
[start_hour]
* number: 12
[start_min]
* number: 30
[id]
* number: 1
[2]
* table:
[start_hour]
* number: 21
[start_min]
* number: 5
[id]
* number: 2
----------------------------------
But I do not know how to get this [start_hour], [start_min], [id] to a KNX address.
For example I want to address: 1/1/1; 1/1/2; 1/1/3
grp.write ('1/1/1', [start_hour])! it does not work.
I was a new person ! hope everyone sympathized.
---------------------------------
* table:
[first]
* table:
[start_hour]
* number: 12
[start_min]
* number: 30
[id]
* number: 1
[2]
* table:
[start_hour]
* number: 21
[start_min]
* number: 5
[id]
* number: 2
----------------------------------
But I do not know how to get this [start_hour], [start_min], [id] to a KNX address.
For example I want to address: 1/1/1; 1/1/2; 1/1/3
grp.write ('1/1/1', [start_hour])! it does not work.
I was a new person ! hope everyone sympathized.