How to make Dew point show on display with sensor BME280?

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
Gintuxa
New user
Posts: 3
Joined: 31 Mar 2018, 19:02

How to make Dew point show on display with sensor BME280?

#1 Post by Gintuxa » 01 Apr 2018, 16:09

Hello!

I am using SP Easy, ESP8266 with sensor BME280 and OLED SSD1306. Through the RS232 and the ESP Easy Mega LOG screen, it shows a "dew point". How to make the dew point also appear on the display (OLED SSD1306) and in the json screen?
Attachments
COM_Termite.png
COM_Termite.png (5.19 KiB) Viewed 11931 times

Domosapiens
Normal user
Posts: 307
Joined: 06 Nov 2016, 13:45

Re: How to make Dew point show on display with sensor BME280?

#2 Post by Domosapiens » 01 Apr 2018, 21:33

30+ ESP units for production and test. Ranging from control of heating equipment, flow sensing, floor temp sensing, energy calculation, floor thermostat, water usage, to an interactive "fun box" for my grandson. Mainly Wemos D1.

Gintuxa
New user
Posts: 3
Joined: 31 Mar 2018, 19:02

Re: How to make Dew point show on display with sensor BME280?

#3 Post by Gintuxa » 01 Apr 2018, 21:48

Dew point value not presented in devices page.

User avatar
grovkillen
Core team member
Posts: 3621
Joined: 19 Jan 2017, 12:56
Location: Hudiksvall, Sweden
Contact:

Re: How to make Dew point show on display with sensor BME280?

#4 Post by grovkillen » 01 Apr 2018, 22:04

It's not a value to be used yet I guess. You can do this calculation via formula (example in the rules tutorial section) until it's available through the plugin.
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you :idea: :idea: :idea:

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: How to make Dew point show on display with sensor BME280?

#5 Post by TD-er » 01 Apr 2018, 23:15

It is a value I've used internal for the BMx280 plugin.
I guess it would be nice to add it as an conversion to be used in rules.
I'm not sure whether other domotica systems can do something with it?
Domoticz does compute it within Domoticz itself.

Gintuxa
New user
Posts: 3
Joined: 31 Mar 2018, 19:02

Re: How to make Dew point show on display with sensor BME280?

#6 Post by Gintuxa » 02 Apr 2018, 17:29

Thanks for the answers!

dampa
Normal user
Posts: 87
Joined: 19 Jul 2018, 01:48

Re: How to make Dew point show on display with sensor BME280?

#7 Post by dampa » 15 Aug 2019, 15:40

I just spotted the dew point in the log too. I would also like to see it as an other value for the device.

htwt
New user
Posts: 2
Joined: 03 Oct 2020, 04:38

Re: How to make Dew point show on display with sensor BME280?

#8 Post by htwt » 03 Oct 2020, 05:32

Gintuxa wrote: 01 Apr 2018, 21:48 Dew point value not presented in devices page.
grovkillen wrote: 01 Apr 2018, 22:04 It's not a value to be used yet I guess. You can do this calculation via formula (example in the rules tutorial section) until it's available through the plugin.
Why dev point value is still not available in devices page? That would be important information in controlling air conditioning.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: How to make Dew point show on display with sensor BME280?

#9 Post by TD-er » 03 Oct 2020, 12:20

See the bottom of the system variables page (Tools => System variables)
There is an example of how you can compute the dew point using 2 variables.

htwt
New user
Posts: 2
Joined: 03 Oct 2020, 04:38

Re: How to make Dew point show on display with sensor BME280?

#10 Post by htwt » 03 Oct 2020, 16:39

TD-er wrote: 03 Oct 2020, 12:20 See the bottom of the system variables page (Tools => System variables)
There is an example of how you can compute the dew point using 2 variables.
OK Thank you!

thesstozteron
New user
Posts: 1
Joined: 24 Apr 2021, 21:48

Re: How to make Dew point show on display with sensor BME280?

#11 Post by thesstozteron » 24 Apr 2021, 21:53

How can I get things beak to reach / send out the dew point with a bme280 sensor? Unfortunately, only the air pressure, humidity, temperature is displayed. my attempts so far have failed.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: How to make Dew point show on display with sensor BME280?

#12 Post by TD-er » 24 Apr 2021, 22:04

thesstozteron wrote: 24 Apr 2021, 21:53 How can I get things beak to reach / send out the dew point with a bme280 sensor? Unfortunately, only the air pressure, humidity, temperature is displayed. my attempts so far have failed.
Dew point(T,H):

Code: Select all

%c_dew_th%(18.6,67)     => 12.31
%c_dew_th%([bme#T],[bme#H])
I assume the task name is "bme" and the variables "T" and "H"

Post Reply

Who is online

Users browsing this forum: No registered users and 37 guests