eos1d3

Results 13 issues of eos1d3

For example, when using `DeleteMessage`, exception in` getMessage()` will return only "Error deleting message", while more detailed error messages can be found in `toString()`: ``` Error deleting message: [400] Bad...

I uninstalled most Miaomi apps and services with this tool. But I am still seeing many requests to `sdkconfig.ad.intl.xiaomi.com`. Any idea which service/app to remove? Or it is in Android...

Using current release, I keep seeing a lot of this error repeatedly even I do not enable `ESPALEXA_DEBUG`. `[E][WebServer.cpp:617] _handleRequest(): request handler not found` This problem may also happen in...

Add SPI.beginTransaction for each SPI section in touch module. When ILI4391 is using higher clock speed, reading from touch will be incorrect.

## Checklist - [x ] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client/issues?q=is%3Aissue). - [x ] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client/discussions). ## ❓ Question I am using `Mqtt5AsyncClient`, after publishing a message, is...

question

Since I am using Gradle 8, I modified `settings.gradle (Project Settings)` to ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url "https://jitpack.io" } } } ``` And modified...

Hi, I am studying how to use this library. The only thing I am confused is how to use WebHook. From WebHookExample, it does not setup Token or URL. Does...

question

I tried the LED Light example using IDF Release 4.3. ESP32 boards work without issue. But ESP32S2 just cannot be added using Poco X3 NFC mobile phone. Another ESP-C3 with...

ESP-IDF version: Release 4.4 ESP device: ESP32-S3 LED_Light example There are errors after Assisted Claiming: ``` I (742) esp_claim: Initialising Assisted Claiming. This may take time. W (752) esp_claim: Generating...

Google Assistant has standard device `action.devices.types.SENSOR` which supports traits of: ``` 1. HumiditySetting 2. TemperatureControl 3. OpenClose 4. Brightness ``` 👉 https://developers.google.com/assistant/smarthome/guides/sensor It is really good to use temperature and...

enhancement