Integration MCP23017

Excuse me if I open a new topic on this topic. I have closely followed the events of this integration because I need to have this chip configured with Raspberry P4. After the last update to 0.117.1 everything seems to be fixed but I still can’t get it to work. I attach the log that I have every time I start the system.
I ask who works and has the RB 4B, like mine, on which pin i2c they connected it.
Any suggestions are welcome.
My haste is dictated by the fact that I have configured the alarm with this system and now, to make it work, I am migrating to a WEMOS and ESPHOME but I would like to keep the system with direct line and not wi-fi.
thanks
ps: forgive the translation but I got help from google.

Logger: homeassistant.components.switch
Source: components/mcp23017/switch.py:37
Integration: Interruttore (documentation, issues)
First occurred: 11:10:23 (1 occurrences)
Last logged: 11:10:23

Error while setting up mcp23017 platform for switch
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 197, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/mcp23017/switch.py", line 37, in setup_platform
    i2c = busio.I2C(board.SCL, board.SDA)
  File "/usr/local/lib/python3.8/site-packages/busio.py", line 31, in __init__
    self.init(scl, sda, frequency)
  File "/usr/local/lib/python3.8/site-packages/busio.py", line 70, in init
    raise ValueError(
ValueError: No Hardware I2C on (scl,sda)=(3, 2)
Valid I2C ports: ((3, 3, 2), (1, 3, 2), (0, 1, 0))

Good morning.
Sorry if I return to this post but I am really in crisis.
RPI4 doesn’t want to know about reading the MCP23017.
The chip works, it is configured correctly (with esphome and wemos d1 everything is ok). When I apply an oscilloscope on the GPIO2 and GPIO3 of the RPI I don’t see any I2C code but only flat lines.
I have tried dozens of times the configuration recommended by HA to enable I2C but, obviously, without solution.
I ask who uses this chip regularly if you have had any problems and how you have solved them.
I don’t think I damaged the RPI ports because they work if I enable them as outputs.
Please give me some suggestions, even trivial ones.
Thanks

Hi,
Have you solved your problem?

With the updates everything has been solved. Also I realized that the MCP23017 chip needs a well filtered power supply and by-pass capacitors on the power supplies otherwise the readings are falsified. I threw out a breadboard because it no longer made a good connection. To date, everything works stably. Hello