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 and ble/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 a battery topic with the MAC address.
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?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.
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.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.