Thank you for your help. In the next design I will consider a 10uF capacitor near vcc.
I was able to resolve the problem with altering this line of code:
data = self.i2c.read_i2c_block_data(self. address, config, 2)
The problem was I sent a 0 command byte to the device.
Regards
Alexander