Using the ESP-POE2 board and Olimex BME280 board I tried the simple example provided by Olimex (https://github.com/OLIMEX/ESP32-POE/blob/master/SOFTWARE/ARDUINO/ESP32_PoE_MOD_BME280/ESP32_PoE_MOD_BME280.ino), the I2C communication with BME280 does not work. Using a protocol analyser I see data on SDA (GPIO13) but SCL (GPIO16) is always HIGH.
Moving forward with my investigation, I look at ESP-POE2 schematic and see the following connection :

Can somebody explain why is this here ?
So I tried to replace SCL pin with GPIO5, and tada ! It works.
It is not really a solution in itself because your UEXT connectors uses GPIO16 for SCL.
Last test was to remove R19, and still did not work. I finally stumbled on this piece of information :

And that seems to be the answer. It's a bit confusing that this exact pin was chosen for UEXT SCL pin...
Any plan to fix this ?