Skip to content

V10.5#62

Open
Xing-C wants to merge 1 commit intojarczakpawel:mainfrom
Xing-C:main
Open

V10.5#62
Xing-C wants to merge 1 commit intojarczakpawel:mainfrom
Xing-C:main

Conversation

@Xing-C
Copy link
Copy Markdown

@Xing-C Xing-C commented Apr 6, 2026

Added unique UID generation for each BMCU module to ensure distinct identification in Home Assistant and other multi-device setups.

Done! #59

Added unique UID generation for each BMCU module to ensure distinct identification in Home Assistant and other multi-device setups.
@jarczakpawel
Copy link
Copy Markdown
Owner

Nice. Using the uid is a good idea and this is the right direction. But this implementation has a few problems: it overwrites the fixed serial prefix area, reads past the 12byte uid, and writes raw uid bytes directly into the serial field. 0EA prefix must stay unchanged. I will do it a bit differently: keep the 0EAx prefix, and generate a stable alphanumeric suffix from the UID once at boot.

@Xing-C
Copy link
Copy Markdown
Author

Xing-C commented Apr 7, 2026

okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants