Nicely packaged. Do you find much of a heating problem form having the BMP280 in the same space as ESP32? Are you using a BME280 rather than BMP280 as BMP doesn’t have humidity?
I also needed to use a humidity sensor for my given space. As for the temperature, I calibrated it in Z2M configuration.yaml according to the difference between the actual temperature in the room and in the sensor. Here is an example:
'0x00158d0001abcdef': # Replace with your actual IEEE address
friendly_name: 'TemperatureSensor'
calibration:
temperature: -1.5 # Adjusts the temperature by -1.5 °C
Nothing, I answered late at night and didn’t think about the question. This is how I had a sensor connected to CC2350 in another project and loaded in Z2M.
in this case it is possible to make a correction using lamda directly in the yaml code, or then create a template sensor that will show the adjusted temperature.