-
--- Updated on 2024-11-03 to reflect the now current status ---
For a number of days starting 2024-10-27, we've seen build failures with the then current code in the main branch, that being a codeb…
-
### Configuration
**Operating system**:
Win10 + VSCode + PIO
**PlatformIO Version** (`platformio --version`):
6.1.11
### Description of problem
The platformio.ini contains several environm…
-
arduinoJson v6 apis have implemented some changes in using JsonBuffer and JsonObject classes.
-
Is there a limit to the number of Espalexa devices that alexa can discover?
I modified EspalexaBasic to include 14 devices.
Alexa will only discover 10 to these devices.
Any ideas of why this is.
…
-
Some newer libraries create problems.
`platformio.ini` should have the working versions predefined.
-
How do I make it publish the other variables just publish gyro\":{\"x\": ...
thanks
String data = (String)"{\"gyro\":{\"x\":" +Gx+
(String)",\"y\":" +Gy+
(String)",\"z\":" + G…
-
This is a feature request to add an asyncio version of this package.
Python has now the asyncio facility, including the asyncio serial package, so it will be very useful to have also a compatible a…
-
I try to improve the reliability of the code using String class.
Passing the result of http.getString() directly to deserializeJson() is inefficient because it would copy the complete response in RA…
-
Hi,
I have an issue with the SNMP component:
```
INFO ESPHome 2024.4.0
INFO Reading configuration /config/esphome/rf-smart-switch-1ch-0dd25c.yaml...
INFO Detected timezone 'Asia/Almaty'
INFO…
-
It's a great library.
By the ways, if the library support for Arduino Uno/MEGA,
it's convenient for communication between MCUs by YAML.
Thank now.