Get data with active Check Control messages
See original GitHub issueAt the moment we do not have any example data with active check control messages. So we cannot parse these 😭
If you have a vehicle 🚗 that currently shows check control messages (red ❗ or yellow ⚠️ warnings in your instrument cluster 🕛 🕡 : ). Please send us your data: https://github.com/ChristianKuehnel/bimmer_connected#data-contributions
The status.json
should then contain some data in the field checkControlMessages
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Check control message sensor is active with no direct problem
My BMW app shows that I have to check the tire wear, but it declares this as NO problem (see picture). However, the...
Read more >Message Browser in Control Center | Confluent Documentation
From the Messages page, you can view the data being produced to a topic. Browse message data, seek to a specific offset or...
Read more >Overview of forms, Form controls, and ActiveX controls on a ...
Create, edit, format, lock, and unlock Excel forms, including data forms, worksheets that contain Form and ActiveX controls, and VBA UserForms.
Read more >Control message storage & access - Google Support
Manage & control access to your messages · Open your phone's Settings Settings . · Tap Apps & notifications and then Advanced and...
Read more >Understanding message delivery | Firebase Cloud ... - Google
For messages sent to devices with the following FCM SDK minimum versions, you have the additional option to enable the export of message...
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 Free
Top 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
@gerard33 Thx for the data 📜!
I created 2 PRs for this:
State.check_control_messages
now isList[CheckControlMessage]
instead ofList[Dict]
.I guess this does not fit to your implementation in Home Assistant, so this would be a breaking change. Please let me know what you think of #91 and if we should merge that.
@m1n3rva I have some data finally 😉
My suggestion is to show the
ccmDescriptionShort
on the HA card like in the screenshot below. I have now changed this is in the binary_sensor component of HA on my test version.But the cleanest way would be to do the processing in the library of course. Can you spend some time to implement that? If not then I will change it in the HA code and can release that together with bumping the version after PR #83 is merged.