-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi Robert,
is it possible to give us a max_bat in the configuration-tab as we have already the max_slot ?
Background is that all recognized registers are published as entities to Home Assistant, even when they are not used.
When you have only one Battery, it would be nice to publish only the entities related to Bat1.
If you have 2 Batteries only the related entities for bat1 and bat2 are published, and so on.
Like you do it with the slots.
Otherwise there will be all entities published GroBro is finding from all registers, which make a lot of entities even if they are not used.
I implemented all serial and temps for 4 batteries (Noahs) and they are shown as entity even if they are physically not present, showing "0"(temps) or empty (serials).
Perfect solution would be a filter that publishes only these entities from physically attachted Devices (maybe based on serial is known /empty?)