-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoRa / LoRaWan support #4039
Comments
Hi, The actual scope of Tasmota is Home Automation by wifi and mqtt. How LoRa fits there? What are your ideas and use case for a sonoff device with LoRa extra hardware? (about your example device, remember that Tasmota of this repository doesn't work on ESP32 devices) |
I add this just for reference. Those are SPI devices. The data sent/received is similar to the RF Bridge Library: https://github.com/weustace/LoRaLib |
A LoRa to MQTT gateway makes sense and a LoRa sensor makes sense, but it seems like a sensor that has both makes much less. There appears to be an existing project for the gateway If you want a sensor, this might help |
What are your ideas and use case for a sonoff device with LoRa extra hardware? |
What are the features of Tasmota that you want to use along with LoRa extra hardware in a sonoff device? |
Hi, I have a few SX12xx board. I have some birds but they are too far from my house and internet connection. I want to have a few sensors:
Some rules:
|
So, your idea is that Tasmota reads LoRa as a bridge to mqtt like the sonoff bridge. Nice. |
I think beside WIFI is not a bad choice, after 1.5 years using on IOT at home, I found IOT on WIFI is a problem when item more than 6x, |
I am also very interested to tasmota supporting RFM69 and/or LoRa radios. This is huge for battery powered sensors that only report once every 10 minutes or once per day etc. |
I am confused by this request. Tasmota runs on the esp8266. The esp8266 has a WiFi radio that uses a lot of power. If low power and battery operated is what you want/need, look at lowpowerlabs The reason people choose the esp8266 is because it has WiFi. Even if you turn off the radio and never use it, the chip will use too much power for long battery life. Tasmota is not designed to be battery friendly. There are things that can be done to minimize consumption, but it will not be easy. |
The esp8266 will act like a gateway for the LoRa. The nodes dont matter, they can be esp8266 or arduino based. The arduino based are perfect for battery life. The esp8266 node can also be very usefull for deployments that have power available but no internet access near by. Imagine it like a sonoff RF but for distances up to several kilometers |
So for Tasmota there would be a driver needed for a LoRa receiver to switch relais on / off? |
Since there is a possibility to add a LoRa 2 mqtt gateway this feature request can be closed? |
i have 2 gateways in the works, would be nice if somebody would help me to test them
https://www.eq-3.de/produkte/max.html simply copy over my drivers from my fork =>https://github.com/gemu2015/Sonoff-Tasmota xsns_92_ibeacon.ino |
Cool !!! Please, can you make a pull request? Thanks. |
@gabrielklein - are you still interested? @gemu2015 you may also want to post a message in the Tasmota Discord server. Andreas Spiess (the guy with the Swiss accent) seems to be a heavy LoRa user... and he uses Tasmota. Maybe he'd be interested. Mike |
@ascillato the moritz driver is not complete yet and it is extremely complicated. the max devices are bidirectional and have to be paired and messages have to be acknowledged. @meingraham |
@meingraham I have too many interests and not enough time :) Tasmota as LoRa Gateway: I'm looking more in a LoRaWan solution these days. The price of gateways goes down. @gemu2015 Thank you for the beacons, I should receive them in 2-3 weeks... |
Closing this issue as initial support has been added by @gemu2015 on PR #3309. Thanks. 👍 Support Information (Guide)See Wiki for more information. |
How can i use the Lora support in Tasmota? MQTT -> ESP32 with Tasmota -> LORA -> ESP32 with Tasmota -> MQTT |
Hi, there was a confusion in this issue. The PR linked is not Lora. It is just the support for a sensor. So far, LORA Gateways are not supported in Tasmota. Sorry. Any PR is very welcome. |
esp32 with lora integrated: |
This feature request is closed? Should this be reopened? |
Hi |
Here comes my use case for a ESP32 with LoRa (e.g. HELTEC LoRa32) on tasmota: |
Don't duplicate posts |
Have you look for this feature in other issues and in the wiki?
Yes
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
A way to be able to communicate with a sonoff (or custom board) using the LoRa communication channel.
Example:
https://www.aliexpress.com/item/ESP32-OLED-Display-Bluetooth-WIFI-Lora-32-Module-IOT-Development-Board-module/32914396758.html
Describe alternatives you've considered
Doing everything myself. :)
Additional context
None
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: