TCP-Binding and sending a HEX-Code

Hi all

Need help :frowning:

Item:
Switch Blind “Blind” {tcp=">[ON:192.168.1.108:9760:‘MAP(blind.map)’)], >[OFF:192.168.1.108:9760:‘MAP(blind.map)’]"}

blind.map:
ON=8\02\t2
OFF=8\02\t\00

Addon “Map Transformation” is installed

Unfortunately I get this error message and nothing happens:

2017-01-15 17:33:24.267 [WARN ] [.core.transform.TransformationHelper] - Cannot get service reference for transformation service of type 'MAP
2017-01-15 17:33:24.269 [WARN ] [ing.tcp.protocol.internal.TCPBinding] - couldn’t transform response because transformationService of type '‘MAP’ is unavailable

Thanks
Michael

OK found it --> there is one ) that should not be there :slight_smile:

But it’s still not working. I should send a HEX-Command to:

IP: 192.168.1.108
Port: 9760
HEX: 38 02 0a 32

Is HEX working or do I have really to use ASCII?

Thanks
Michael