RTC DS 1307 PI HAt not functionning

Hello,

I have buy a Pi hat RTC DS1307. I’m trying to configure it on my Rasperry Pi 3B but it does not work.

./install.sh -l says :
rtc_ds3231 : not installed
rtc_ds1307 : installed
adc_ads1115 : not installed

i2cdetect -y 1 says :
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – -- – -- – -- – --
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- – -- – -- – -- – -- – -- – -- – --
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- UU – -- – -- – -- –
70: – -- – -- – -- – --

hwclock -r says :
hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Argument invalide

I saw that driver is for Jessie or Stretch release. I’m using the last Raspbian release (Bullseye).

Could it be compatible with this release, may be using a new driver ?

I’m looking for a Pi RTC board for a professionnal use to replace the one we are using.

Thanks in advance for any help.