Ahh - so running a web browser (Chrome hopefully) on the Raspberry Pi itself?
I believe you just need to go to chrome://flags and turn on Experimental Web Platform Features and restart.
However the idea of the MQTT bridge is not to need Web Bluetooth, and to allow you to view the webpage on any device while using the Raspberry Pi as the bridge.
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.
Ahh - so running a web browser (Chrome hopefully) on the Raspberry Pi itself?
I believe you just need to go to
chrome://flags
and turn onExperimental Web Platform Features
and restart.However the idea of the MQTT bridge is not to need Web Bluetooth, and to allow you to view the webpage on any device while using the Raspberry Pi as the bridge.
There's a bit of an example here:
https://github.com/espruino/EspruinoHub/blob/master/www/rssi.html
You should just be able to check on the
/ble/advertise/
BLE topic and extract any data (eg the meter reading) that you want...