Help for different value problem between Revit and Dynamo

Hi.

Here is an extract of my dynamo program, my objectiv is to export temperature from room, and after import new one from a sensor.

But in first time, I would like to understand why when I export a temperature parameter from my rooms, the value change between Revit and Dynamo. And also, if it possible to keep the real value (for example 20°C instead of 1.0693…) and how can I keep it.

Thank you

Hi,
Anyone know the reason please ?

Thank you

Hi @Maxime
try GetParameterAsProjectUnits node to keep the correct value in Celsius.
Cheers

2 Likes

Thank you, it’s work fine now