Felix,
I'm only interested in temperature. They are both the same in that regard. SHT30:0x44
I am concerned it throws the error 19. I thought at least it would connect on the I2C :(
The ENVIII page states it is compaitilble with UiFlow.
If you look at the page for: ENV2](https://docs.m5stack.com/en/unit/envII)
M5 states "This product is EOL now, we've released the updated version ENV III Unit with Temperature Humidity Air Pressure Sensor (SHT30+QMP6988) which is fully compatible with this product."
I don't mind coding the I2C interface in MicroPython vs Blocky, but I don't know how. I have done write to i2C for the 4-unit relay. But I have never done READ.
i2c0 = i2c_bus.easyI2C(i2c_bus.PORTA, 0x26, freq=400000)
i2c0.write_u8(0x11, 0x00)