Requires a build with BLE and Berry (ESP32 devices only).
To use:
- Upload
blerry.be
,blerry_main.be
, and eachblerry_model_xxxx.be
model driver file you may need to the file system of the ESP32. - Edit
blerry.be
as needed for your device configuration, HA discovery choices, etc... - Create and enable (
Rule1 1
) the following Tasmota Rule and Restart Tasmota (Some of the commands used inblerry.be
are not initialized by the timeautoexec.be
is run. So, you must loadblerry.be
as part of a rule.)
Rule1 ON System#Boot DO br load('blerry.be') ENDON