Reading from Xiaomy Agara temperature sensor

Hello there,
Is there any way to read and save readings from Xiomy temperature and humidity sensors every X minutes using HA? If not are there any other sensors i can use for this?

Thanks,
Alex

Temperature sensors (and most other battery powered sensors) only publish their measurements when it has changed by a predefined amount, not after a certain time. If you can accept that, there are plenty of database solutions to help you.

Personally I use Influxdb and Grafana to store and graph my sensors.