FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
231 stars 43 forks source link

ISSUE: Multiple Locks makes too many entities and tanks HA. Also completely messes up the NabuCasa Integration #269

Closed houseofbugs closed 1 year ago

houseofbugs commented 2 years ago

Describe the bug Because of all the input booleans being made it causes a HUGE lockup when you add new locks. People should disable input booleans being auto-added to the NabuCasa integration to prevent this issue.

Environment (please complete the following information):

Edit:

So I have 6 locks in my house. My front door is to be the parent lock. I added 3 childs and it is just completely tanking my HA installation. I had to remove the integration as this ended up making close to 2400+ entities and automations. My HA box is running on a server with a Threadripper and I have 24 cores + 32GB RAM allocated to it. It just crashes the HA box.

houseofbugs commented 2 years ago

There has to be a better way to go about this without making so many entities and automations. The only thing I am going to try next is limiting myself to only 10 code slots even though my locks support 30.

kaechele commented 2 years ago

Possibly a duplicate of #265