bthome timestamp #6991
Replies: 1 comment
-
Posted at 2024-08-28 by @gfwilliams You can use the There is already a 'packet count' value that is sent which only increments each time new data is sent, which should help with things like this. Posted at 2024-08-29 by AccMagno Any guidance how to see the packages on the NRF Connect? I can't figure out that. wait a second, is 'packet count' done by watch(bangle) or receiver ( home assistant/bthome)? So dose watch count the package and then send it or other way. Posted at 2024-09-04 by @gfwilliams NRF connect should show the device and the 'raw' data, and you can decode it based on https://bthome.io/format/
Packet count is incremented by the watch, but the receiver then looks at the packets and discards any advertising data unless the packet count is different. Changing apps on the Bangle would likely restart the code and change the packet count, but when it restarts it'll end up sending a packet with no button pressed in it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-08-27 by AccMagno
Hi,
Is it possible to some how monitor, what bthome is sending? Outside of the watch. My home assistant (node red) triggers twice, when I push the button only ones. Or is it possible to add timestamp to the array, that bthome sends?
Beta Was this translation helpful? Give feedback.
All reactions