Page 1 of 1

BMP280 pressure publishing problems [solved]

Posted: 10 Apr 2019, 12:19
by bennybubble
Hi,

In my setup (Wemos D1 / Espeasy 20190404 / BMP280), the pressure value is not published over MQTT.

In the DEVICES window, it clearly show values for Temp (14.1) Humidity (0) Pressure (1018.4), Humidity is 0 because it is a BMP280.
Looking at the log window, it shows correct values for Temp and Pressure (Humidity is not shown here).

When subscribing with MQTT tool, it only publish a correct value for Temp, Humidty = 0 but NO Pressure topic and value.

It looks like ESPEASY is publishing Humidity instead of Pressure ...

Any thoughts ?

-ben

Re: BMP280 pressure publishing problems

Posted: 10 Apr 2019, 12:54
by grovkillen
BMP do not have humidity. Only BME does.

EDIT: sorry, misread. How big is your MQTT queue? But it might be a bug.

Re: BMP280 pressure publishing problems

Posted: 10 Apr 2019, 13:31
by bennybubble
Hi,

MAX Queue Depth was at 2, after changing it to 5 it worked perfect !!

The only (minor) thing is that it also publish Humidity while the sensor doesn't have Humidity but I can live with that :)

Tnx !

-ben