Replies: 6 comments 14 replies
-
If you want Tasmota to do the usual wifi communication via the mobile radio instead, not supported. To use the feature at all, my expectation is that it is AT style serial communication, and with Tasmota (not done it myself) you can generally bridge simple serial communication to JSON payloads, or handle it in a Berry script. |
Beta Was this translation helpful? Give feedback.
-
I am also very interested on working SIM800l in Tasmota. Is it possible to implement a driver, so that I can make a MQTT-connection over GSM instead over WIFI? |
Beta Was this translation helpful? Give feedback.
-
I am also very interested in the support of GSM in Tasmot for emergency situations. For example, a power outage or breakdown of network equipment. Perhaps simple functions will suffice to start with. |
Beta Was this translation helpful? Give feedback.
-
Here is another thread, which talks about the AT commands: #5170 |
Beta Was this translation helpful? Give feedback.
-
I keep waiting for someone smarter than me to integrate this into the Tasmota network stack, or put together a simple set of commands to send serial data. But since 2G is gone in Europe and North America, the main devs don't have much incentive. Anyone have some examples in Berry or scripting they want to share? |
Beta Was this translation helpful? Give feedback.
-
With this PR espressif/arduino-esp32#9518 support for PPP modems has been added to Arduino core 3.0.0. Building a Tasmota Arduino framework including this driver was successful. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've searched over the internet, but could not find an answer. Is the following board supported by tasmota ?
http://www.lilygo.cn/claprod_view.aspx?TypeId=62&Id=1403&FId=t28:62:28
https://www.aliexpress.com/item/33045221960.html
What I want to achieve is to build an ibeacon that sends nearby tags via MQTT to Home Assistant. For internet connection, I would like to use a SIM card instead of Wifi connection.
Beta Was this translation helpful? Give feedback.
All reactions