Exec Binding 2.0 - Regex

Hey,
I’m using the Exec Binding 2.0 to control my TV. But I always get a warning in the console and i don’t get it :confused:

2017-06-21 23:00:24.453 [WARN ] [.core.transform.TransformationHelper] - Cannot get service reference for transformation service of type REGEX
2017-06-21 23:00:24.455 [WARN ] [hab.binding.exec.handler.ExecHandler] - Couldnt transform response because transformationService of type 'REGEX' is unavailable```

This is my thing:

Thing exec:command:tv [command=“python /home/BlackBeanControl/BlackBeanControl.py -c TvPower”, interval = 0]


It works but I don't want the warning and I want to understand it.

Cheers,
Mourkain

Have you installed the REGEX transformation add-on?

1 Like

Thank you =D
This fixed the warning and with
http://docs.openhab.org/addons/transformations/regex/readme.html
I also understand it now!!