Temperatures over 100 Celsius

Support questions for server and client (Windows, iPhone, Android, Linux)
Post Reply
pekkak
2 stars
2 stars
Posts: 44
Joined: Sat 10 Nov 2012, 07:31

Temperatures over 100 Celsius

Post by pekkak » Thu 23 May 2013, 12:17

I'm smoking ribs and the temperature should be about 100 Celsius. I'm using Weber wireless thermometer and the problem is that Tellstick shows temperatures only with two digits. Is it possible to write logic somewhere that temperatures between 0-50 is interpreted to 100-150? That way it would always show right temperature between 50-150 which would be perfect for me..

Isaksson
5 stars
5 stars
Posts: 637
Joined: Tue 09 Nov 2010, 21:51
Location: Västervik

Re: Temperatures over 100 Celsius

Post by Isaksson » Thu 23 May 2013, 19:53

pekkak wrote:I'm smoking ribs and the temperature should be about 100 Celsius. I'm using Weber wireless thermometer and the problem is that Tellstick shows temperatures only with two digits. Is it possible to write logic somewhere that temperatures between 0-50 is interpreted to 100-150? That way it would always show right temperature between 50-150 which would be perfect for me..
This could be done with Plugin.
Last edited by Isaksson on Thu 23 May 2013, 20:07, edited 1 time in total.

tomas
Administrator
Administrator
Posts: 419
Joined: Tue 09 Nov 2010, 20:41

Re: Temperatures over 100 Celsius

Post by tomas » Thu 23 May 2013, 19:56

Yes, this can be done using the built in function Value Mapping :) (No plugin is required)

Open Data Source Options and select the Presentation tab.
Under Value Mapping, select Linear mapping for calibration/conversion

Then add the following rows:

Source Value / Presentation Value

0 / 100
50 / 150
50.1 / 50.1
99.9 / 99.9

Source values from the temperature device will be converted according to the table. Values are linearized in between points in the table. Examples:

0 -> 100
10 -> 110
50 -> 150
60 -> 60
90 -> 90
Tomas | Switch King

Isaksson
5 stars
5 stars
Posts: 637
Joined: Tue 09 Nov 2010, 21:51
Location: Västervik

Re: Temperatures over 100 Celsius

Post by Isaksson » Thu 23 May 2013, 20:05

Nice solution Tomas.
Dident know Value Mapping was that "smart".

pekkak
2 stars
2 stars
Posts: 44
Joined: Sat 10 Nov 2012, 07:31

Re: Temperatures over 100 Celsius

Post by pekkak » Fri 24 May 2013, 12:36

Wau, this is really neat! I was thinking linear mapping could be the solution, but I would never have figured out the correct rows. Thanks!

tomas
Administrator
Administrator
Posts: 419
Joined: Tue 09 Nov 2010, 20:41

Re: Temperatures over 100 Celsius

Post by tomas » Fri 24 May 2013, 21:32

You are welcome :) Good luck with the barbeque.

With the Value Mapping you can be quite creative and use it as a solution for various use cases.
Tomas | Switch King

medley
1 star
1 star
Posts: 4
Joined: Tue 01 Feb 2011, 14:08

Re: Temperatures over 100 Celsius

Post by medley » Tue 14 Jan 2014, 00:04

I have tried to do this, but i cant manage. The difference is that my data source is through OneWire via the OnewirePlugin. How to change the presented value for this? I cant make anything change with mapping.

Thanks.

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests