I managed to link this blood pressure monitor to my Smart Life app.
Can this be linked up to the espHome BLE proxy?
I managed to link this blood pressure monitor to my Smart Life app.
Can this be linked up to the espHome BLE proxy?
Is it working?
Sadly no, do you this device too?
Smart Life app, where is this software? Is it Tuya app? . I have a new AOJ-33A with Bluetooth, manual recommend to use with VitaConnect app. Can I use Tuya App? So, I can link to my HA.
[00:56:54][D][ble_adv:059]: New BLE device
[00:56:54][D][ble_adv:060]: address: DC:23:4D:F2:FC:B7
[00:56:54][D][ble_adv:061]: name: TY
[00:56:54][D][ble_adv:062]: Advertised service UUIDs:
[00:56:54][D][ble_adv:064]: - 0xA201
[00:56:54][D][ble_adv:066]: Advertised service data:
[00:56:54][D][ble_adv:068]: - 0xA201: (length 9)
[00:56:54][D][ble_adv:070]: Advertised manufacturer data:
[00:56:54][D][ble_adv:072]: - 0x07D0: (length 22)
I have this from my esphome, any idea how to send the payload to MQTT for further decoding?
[10:20:00][D][bluetooth-proxy/service_adv/DC:23:4D:F2:FC:B7/0xA201:086]: { “mac”: “DC:23:4D:F2:FC:B7”, “service_data”: “0xA201”, “len”: 9, “data”: “00707462766F79646A” }
[10:20:00][D][bluetooth-proxy/manufacturer_adv/DC:23:4D:F2:FC:B7/0x07D0:106]: { “mac”: “DC:23:4D:F2:FC:B7”, “manufacturer_data”: “0x07D0”, “len”: 22, “data”: “020300000100A58AAD8756E2EF6E7E01EB3D8C24791A” }
The device has a MCU that repeatedly transmits the payloads above (that does not contain any blood pressure information), waiting for the Tuya app to start the song and dance, this prevents us from getting the measured readings.
However the design seems to be very modular where measured readings are transmitted to the MCU via UART. So, it is very possible to intercept the TX and send it off to HA instead.
Can take apart your device and show images of the PCB inside? Front and back please.
From my understanding, AOJ-33A does not have bluetooth. only AOJ-33B does.