Josar
(Josar)
2
@Baldorian
maybe some tutorial for exec helps.
- try to execute the command as user openhab. And determine if user permissions and path is correct.
sudo -u openhab php ./conf/scripts/TempOutside1Latest.php
- First don’t use the transmformation and set up a rule to log the return value. See the tutorials.
- The item can not be a
Number
it needs to be a String
.
- Add the transfomation. Try if it woks regex, json.
- …
1 Like