Xiaomi Aquara Temp/Humidity/Barometric Pressure Sensor missing pressure


#1

I am trying to generate a fuel stream using the Xiaomi barometric pressure measurement, but it is not available to use for some reason. I am using the bspranger device handlers, and barometric pressure is reporting in. Is this an issue with the device handlers or webcore?


#2

If you are seeing the barometric pressure reporting then I would suggest the DH is working as it should.
Care to post your Fuel Stream for people to look at?


#3

I just looked through the device handler. I don’t see barometric listed as a capability. this may be the issue.

definition (name: “Xiaomi Aqara Temperature Humidity Sensor”, namespace: “bspranger”, author: “bspranger”) {
capability "Temperature Measurement"
capability "Relative Humidity Measurement"
capability "Sensor"
capability "Battery"
capability "Refresh"
capability “Health Check”


#4

Barometric pressure isn’t showing up in the drop down menu. I have had this fuel stream running for weeks already on another xiaomi sensor, so it should be fine.


#5

I’m confused now.
Are you seeing barometric pressure reporting or not.

In your initial post you say it is, yet there is no capability for it, hence no drop down for it.
In your piston your haven’t defined barometric pressure (because you cannot) so how do you expect to see it.


#6

I haven’t defined it because it wasn’t available. It is reporting in SmartThings properly is what I meant. Sorry for the confusion.


#7

I don’t have one of these, but have you tried putting in -
capability "Temperature Measurement"
capability "Relative Humidity Measurement"
capability "Sensor"
capability "Battery"
capability "Refresh"
capability “Health Check”
capability “Humidity”
into the DH, then see if you can define it in the webCoRE app under humidity.
You might be able to define it then in your fuel stream.
Not being a coder, there is probably something else you need to do in the DH but I’m afraid I’m not your man for that.


#8

I tried, but other things definitely need to be defined.