I made a small "weather station" from a Wemos D1 mini and a BME280 sensor to get temperature, pressure and humidity data. It works well but I would rather see the pressure adjusted for sea level rather than the absolute pressure that the sensor provides. At my elevation I need to add 25 hPa to the reading. I dont think this can be done on the sensor itself but is there a way to do it within the card display?
This is what I am using.....
entities:
- sensor.bme280_pressure
group_by: hour
hour24: true
name: Pressure
show:
fill: fade
type: custom:mini-graph-card
Thanks.