Celsius x Fahrenheit

Arduino Mega with W5100 ethernet shield - DHT11 + Thermistor

Web interface + Android

Hello guys, I’m using DHT11 sendor to read temperature + Humidity of my house and a Thermistor NTC10K to read water temeprature. Everything was working perfectly but suddelny it starts to show some very weird values.

I realized that when I open the sensor/widget it changed the temperature from Celsius to Fahrenheit thus leading to the strange values. So I have to change it to Celsius again to make it work properly. Looks like its loosing its configuration or something like this.

** Last time this morning I had to configure the temperature as Fareinheit to make it work as Celsius. So it´s configured as F and displaying as Celsius as I wanted it to be.

Br,
Fernando

Hello,
can you paste here some code and also what kind of widget you use in Cayenne ?

Hello,

please see the code and widgets.

  • The values are expressed as Celsius as I want it but I have to configure it as Fahrenheit to work correctly.

Br,
Fernando

code.txt (4.0 KB)

Hello,
On virtual pin 7, can you try the following code:

Cayenne.celsiusWrite(V7, hiDegC);