Most recent activity
-
-
My build was about 2 years old, from when I originally committed the Docker image. I've got them configured in the old format, which looks like it ought to still work.
{ "12:34:56:78:90": "device-name" }
It is picking up the device names, because I still get the
ble/advertise/device-name
andble/presence/device-name
topics appearing. It's just than none of the individual services (battery, temperature, humidity) have the device name anymore.Here's one for my watch battery. There's a
180f
topic with the device name, and abattery
topic with the MAC address.ble/advertise/watch2/180f [48] ble/advertise/f9:7f:c4:fd:c4:7f/battery 48
Sounds like this might have been a regression at some point. I think it probably shouldn't publish to the MAC address topics, if you've given the device a name. Or do you think it should do both?
I'll see if I can have a look into this.
-
-
-
-
I get MEMORY_BUSY regularly. Pretty much any time I pick up the watch to put it on it will be showing that message.
This is what I've got installed. I just did an update on everything, so these aren't actually the versions I've been running.- Battery Level Widget (v0.09)
- Bluetooth ID Widget (v0.03)
- BLE GATT Battery Service (v0.01) - I wrote this, so might be the problem.
- Bluetooth Widget (v0.08)
- Lock Widget (v0.06)
- About (v0.12)
- GPS Time (v0.05)
- Health Tracking (v0.15)
- Bootloader (v0.48)
- Bluetooth Music Swipe Controls (v0.01) - Only installed this fairly recently, so presumably not the problem.
- Scheduler (v0.13)
- Alarms & Timers (v0.33)
- Anton Clock (v0.09)
- Settings (v0.49)
- Launcher (v0.14)
- Battery Level Widget (v0.09)
-
I expect you're right. The temperature thing is annoying, but probably not worth changing.
I found the topics that use the MAC address in the name, and changed them to use device name.
https://github.com/espruino/EspruinoHub/pull/109