[ClosedCube HDC1080] sensor library not workig for more than one sensor

I want to use a minimum amount of 2 to max 8 sensors HDC1080.
Each ona has a fixed I2C address. So it’s necessary to use a multimaster I2C Software library.
The unique available is not valid becasue the official ClosedCube library makes a wide use of the standard Wire i2c library, in order of stream print and readbyte funcitons.
This makes me impossible to port the multimasterI2C library by-myself to make and fix ClosedCube 1080 library for 2 to 8 sensors togheter.

I’m asking you if you have already a working solution for me

Guido