dsaul
21
I got the answer from someone smart in another group. I was converting Int instead of Float. That’s what works for me:
on_ble_manufacturer_data_advertise:
- mac_address: #your MAC address
manufacturer_id: FFFF
then:
- lambda: |-
float value = *((float*)&x[1]);
id(ble_sensor).publish_state(value);
wasn’t that suggested to you right here?
dsaul
23
I did write I understand but didn’t know how to do it, see below.
Nonetheless, you helped a lot with answers like this:
Fallingaway24Justin6d
It tells you in the docs how to set up devices, scan for devices, etc…
Or this:
Fallingaway24Justin6d
Have you asked the people in the discord server?
Thanks for pointing out that too, very helpful:
Fallingaway24Justin6d
wasn’t that suggested to you right here?
I just really want to thank you for the great help you provided. I didn’t know what I would do without you.
Hopefully my reply helps someone else that is not that good on coding.