Could you tell me how you discovered API URLs for your requests?
I'm working on my own script to access data from BLE temperature and humidity sensors for HA integration. Those sensors appear on the device list but without additional data (although some devices do). I'm expecting something similar to /v2/device/blt_get_beaconkey but for sensors that could return temperature and humidity.
I've found this website that seems to go into the right direction but I have no clue how to make use of it.
Hi! First of all - great work on this extractor!
Could you tell me how you discovered API URLs for your requests?
I'm working on my own script to access data from BLE temperature and humidity sensors for HA integration. Those sensors appear on the device list but without additional data (although some devices do). I'm expecting something similar to
/v2/device/blt_get_beaconkey
but for sensors that could return temperature and humidity.I've found this website that seems to go into the right direction but I have no clue how to make use of it.
Any help will be greatly appreciated!