sidddy / flora

ESP32 BLE client for Xiaomi Mi Plant sensors
MIT License
190 stars 71 forks source link

No Sleep / Restart. Need Live Data #36

Open canim60 opened 4 years ago

canim60 commented 4 years ago

Hello is that possible to disable the restart of Wifi / MQT,??? I need the Live Data from the Flower Sensor, because i shower my Flowers with a Pump. If there Arrived Moisseture then will be off. I Can set the Time from restart down, but its not ok for my logs, to many restart to MQT and Wifi Router. My Question is, is that possible to restart only the Bluetooth modul ? or any else.

iks73 commented 3 years ago

to solve your issue you have just to minimize SLEEP_DURATION in config.h e.g. if you make

define SLEEP_DURATION 10

the esp32 device will sleep only 10 seconds and then repeat to grab data from your sensors

canim60 commented 3 years ago

thx for reply, but there is to much connection to wifi and MQTT server

iks73 commented 3 years ago

try to use any server without those limitations, e.g. http://mqtt.by