radical-squared / aquatemp

Home Assistant AquaTemp Heat Pump Climate Entity
37 stars 9 forks source link

Is there a way to remove unwanted daignostic sensors? #77

Closed patfelst closed 6 months ago

patfelst commented 10 months ago

Hi this is a great integration and it works great, I use it for my swimming pool heat pump.

But it exposes / creates 160 or so diagnostic sensors, and I only use about 5 of them. Is there any way to remove the majority of these, just leaving the ones I need, other than manually disabling each one, as I'm sure it puts a load on the HA host processor.

Thank you

Know1 commented 6 months ago

It's a single call to the API so there's no extra load, apart from maybe a few more bytes of memory for more elements in the array. As noted you can disable or change the property to hidden for each entity which will limit those shown, another method would be to not set an area for unwanted entities and then enable the global setting to not show entities without an area.

patfelst commented 6 months ago

ok thanks. Now with HA ability to bulk select entities and disable them in one go, this is a realistic solution.