And all the sensors are listed with their names in the config.json file?
Do you remember roughly how old your EspruinoHub was before you updated? I know twocolors on GitHub contributed quite a few changes and I guess it's possible one of them broke something, but that was some time ago
I've now got a mix of ble/advertise/mac:address/temp and ble/advertise/mac:address/temperature for different sensors
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.
And all the sensors are listed with their names in the
config.json
file?Do you remember roughly how old your EspruinoHub was before you updated? I know
twocolors
on GitHub contributed quite a few changes and I guess it's possible one of them broke something, but that was some time agoWhich sensors report as
temperature
? Looking at https://github.com/espruino/EspruinoHub/blob/master/lib/attributes.js#L50-L212 there doesn't seem to be anything that creates atemperature
field so I wonder where it comes from? Is it a Xiaomi sensor?