21.11.2019, 12:42
(This post was last modified: 21.11.2019, 12:56 by Erwin van der Zwart.)
(21.11.2019, 07:50)admin Wrote: This is a separate script not a profile. You need to use RAW profile in EnOcean tab. Script handles parsing of RAW value.It's all explained in the header of the script (:
Line 100 is not a error, this is not a update to the drive status value but a KNX value update command, i use grp.update on purpose as i don't see any reason to post feedback to the KNX bus, if you need it on KNX then you should change it to grp.write
Yes you need a seperate event based script for each drive, so if you have 10 drives you need 20x 4 byte objects and 10x event based scripts, each event script is attached to the Enocean incomming 4 byte RAW value, and you need to set 10x the response 4 byte object to Enocean Outgoing. The addresses needs to be matched to the objects you create...
BR,
Erwin