Unread message count #107
Replies: 2 comments 1 reply
-
|
Unread isn't really a concept of the meshtastic device itself, it is more concept of the user interfaces (like the apps). Having such a message count doesn't make much sense in a home assistant integration and don't think there is a generally acceptable definition on what unread would mean for this integration. You can have automations "reading" message, the browser frontend as well as via proxy other clients. And this integration won't get any information back from the clients if a message has been read, so it can't really keep track of such a count. |
Beta Was this translation helpful? Give feedback.
-
|
Here a way to create this in Home Assistant: create an automation that acts on the "message received" event, increment a counter and create a button to reset that to 0. Obviously rudimentary but it might be enough for your needs. At least it would show a number so you can go check 😉 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, its possible to get a unread message count? When i connect with the app to the node via TCP i got a counter how many and which messages a unreaded. I want to display a counter on a external display (PixelIt) and read them later.
Beta Was this translation helpful? Give feedback.
All reactions