@teastain2 Bingo! that worked, changing
Wire.begin();
to
Wire.begin(26, 14);

so pinout for I2C on T-relay 8X is
SDA: pin 26
SCL: pin 14

thank you!