custom-components / ble_monitor

BLE monitor for passive BLE sensors
https://community.home-assistant.io/t/passive-ble-monitor-integration/
MIT License
1.89k stars 243 forks source link

New Device Request -- RadonEye RD200 #593

Closed yieldhog closed 2 years ago

yieldhog commented 2 years ago

Hi -- would love to see this aded to BLE Monitor. A couple of people have created their own python and ESP32/ESPHome scripts, but would love to have it all in one spot for ease of maintenance:

Python: https://github.com/ceandre/radonreader/blob/master/radon_reader.py ESPHome: https://github.com/BrewNinja/RadonEye-ESP32

Ernst79 commented 2 years ago

This device requires a connection to be set up, which is not supported by BLE monitor. BLE monitor can only listen passively.

try this component

https://github.com/ceandre/radonreader