After configuring in hundreds of devices, entities, automations, scripts etc I find myself struggling to remember which objects relate to each other.
A typical example is when I create an esp32 configuration for a Bluetooth relay to control a Bluetooth device, that will be managed by an automation that’s triggered by a user interface button.
In practice as far as the user is concerned, they press a button. And light goes on. So that’s good. But beneath the covers there are at least a dozen configuration variables that are arbitrarily named by me, or automatically generated, to identify some aspect of some component of some configuration item in all the objects and layers involved in this action.
And while I try to maintain some standard naming convention, at times I simply lose track of what thing is related to another thing. I have to manually remember that:
- the Bluetooth device has a hex identifier of xx:xx:xx:xx:xx:xx
- the Bluetooth friendly name of this device
- the esp32 device name I generated to manage this device
- the esp32’s IP address and name
- the entity IDs
- the device the entities relate to
- the device name
- how they relate
- the automations that use these
- the yaml device id in the automation
- the yaml entity id in the automation
etc.
the list goes on and on, is different for each aspect of the numerous configuration items scattered and embedded throughout HA, and becomes exponentially complex when trying to understand the relationship between them all without manually walking through dozens of clicks to view disparate settings. Where I inevitably get lost.
It’s all a big mess I’m afraid. And while I can work through much of this the old and highly inappropriate way by use of arbitrary naming conventions and a spreadsheet, the correct way from an ITIL architecture management point of view is to have a relationship or architecture map that’s generated from existing data, and not by hand.
In the ideal world this would result in a visual map of all the objects and their interrelationships.
This map, or even just a csv file, would allow me to view my entire configuration in a consistent and systematic way and facilitate naming standardization. I could also use it to quickly locate objects of interest and identify the related objects.
Does such a tool exist?