Replies: 10 comments 32 replies
-
Looks like a short-lived playground thing, since the experimental "proof of concept" code was removed the day after it was added. My guess is that it did not work, and the developer decided against pursuing the idea in the repository. |
Beta Was this translation helpful? Give feedback.
-
What's the official word on the mesh? Will it be included in tasmota or not? |
Beta Was this translation helpful? Give feedback.
-
I received a note from the original owners of the WIP that they are unable to work on future issues on this WIP. I also took the liberty of scanning the code and made it work on the latest Tasmota release. As the original code was a WIP it will now be a POC as I needed to make some important changes and additions to make it at least user safe without too many exceptions. I'll release it in the next days but as said it still needs a lot of polishing as important features are lacking:
In addition it's slow compared to mqtt over wifi but for simple power commands it's very useful. If I drop the packet time to 10ms it allows for OTA over MQTT of an 300k binary within 11 minutes :-) without dropped packages so in core it's useful. Stay tuned. |
Beta Was this translation helpful? Give feedback.
-
Some questions in my mind...
|
Beta Was this translation helpful? Give feedback.
-
Great!!! It will be perfect also to use MQTT with SSL. As ESP8266 can't, we can use esp-now to send trafic to our ESP32 "broker/bridge", and then, thought SECURE MQTT, send it to our broker. |
Beta Was this translation helpful? Give feedback.
-
Sorry if ese are dump questions, but would the following be possible in the future?
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
You may switch off your AP at night but that doesn't switch off WiFi. How do you think ESP-NOW mesh is working? It's using wifi mesh. |
Beta Was this translation helpful? Give feedback.
-
Maybe this EnigmaIOT: |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry to bump this old discussion thead.
But it wasn't toggling the light bulb until I had the main server broker online again.
Am I correct to assume that if main server broker is down then it's unable to publish anything? |
Beta Was this translation helpful? Give feedback.
-
Hi, I have another question regarding tasmesh and the „Node last message“ or mesh interval. My setup includes ESP32 as meshbroker and ESP8266 with DS18B20 temperatur sensor as node. After I configured MeshChannel and MeshIntetval on both nodes, start the MeshBroker and connect to it with MeshNode, Do I have to configure anything else? My thought was that I do not have to configure MQTT on the mesh nodes but only on the mesh broker. Thanks and BR Marcel |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am wondering why was ESP-now code named "Tasmesh" was removed from the repo and was basically wiped clean with no mention.
e3d3e76
Thanks,
Oz
Beta Was this translation helpful? Give feedback.
All reactions