Home-assistant.db 30Gbyte in one day, what to do?

1283 MB is the size, after what 1 hour …

you are building size really fast, do you use time as a sensor update entry?

I am not sure what is that.

Like what for example?

trying to install this now. I hope with that I can see what’s inside, and also delete the DB

When people create sensors they sometime have difficulty on how it updates. As a solution, they set this to time so it updates the sensor every second. This adds a lot to the database.

entity_id (Optional): Add a list of entity IDs so the sensor only reacts to state changes of these entities. This will reduce the number of times the sensor will try to update it’s state.

it is done here

I do this for quick delete and create a new HA database.

mysql> drop database DATABASENAME;
mysql> create database DATABASENAME;

1 Like

I do not think I have this.

But something I must have

I downloaded on my windows 10 machine. Have no idea how to start the program.

Damned I just want this **** database to not populate, and that’s it

phpmyadmin is probably not for you if you just want to reduce your database. I thought it might be helpful to analyse the database entries to see which one is taking the most space. I would suggest you use the include option in the recorder and add only what you really want to log. (or track down which ones are causing the problem) You can then delete the database and recreate and see if the size builds as fast.

if you want phpmyadmin, put it in the www directory of HA or another webserver on your mysql machine.

I point to mine with this on builtin webserver on a mac.

xxxxxxxx.duckdns.org/~username/phpMyAdmin/phpinfo.php

I just want to fix the problem, but each steps it seems I add problems

I followed this tutorial to install phpmyadmin on the same pi3 of HASS

and … it doesn’t work, pointing to
http://192.168.1.238/phpmyadmin
gives

404: Not Found

on my web browser

try

http://192.168.1.238/phpMyAdmin/phpinfo.php

same
404 not found

Ha static webserver might need this

http://192.168.1.238:8123/local/phpMyAdmin/phpinfo.php

@anon35356645 If you have another always on computer on your network or preferably a NAS, you may be able to set up mysql or one of the other supported databases there that won’t put the strain on your HASS machine. 30 GB sounds like a lot of database in a single day. Are you sure you aren’t misreading the size? At the command line try
ls -lh

I don’t understand much of all this.

I followed these instructions

I think it installed apache webserver or something?

EDIT was missing an installation command
sudo apt-get install python-mysqldb
sudo /etc/init.d/apache2 restart

I know very little of a lot of things.

But I can read B, KB, MB and GB

Now its 350MB, not long ago I deleted and recreated the DB

Now I am able to access phpmyadmin

where shall I look at?

I have a NAS, but I really don’t care much about DB, maybe just sensor and some light, but it is not so important

Most is in EVENTS, but I have no clue what I should look at, there are many of everything

Now its 500MB