-
Anyway I can make the esp32 automatically reconnect to my preferred SSID on reboot? Whenever theres a power cut or something like that it requests me to select a wifi network every time. Cant it recon…
-
### DESCRIPTION
Sending the restart command using the REST-API does not reset the EMS-ESP as expected. While there is no error response to the command itself, the board continues to operate without i…
-
Ich habe den Mäher in Home Assitant eingebunden und frage den Status über /statval ab.
Ich nehme den Wert vom [Klartext], weil der Wert von [Display] nicht brauchbar ist (Laufttext).
Ist es möglic…
-
Hello, I am having trouble with my ESP8266 crashing when data is received by the broker.
Here is all the information I have, if you need anything more specific let me know, any help would be apprec…
-
**Describe the problem you have/What new integration you would like**
* Similar to the [LD2410](https://esphome.io/components/sensor/ld2410.html) Module, the LD2420 is a 24GHz Radar Sensor
*…
-
### The Feature
Referring to the unsolved [Solution with UART alternative to WLAN in operation](https://github.com/jomjol/AI-on-the-edge-device/discussions/2629) and [Start without wifi connection](h…
-
I have sort of misused issue #1 for discussing the pulse data format. The goal is to use your own meter reading setup and "spoof" tibber into thinking you're sending data from the Pulse. This is usefu…
-
I am using owon_multi_cli via subprocess in Python. It works, thx for the code! But some things create headaches.
I currently use this without sudo and have no problems. Can I rely on not needing s…
ullix updated
3 weeks ago
-
```
export ESP_HOME=/opt/esp-open-sdk
cd /opt/
git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
cd esp-open-sdk
make VENDOR_SDK=1.5.1 STANDALONE=y
cd $ESP_HOME
git clone htt…
-
Couple of thoughts I had while converting the pager.ino for use with a ESP32 board
1) Tokenize (sp) the sending string - making it easier to manipulate on the rx side.
IE: `BEACON KD8BXP-10 VCC=3.…