Beacon monitor attribute format
See original GitHub issueHome Assistant Android version: beta2732 Android version: 13
Phone model:
Home Assistant version:
Last working Home Assistant release (if known):
Description of problem: This PR https://github.com/home-assistant/android/commit/603e4118233c8d54e66571ac760a13e46413e136 broke work with attribute e.g. in NodeRED, it would be possible to use “uuid_minor_major” format? at the moment is “uuid minor.major”
I know I can use a function in NodeRED, but working via a trigger is elegant for these purposes
vs.
Traceback (if applicable, to get the logs you may refer to: https://companion.home-assistant.io/docs/troubleshooting/faqs/#android-crash-logs):
Screenshot of problem:
Additional information:
Issue Analytics
- State:
- Created a year ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Beacon JavaScript API - Help Scout Developers
It can be used to record custom data attributes that can be synced as Customer Properties and used to trigger Messages. The attribute...
Read more >Quickstart: using HVAConfig to monitor high valued attributes
The values in the HVAConfig attribute must be in json format. It is followed by four parameters that control the limits and frequency...
Read more >Beacon Endpoint Profiler - Juniper Networks
Endpoint Identity Attribute Learning by the Beacon System ... Endpoint Profiling and Identity Monitoring Approaches ... Beacon Syslog Event Formatting.
Read more >802.11 Mgmt : Beacon Frame - mrn-cciew
Present only within beacon frames generated by APs. TIM element contains information useful for stations in low-power mode. The AP uses Delivery ...
Read more >Oracle JDeveloper 12c (12.1.3) Tutorials - MAF
One class that defines a beacon, including uuid, major, minor, proximity and identifier attributes. Second class contains four methods: startMonitoring calls ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Had a discussion with some team members and we will be updating both HA core and the app to the new format of
uuid_major_minor
.I think the format of the attribute can be even more improved to be able to include additional information. https://github.com/home-assistant/android/issues/2932