-
Hi, thanks for the great cloud-free implementation! We have around 100 RFID cards and a dozen locks distributed over 5 floors. Is it possible to import all the card IDs (our old lock system stored the…
-
Ive built and flashed v2 esp8266 version but it is stuck in a boot loop. This is the output from the esp exception decoder
Exception 28: LoadProhibited: A load referenced a page mapped with an attr…
-
无法连接到esp8266,页面端提示:Mixed Content: The page at '*****' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws esp8266
-
Hi,
I'm no Arduino expert, but I'm finding that when working with WebSockets the example in the documentation will crash ESP8266 based systems:
https://github.com/me-no-dev/ESPAsyncWebServer#async…
-
I was thinking of writing a Google Home-centric smarthome platform in Rust myself, and this looks quite similar to what I had in mind (from what I can see so far, some documentation would be good!), b…
-
**My goal is to collect all the chunked data on a websocket callback to a single character array allocated in external ram.**
_Everything is working fine with a String buffer, but i got an error wh…
-
First draft:
```
{
"config": {
"lap": 10,
"player": 4,
"gate": 3
},
"state": "stop",
"live": {
"rank": 1,
"best": 0,
"curr…
-
```
********************************************************************************
If you like PlatformIO, please:
- follow us on Twitter to stay up-to-date on the latest project news > https://t…
-
Describe the bug
Getting compiler warnings, not seeing any packets from Teensy using this code, only modified the IP server address(192.168.1.187) and Port (3000)
Steps to Reproduce
Steps to repr…
-
Dear all,
when in sync mode or while being controlled through API calls (JSON or HTTP), the Web UI does not update to the new values.
Sync works fine. I can also control my lights through curl but …