You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Enhancement: Unique ID Handling for Multiple Devices
Issue Description
Currently, when there are multiple devices, there's a need to assign a unique ID to each device. However, each device already reports a unique ID (MAC address). To streamline this process and ensure consistency, the system should automatically utilize the unique ID of each device by default. Additionally, users should have the option to manually set a unique ID, which would override the device's UID.
Proposed Changes
Default Unique ID Handling:
Modify the system to automatically utilize the unique ID reported by each device.
Implement logic to assign the device's UID as its unique ID by default.
User Override Option:
Provide a mechanism for users to manually set a unique ID for each device.
Ensure that user-set unique IDs override the device's UID in the system.
Change the default topics to utilize the unique ID
sc23dci/UID/subtopics
⚠️ Breaking change
Additional Context
The current process of assigning unique IDs to multiple devices is cumbersome and prone to errors. By leveraging the unique IDs already reported by each device and allowing user overrides when necessary, i can simplify the setup process and ensure accurate identification of devices within the system.
Milestone
v2.0.0 Device Management Improvements
⚠️ v2.0.0 because of the breaking change
The text was updated successfully, but these errors were encountered:
Feature Enhancement: Unique ID Handling for Multiple Devices
Issue Description
Currently, when there are multiple devices, there's a need to assign a unique ID to each device. However, each device already reports a unique ID (MAC address). To streamline this process and ensure consistency, the system should automatically utilize the unique ID of each device by default. Additionally, users should have the option to manually set a unique ID, which would override the device's UID.
Proposed Changes
Default Unique ID Handling:
User Override Option:
Change the default topics to utilize the unique ID
Additional Context
The current process of assigning unique IDs to multiple devices is cumbersome and prone to errors. By leveraging the unique IDs already reported by each device and allowing user overrides when necessary, i can simplify the setup process and ensure accurate identification of devices within the system.
Milestone
The text was updated successfully, but these errors were encountered: