-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Toggle/Setting to display network addresses in decimal format. #1971
Comments
@Nerivec Is there a special way to convert? For example I have the following error:
And 65533 converts to FFFD or 0000FFFD - but there is not a single device in my Z2M list that matches FFFD. What am I doing wrong? |
For multicast/broadcast, addresses are special, since they target the whole network, not just a single device. They mean the following:
Can also check this tool I made to parse Z2M |
Is your feature request related to a problem? Please describe.
Network addresses in frontend are displayed in hex format, but all Z2M logging is in decimal format, making it harder to quickly identify devices (have to convert every time).
Describe the solution you'd like
A toggle or setting somewhere to display network addresses in decimal or hexadecimal format in frontend.
zigbee2mqtt-frontend/src/components/device-page/info.tsx
Line 141 in 03f1c80
zigbee2mqtt-frontend/src/components/zigbee/DevicesTable.tsx
Line 113 in 03f1c80
Describe alternatives you've considered
Switching all Z2M logging to hex is not practical.
The text was updated successfully, but these errors were encountered: