ESP8266MQTTMesh
ESP8266MQTTMesh copied to clipboard
Self-assembling Mesh network built around the MQTT protocol supporting OTA
- ESP8266MQTTMesh version: 1.0.4 **If you are you using platformio or Arduino, which one?** = Arduino **Description of problem:** When i bring a fresh new node near an existing esp...
When i suddenly take out or switch off the mesh Gateway, the nodes still keep showing a valid connection for sometime. How to reduce that time? Keep Alive time or...
In your latest send_ota.py is error when i run it with Python 3.6.3 ``` Updating firmware on the following nodes: 805de Traceback (most recent call last): File "ota.py", line 201,...
Hello, is there any option to stop scanning (maybe only first time) and only connect to predefined Wifi ? I'm trying to make battery module with this library and this...
GSM
Is here a small chance to use GSM. I mean, choose between GSM (like i SIM800C, or directly TinyGSM) and Wifi (not changing it alive druing run, but maybe before...
Hello again, if i try use DeepSleep, sometime its work sometime not .... ``` if (0 == strcmp(topic, (const char*) sleep.c_str())) { val = atoi(msg); //Serial.printf("i am in IF for...
### Versions: - ESP8266MQTTMesh version: 1.0.4 - AsyncMQTTClient version: 0.8.1 - ESPAsyncTCP version: 1.1.3 - ESP8266 Core version: 4.2.1 Using platformio via vscode on macos. Device: Wemos D1 mini naked...