• 16.09.2025, 11:16
  • Registrieren
  • Anmelden
  • Du bist nicht angemeldet.

 

blakmoon91

Newbie

Changing temperature units C to F causes data errors in Playground Virtual Sensors

Montag, 8. September 2025, 19:46

Wanted to see if I missed anything obvious. After running in C for quite a bit I finally broke down and changed the system to F. However, in the playground some sensors when being added *seem* to be carrying the original C values instead of F. Obviously breaks things down the line.
Steps to reproduce:
Use the system in C for a while, establish some software sensors in the Playground, yes inside of the suite profile I switched it to F and G/pH.
Add a software sensor in the playground, in this case I am adding the coolant temp from a HIGH FLOW NXT which from the picker is properly shown as 89.4F BUT the value for the sensor on the canvas is being added as 31.92 which of course breaks everything else.

Running recent update, I believe to v X.83. Thanks group!
»blakmoon91« hat folgende Bilder angehängt:
  • Screenshot 2025-09-08 132308.png
  • Screenshot 2025-09-08 132255.png

sebastian

Administrator

Montag, 8. September 2025, 19:57

The entire software always calculates in °C and Kelvin.

Only the finished calculation is converted to the target unit for display.

Data is always sent to the devices in °C, and the device then decides how these values are displayed based on its settings.