These are caused by your computer being too busy at this point for HA to do all the processing it needs in the appropriate time. This could be because of a component in HA, or something else running on the machine. For instance, I get the errors once a day when HA does its database purge and clean up.
Occasional errors like this aren’t really a problem, but you are getting them sufficiently often to be worth investigating. I would start by running the top program and see if any programs leap to the top of the process list (indicating they are using more cpu) when the message occurs. If that program is hass, then there is something in hass that is using the processor, and you will have to diagnose that.
Ok, i get this also when purging the database, but also when i was doing nothing manually on my raspberry… so how to begin to check which processes are causing that ? What you mean with top program?
HA is generally doing something, even when you are not touching it manually. It could be checking sensors, web sites, receiving MQTT messages. You could be running other programs that may also be doing something.
This tells a couple of things. /opt is a place for user installed things, rather than system programs, so it is likely that you have installed this at some point. 480 477 are the pid and ppid. The low numbers indicate that this was started when the Pi started, so restarting isn’t likely to make it go away.
Just as a wild guess, try
grep vWML70SL /etc/systemd/system/*
To see if the program is being run as a systemd service. Otherwise, I’m not sure how to find out exactly what is starting it. I’ll have to hunt around.
If you are sure that you don’t want the program to run, you might try
sudo mv /opt/vWML70SL /opt/vWML70SL.old
and reboot, that should stop the program starting, but enable to move it back if you find out that you actually need it.
pi@hassbian:~$ grep vWML70SL /etc/systemd/system/*
grep: /etc/systemd/system/bluetooth.target.wants: È una directory
grep: /etc/systemd/system/dhcpcd.service.d: È una directory
grep: /etc/systemd/system/getty.target.wants: È una directory
grep: /etc/systemd/system/[email protected]: È una directory
grep: /etc/systemd/system/halt.target.wants: È una directory
grep: /etc/systemd/system/multi-user.target.wants: È una directory
grep: /etc/systemd/system/network-online.target.wants: È una directory
grep: /etc/systemd/system/poweroff.target.wants: È una directory
grep: /etc/systemd/system/printer.target.wants: È una directory
grep: /etc/systemd/system/rc-local.service.d: È una directory
grep: /etc/systemd/system/reboot.target.wants: È una directory
grep: /etc/systemd/system/remote-fs.target.wants: È una directory
grep: /etc/systemd/system/sockets.target.wants: È una directory
grep: /etc/systemd/system/sysinit.target.wants: È una directory
grep: /etc/systemd/system/timers.target.wants: È una directory