-
Notifications
You must be signed in to change notification settings - Fork 23
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
CMD UNKNOWN #1
Comments
I get the same error. |
You are using the same channel for these three (1). Are you sure they are correct? @mashuptwice (https://github.com/mashuptwice)
|
See my initial post:
I don't use any of these devices. The point of the commands was to show that regardless of the used protocol the error remains the same. |
I get the same response from running on a ESP32 (https://github.com/cpainchaud/RFLink32) so I'm starting to think the whole transmission-part is disabled on RFLink32. 10;PING; 10;REBOOT; and 10;VERSION; works but none of the commands for transmission. |
Hi, Big thanks @schmurtzm , cpainchaud , Couin3 ... who made this possible. With some trial and error I found out that of the well received and decoded signals
as you have mentioned, for example Since I have very poor programming skills, There also seems to be an index/unit issue when transmitting NewKaku, |
Using rfbridge v2.2 with direct hardware mod as described in the readme.
Incoming signals seem to be decoded successfully but I am unable to send any RF signals.
Both from MQTT as well as from homeassistant it will result in a "CMD UNKNOWN" as response.
I have confirmed sending codes works via RCSwitch arduino example.
I have confirmed that also example commands from the RFLink documentation will not work and result in the same error.
Example MQTT commands:
Example serial output:
Example MQTT output:
The text was updated successfully, but these errors were encountered: