Damien Mascord

Results 19 comments of Damien Mascord

Hi guys, The code licensed is as per original MIT. It has been adapted from the code bases mentioned above, hardly any of the work is actually my own code,...

I tested an old version of the code, and it worked fine on ESP32, so it should be fine, but can't guarantee.

I second this request! For OpenWeatherMap, looking at https://github.com/rgc99/irrigation_unlimited/blob/master/packages/irrigation_unlimited_adjustment.yaml example, we should probably be able to replace **sensor.wupws_preciptotal** with **sensor.openweathermap_rain**, **sensor.wupws_temp** with **sensor.openweathermap_temperature**, but I am not sure how to...

Hi guys, Any update on this? Cheers, Damien

What I have done at the moment is to use the forecast over the next 4 days, to determine whether or not I should water ``` sensor: - platform: template...

[debug.log](https://github.com/shmuelzon/esp32-ble2mqtt/files/7600342/debug.log) This time it looks like WiFi fell over and didn't attempt to reconnect. Will power off/on and retest again

[debug.log.2021-11-25T17:28.log](https://github.com/shmuelzon/esp32-ble2mqtt/files/7600680/debug.log.2021-11-25T17.28.log) WiFi up, but BLE has stopped

[debug.log.2021-11-25T18:27.log](https://github.com/shmuelzon/esp32-ble2mqtt/files/7601076/debug.log.2021-11-25T18.27.log) Further logs in case useful

Hi, The ESP-WROOM-32U which is shipped inside Xiaomi products seems to be single core, which contradicts the commercial product offering. Either it is a cost saving thing, or the thing...

Ah ha, everything stops eventually: ``` D (29696324) BLE: Received GATTC event 10 (ESP_GATTC_NOTIFY_EVT), gattc_if 1␛[0m D (29696334) BLE2MQTT: Queuing event BLE_DEVICE_CHARACTERISTIC_VALUE (a4:c1:38:43:48:bb, 00002a19-0000-1000-8000-00805f9b34fb, 0x3fff0020, 1)␛[0m D (29696344) BLE: Received...