Hi guys,
I’m having a ‘X File’ here and hopefully you have already resolved something like this.
I’m in Hass.io 0.62.1 in a Ubuntu Server and for some time I was detecting the system really slow, I think it started with the 0.62.X update (but I don’t really know).
The slowliness was easier to detect in automations and things like that:
For example, in the main rooms the light is action by presence (motion, doors sensors, etc), so usually, just step on the door and the motion sensors will catch you and the sytem turn the light on for you.
I was feeling that it was taking more time for the system to react and in some cases you could even find yourself in the middle of the room, right in from of one of the sensors and then the lights turn on.
I reviewed sensor batteries, position, etc. really driving me crazy.
Yesterday I started to do some testing and take some time measurements:
- To turn on a Wemo light 7/8 secs (manually, from the frontend)
- To update the frontend with the status of a motion sensor 6/7 secs.
I was about to rebuild it again from scratch and start adding components back one by one to see which one was impacting the performance when I removed the configuration for the https (just to test). Well performance went back to perfect. Less than 1 sec to turn on a light in the same scenario described above.
I did some tests adding and removing the https and clearly it impacts the overall HASS performance.
Any ideas on what would it be happening?