NodeMCU + HM10 BLE working... and now?

Hi
I started at openmqttgateway a few days ago, and I’m stuck with a problem.
I have a nodemcu configured with the hm-10 sensor on and configured.
In mqtt broker I have everything to communicate …

SDK:3.0.0-dev(c0f7b44)/Core:2.5.0=20500000/lwIP:STABLE-2_1_2_RELEASE/glue:1.1/BearSSL:6778687
mounting FS…
failed to mount FS
*WM: Adding parameter
*WM: server
*WM: Adding parameter
*WM: port
*WM: Adding parameter
*WM: user
*WM: Adding parameter
*WM: pass
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client…
*WM: Using last saved values, should be faster
scandone
scandone
state: 0 → 2 (b0)
state: 2 → 3 (0)
state: 3 → 5 (10)
add 0
aid 6
cnt

connected with MyNetwork_2.4Ghz, channel 11
dhcp client start…
ip:192.168.0.127,mask:255.255.255.0,gw:192.168.0.1
WM: Connection result:
WM: 3
WM: IP Address:
WM: 192.168.0.127
connected…yeey :slight_smile:
saving config
failed to open config file for writing
{“mqtt_server”:“192.168.0.4”,“mqtt_port”:“1883”,“mqtt_user”:“openhabian”,“mqtt_pass”:"
*********"}*WM: freeing allocated params!
OpenMQTTGateway mac:
DC:4F:22:58:CD:E5
OpenMQTTGateway ip:
192.168.0.127
1883
Connecting to MQTT by IP adress
192.168.0.4
IR_EMITTER_PIN
16
IR_RECEIVER_PIN
2
ZgatewayIR setup done
RF_EMITTER_PIN
3
RF_RECEIVER_PIN
0
RF setup ok
ZgatewayBT HM1X setup done
MQTT_MAX_PACKET_SIZE
1024
Setup OpenMQTTGateway end
MQTT connection…
Connected to broker
Subscription OK to the subjects
pm open,type:2 0

I now have a BLE temperature sensor of xiaomi and wanted to add in openhab.

What do I have to do now?
How do I detect the xiaomi sensor?
How do I confirm that the sensor is sending and receiving bluetooth signal?
In integrating with openhab, as long as I get the topics in the broker I already know what to do.

Thank you

Hello,

I you wait some minutes you should see your sensors data published to your borker.
Take the last version from the development branch I have corrected some issues related to HM10.

Hi

I upgraded hm-10 to the latest firmware version.
I connected the nodemcu with the hm-10 (the red LED is blinking)
but I do not get any sign of bluethoot.
there is my broker information

Hi,

There was a regression in the development branch, I corrected it. You should now see the data coming if you reinstall from the last commit

But I reinstalled it with the same version as it had, or do I download it again and reinstall it again with version 0.9.1?
I’m sorry but I do not understand what you mean!

Thanks