BMP085 ESPEasy

Moderator: leecollings

Post Reply
robpijpers
Posts: 4
Joined: Saturday 14 February 2015 21:21
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

BMP085 ESPEasy

Post by robpijpers »

I have a BMP085 sensor (pressure and temp) attached to a NodeMCU board running ESPeasy that sends the data over to Domoticz.
I can not find a useful virtual sensor to only show the pressure.
Is there a way to create a custom virtual sensor or another way to achieve this?

Thx, Rob
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: BMP085 ESPEasy

Post by Derik »

ScreenShot131.jpg
ScreenShot131.jpg (44.06 KiB) Viewed 3953 times
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
tuspam
Posts: 37
Joined: Friday 25 December 2015 0:19
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: BMP085 ESPEasy

Post by tuspam »

up
tOmki
Posts: 9
Joined: Monday 02 February 2015 12:29
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Poland
Contact:

Re: BMP085 ESPEasy

Post by tOmki »

up up
Raspberry Pi B+, 4x DS18B20, RFLink Gateway, UPS APC Back-UPS CS 650VA,
jpdn
Posts: 2
Joined: Wednesday 21 September 2016 23:17
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: BMP085 ESPEasy

Post by jpdn »

I use a BMP085 and I get the temperature ( an 0% value for humidity) in the Temperature tab, and the pressure widget in the Meteo tab.
Milifax
Posts: 69
Joined: Friday 23 June 2017 9:27
Target OS: Linux
Domoticz version: 2024.4
Location: The Netherlands
Contact:

Re: BMP085 ESPEasy

Post by Milifax »

jpdn wrote:I use a BMP085 and I get the temperature ( an 0% value for humidity) in the Temperature tab, and the pressure widget in the Meteo tab.
Use the Temp+Baro device recently added in latest beta and you'll get rid of the 0% humidity.
The seperate 'widgets' stay in temp and weather.
Or use the Barometer device and use Rules in ESPEasy (see the forum over there)
User avatar
fvdijke
Posts: 6
Joined: Monday 19 June 2017 20:51
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8000
Contact:

Re: BMP085 ESPEasy

Post by fvdijke »

Hi, i have a same problem i think.
I added a Temp + Baro device but only the Temp value is shown. I tried both the BMP180 and 280's. On my nodeMCU i can see both value's (see images)
Screen 2017-08-02 om 10.20.09.jpg
Screen 2017-08-02 om 10.20.09.jpg (37.53 KiB) Viewed 3165 times
Screen 2017-08-02 om 10.20.52.jpg
Screen 2017-08-02 om 10.20.52.jpg (78.12 KiB) Viewed 3165 times
Milifax
Posts: 69
Joined: Friday 23 June 2017 9:27
Target OS: Linux
Domoticz version: 2024.4
Location: The Netherlands
Contact:

Re: BMP085 ESPEasy

Post by Milifax »

fvdijke wrote:Hi, i have a same problem i think.
...
Use rules in ESPEasy to get it working:
To make ESPEasy work with Domoticz BMP280 sensor, disable the Send to controller for the specific device and;
add a rule in ESPEasy like the following:

Code: Select all

On System#Boot do    //When the ESP boots, do
  timerSet,1,240      //Set Timer 1 for the next event in 240 seconds
endon

On Rules#Timer=1 do
  SendToHTTP,192.168.1.80,8080,/json.htm?type=command&param=udevice&idx=69&nvalue=0&svalue=[Barometer#Temperature];[Barometer#Pressure];BAR_FOR;ALTITUDE
  timerSet,1,240       //Resets the Timer 1 for another 240 seconds
endon

-- Comment: Where Barometer is the name of the device and #Temperature and #Pressure are the valuenames
-- Above will send updates every 4 minutes, hench the timer set

Hope this helps.
User avatar
fvdijke
Posts: 6
Joined: Monday 19 June 2017 20:51
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8000
Contact:

Re: BMP085 ESPEasy

Post by fvdijke »

Thanks for your quick response!
Is this a BMP related problem? My BME280 sensor works perfectly:
Screen 2017-08-02 om 11.39.51.jpg
Screen 2017-08-02 om 11.39.51.jpg (47 KiB) Viewed 3155 times
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest