Hi looking for some help on the new OH 3 Tranformation on a channel for my Weather station.
Im using REGEX to grab the outside temp.
In 2.5 i had:
weatherstationCache.url=http://192.168.20.99/livedata.html
weatherstationCache.updateInterval=10000
in my http.cfg file
and i had:
{homekit=“TemperatureSensor”, http="<[weatherstationCache:30000:REGEX(.?outTemp.?value="(.?)".)]"}
in my Items file. This gave me the outside temp of the weather station. In OH 3 i have added everything via Things UI as follows:
But i am getting UNDEF.
Any pointers appreciated.