Adding a RTC to openhabian

Hello all,

I tried to add a DS3231 RTC modul to my setup…

I added the clock
and can see it

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

and than I added

dtoverlay=i2c-rtc,ds3231

to

/boot/firmware/config.txt

But I can’t use it…was there sth. changed compared to earlier raspbian implementations?

Does the command sudo dmesg show any informationabut that overlay/module after a reboot ?

sudo dmesg | dtoverlay -a | grep rtc
  i2c-rtc
  i2c-rtc-gpio
  spi-rtc

no its not loaded