box25

Results 30 comments of box25

hi, the ESP8266MQTTMesh code is never blocking, so you can execute your Functions (setup and loop) while the Libary is scanning for WIFI. Also you have the function mesh.connected() which...

just a little tipp: i have an Implementation of send_ota, which has an Parameter called "packageLength". with this Parameter you can specify how large the OTA Chunks should be and...

hi, is it possible, that you use Delays in your Code? For me it seems like your relay Node is not able to respond in time to the message from...

ok, in my fork of the Project i have fixed lots of stability issues (and also added verry little features).Maybe you can try out my Fork and report back if...

> > > I have same issue, and I think that is caused when router changing channel. The mesh node lost connection and it can't establish again sadly I also...

have you maybe tried within a nother Network?

For me OTA works perfectly fine, but 2 month ago or so we found a Bug in the OTA Python script, which should run now, but maybe there is still...

it is called id for the Software Versions ID and node for the direct Node ID.

I think with "#" you can subscribe to all Topics, try to subscrybe to all Topics on an MQTT Client and watch what is coming in, maybe you are just...

@SpeedProg I'm not sure if the ip Adress is really causing this Issue, but you could try to modify the Code, so it does not change the 3. Byte but...