Oli Cooper

Results 11 issues of Oli Cooper

In the original Bluedroid implementation `onConfirmPIN` was a blocking function. I bypassed the issue by creating some custom code which would call `esp_ble_confirm_reply(bleBondReqAddr, false)` when the user pressed a button...

enhancement

We have a requirement to update trigger details without having to reschedule the job. Things like the description, priority, and anything else that doesn't change the schedule of the trigger....

## Environment - Development Kit: Heltec Wireless Stick v1.2 - Module or chip used: [ESP32] - IDF version: `main` branch v4.4-dev-2313-gc69f0ec32 / `mem-optimized` branch v4.4-dev-3401-gb86fe0c66c - Build System: idf.py (PlatformIO)...

Type: Bug :bug:
Status: Test needed

Missing return statement on Arduino_LoRaWAN::setFrequency - causes compile errors. Could be related to an earlier issue I raised? https://github.com/mcci-catena/arduino-lorawan/issues/181

The library worked fine on Arduino 1.0.6, but after upgrading to v2.0.0 the device reboots on the next loop cycle after calling `Arduino_LoRaWAN::SendBuffer()`. I have a `Lora` wrapper class which...

**Describe the issue** I noticed when shutting down my VM it would take a few minutes to shut down. I have figured out the issue was because the `/usr/bin/killall` utility...

### FEATURE DESCRIPTION I love this project and I think the UI looks great, but I found that the NSPanel would feel unresponsive if the WIFI signal was poor. I...

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

**Describe the problem you have/What new integration you would like** I would like to fetch weather forecast updates via the HA service call `weather.get_forecasts`. This returns a json response, but...

**Describe the problem you have/What new integration you would like** I am finding that I am having to add a wrapper function for my state subscription callbacks because the `subscribe_homeassistant_state`...