I would like to create a virtual tempsensor that reads the temperature of my outdoor tempsensor (all my devices and hub are set to C), and displays that temperature in Fahrenheit.
I was able to create a virtual temperature sensor and populate the parameter with RM, however the C to F conversion got me stuck..
Wondering if there is an easy way to make that conversion?
I would use a local variable plus the variable math operators in Rule Machine to calculate the value before setting it, then set the virtual device value to that.