Got the solution, the config.json has "mqtt_advertise_manufacturer_data": false.
"mqtt_advertise_manufacturer_data": false
After setting "mqtt_advertise_manufacturer_data": true and restarting the EspruinoHub the manufacturer data is available.
"mqtt_advertise_manufacturer_data": true
@MaBe started
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.
Got the solution, the config.json has
"mqtt_advertise_manufacturer_data": false
.After setting
"mqtt_advertise_manufacturer_data": true
and restarting the EspruinoHub the manufacturer data is available.