You likely need to change the regex expression in the items file. Try just reading the temperature rather than both and see if that works. If it does then that is likely your problem. If you return both as demonstrated in the code the regex for temp will need to select the first number and the regex for humidity will need to select the second number.