Replies: 14 comments 28 replies
-
There are alreay support for RC-Switch and Sonoff RF-Bridge with Portish firmware |
Beta Was this translation helpful? Give feedback.
-
I think there are Not so mich steps to get it runing Only c1101 init and gpio mapping is Missing I'm Not c++ Developer i can't do this by mysefe. :( This F1000a Modul with self made anntena is so crap. I Like to use this awesome c1101 it has high Ränge, i Love it. OK using of 433 Socket ist Not secure. Anyone can Support? |
Beta Was this translation helpful? Give feedback.
-
Ofc i can buy sonoff s20 or 26 and make it save. But This c1101 Support more frequencies that r interestet I Like the Idea to Open Garage door without modding the Base Hardware. C1101 has much more distance as my wifi |
Beta Was this translation helpful? Give feedback.
-
I found that repo using tasmota and a berry script. |
Beta Was this translation helpful? Give feedback.
-
I integrated the https://github.com/LSatan/SmartRC-CC1101-Driver-Lib in my Tasmota fork: https://github.com/fightforlife/Tasmota/tree/development_newSmartRC |
Beta Was this translation helpful? Give feedback.
-
Hi @fightforlife My pins are as following but I am not getting any data. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Hi, I wanted to ask you something, I followed the project to be able to send and receive with cc1101 module on tasmota and I was able to connect it and use it with 433 Mhz Translated with DeepL.com (free version) |
Beta Was this translation helpful? Give feedback.
-
okay, though, I noticed one thing
this is the procedure that takes care of assigning the frequency, instead it assigns powerlevel shouldn't it?:
I tried changing it and now it works fine for me.... Thanks Translated with DeepL.com (free version) |
Beta Was this translation helpful? Give feedback.
-
Has CC1101 been added? I see that line and when I search through the source I do see the header files under lib_rf |
Beta Was this translation helpful? Give feedback.
-
can you share a binary build for ESP8266 or ESP32 i can try? |
Beta Was this translation helpful? Give feedback.
-
Compiler it by your self, there is no release
eadmaster ***@***.***> schrieb am Do., 16. Mai 2024, 13:03:
… can you share a binary build for ESP8266 or ESP32 i can try?
—
Reply to this email directly, view it on GitHub
<#14343 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE345GCR6HKI3C7ELOGGX3LZCSG7ZAVCNFSM5LR66C32U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TSNBVGY2TKOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
little update: i've tested some rf remotes if have, and i've found only one that rtl-433 log
EDIT: i've tried building a cmd based on what rtl_433 sniffed, but it seems it is not working correctly: Replaying the signals with a broadlink rm4pro seems to work as expected, even if the original remote is sending different codes everytime the button is pressed (cycling codes?) The remote was bundled with this kit: Unitec 48110 |
Beta Was this translation helpful? Give feedback.
-
for those interested , here it is my test build. I hope this could be turned into a PR, because the fightforlife fork is now quite outdated and it is missing some new useful features like deepsleep. |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
Last 3 years i Used openmqttgateway to Switch my RF 433mhz Sockets with wemos + c1101 over mqtt. Integration with Alexa anc mqtt is hortible. For some Tests with tasmota i figured Out there ist a easy was to use this in tasmota with virtual switches that can emulate Hue or wemo.
So my Problem is to get this runing in tasmota with C1101 transceiver
Openmqttgateway try to use this lib
https://github.com/LSatan/SmartRC-CC1101-Driver-Lib
I Missing it inside tasmota.
The openmqttgatay Code is similar INSIDE rcswitch but c1101 Driver parts Missing to use IT for RFsend && RFreciv
U plan to Fully implemitate this Driver?
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions