Espruinohub publish topic format change? #6699
Replies: 1 comment
-
Posted at 2023-04-13 by user91203 Also, I've now got a mix of Posted at 2023-04-17 by @gfwilliams And all the sensors are listed with their names in the Do you remember roughly how old your EspruinoHub was before you updated? I know
Which sensors report as Posted at 2023-04-17 by user91203 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 Here's one for my watch battery. There's a
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. Posted at 2023-04-17 by user91203 RE temperature inconsistency. I've got 3 different kinds of sensor. A QingPing ClearGrass CGG1, a Xiaomi LYWSDCGQ, and a few Xiaomi LYWSD03MMC with the custom ATC firmware. It's the first two, the ones with default firmware, that now publish Posted at 2023-04-18 by @gfwilliams Thanks! I'm not sure what you think about the temperature inconsistency... It's annoying but I wonder whether changing temperature -> temp will end up upsetting others that were expecting it to work that way now :( It'd be great if you could see what's up with the topics - I think as you say, if you name a device then we should just use For most people that haven't set up the device names list, it should make no effect as the device name won't match anything so it's a pretty safe fix to make Posted at 2023-04-20 by user91203 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. Posted at 2023-04-21 by @gfwilliams Thanks! Just merged |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-04-13 by user91203
Hi. I just upgraded my Espruinohub, which was pretty old.
It used to publish topics in the format
ble/advertise/device-name/temp
for temperature, for example, but now it only seems to doble/advertise/mac:address/temp
. Is that right? Is there a config option to get that topic back?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions