-
Notifications
You must be signed in to change notification settings - Fork 817
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
Requesting 915MHz config for lilygo-rtl_433 #1616
Comments
To change the frequency you can use a MQTT command, details are here https://docs.openmqttgateway.com/use/rf.html#rtl-433-device-decoders Please ensue to use the correct gateway name |
Oh interesting, I did not see that option. I am having an issue getting it to work however. I tried publishing to all 3 of: home/OpenMQTTGateway/commands/lilygo_rtl433_915 with the message: But the "mhz" value in the SYStoMQTT topic did not change. I also tried a power cycle both before and after publishing. This did not help either. Here is a screenshot from my MQTT Explorer if you can tell me what I'm doing wrong? Thank you! |
Ah, I tried the topic |
Oh I believe my sensor (weather station) uses FSK. It is this decoder in rtl433:
I see that this decoder is not listed on the doc page that you linked, and I believe I've seen that FSK is not supported, only OOK. If that's the case, you can go ahead and close this issue! Here is the dump from a run with
|
Sir you are correct FSK modulation is not currently supported. It is something we are working on, hopefully we are successful. Also the command structure for your setup would be
|
Resolved by pull request #1812! Thanks guys. |
Is your feature request related to a problem? Please describe.
I have two Lilygo LORA32 boards that I bought for use with rtl_433 via OpenMQTTGateway. One is on 433MHz, which works great with the out of the box config, while the other is on 915MHz, for use with a weather station in the US. I tried flashing both with lilygo-rtl_433 config. The 433MHz one sees my cheap sensors, while the 915MHz one sees nothing, and claims to be on
"mhz": 433.92
.Describe the solution you'd like
Please add another config like
lilygo-rtl_433
to the web flashing UI that sets the frequency of the board to 915MHz.Describe alternatives you've considered
I could probably build this software myself, but it looks like it has a lot of dependencies and it scares me. :) The web flash utility is so easy to use, so I'd love to use it with the 915MHz device as well.
Additional context
Not sure, let me know if anything else is needed.
The text was updated successfully, but these errors were encountered: