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
BMP085 ESPEasy
Moderator: leecollings
-
- Posts: 4
- Joined: Saturday 14 February 2015 21:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
-
- 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
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
-
- Posts: 2
- Joined: Wednesday 21 September 2016 23:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: BMP085 ESPEasy
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.
-
- Posts: 69
- Joined: Friday 23 June 2017 9:27
- Target OS: Linux
- Domoticz version: 2024.4
- Location: The Netherlands
- Contact:
Re: BMP085 ESPEasy
Use the Temp+Baro device recently added in latest beta and you'll get rid of the 0% humidity.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.
The seperate 'widgets' stay in temp and weather.
Or use the Barometer device and use Rules in ESPEasy (see the forum over there)
- fvdijke
- Posts: 6
- Joined: Monday 19 June 2017 20:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8000
- Contact:
Re: BMP085 ESPEasy
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)
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)
-
- Posts: 69
- Joined: Friday 23 June 2017 9:27
- Target OS: Linux
- Domoticz version: 2024.4
- Location: The Netherlands
- Contact:
Re: BMP085 ESPEasy
Use rules in ESPEasy to get it working:fvdijke wrote:Hi, i have a same problem i think.
...
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¶m=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.
- fvdijke
- Posts: 6
- Joined: Monday 19 June 2017 20:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8000
- Contact:
Re: BMP085 ESPEasy
Thanks for your quick response!
Is this a BMP related problem? My BME280 sensor works perfectly:
Is this a BMP related problem? My BME280 sensor works perfectly:
Who is online
Users browsing this forum: No registered users and 0 guests