-
Notifications
You must be signed in to change notification settings - Fork 36
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
No output / not working? #74
Comments
Hi! do you get any output at all with command 10;rfdebug=off; ? |
Thank you, this is already helpful. Do you have any link to store where this item is available for purchase. If we have to write a plugin we need to find a brand to link it to. And and what is your goal here? do you want to be able to command your awning from your computer/automation or something else? Can you show the "Pulses" like you did before but tell us which one are showing after each button so we can compare data and point the differences so we can at least tell which Bits/Pulses are the command ones By the way you don't need recompile software you can activate debug at runtime with command "10;RFDEBUG=on;" |
You're welcome The remote came with the awnings, I found it online for sale here, but there isn't any helpful information. My goal is to be able to command my awnings from home assistant based on the wind speed I get from my weather station. The remote has 5 channels and a "all" channel. Channel 1 control one of the awnings, channel 2 other, and channel "all" controls all at the same time. These are the readings, by clicking on the remote quickly:
I hope this is useful. Please let me know If you need anything else. |
The chip is a 8L101F3P6, a generic 8bit microcontroller from STMicro: https://www.avnet.com/shop/emea/products/stmicroelectronics/stm8l101f3p6-3074457345634470749/ But because it is generic, you would have to extract its Flash memory to be able to figure out what it is sending |
Hello,
I'm trying to decode my awnings RF codes, I'm using a Wemos D1 and a RXB6 receiver and I have this PINs config:
The debug shows that the device can connect to my WIFI and to MQTT server, but no code is ever sent via MQTT or presented in the terminal. I've also tried with D6 as
PIN_RF_RX_DATA_0
.I read the voltage of D7 (and D6 when I connected there) and it's always around 1.2v, as soon as I press one key on the awnings RF transmitter the voltage raises to 1.4 and when I release the key it goes to 0 for a couple of seconds and back to 1.2v. What am I missing?
Thank you
The text was updated successfully, but these errors were encountered: