Skip to content
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

sendCommand url fix for Tasmota 12.1.1 #8

Open
kajarit opened this issue Sep 21, 2022 · 1 comment
Open

sendCommand url fix for Tasmota 12.1.1 #8

kajarit opened this issue Sep 21, 2022 · 1 comment

Comments

@kajarit
Copy link

kajarit commented Sep 21, 2022

current code:
url = str("http://{}/ax?c2=191&c1=RfRaw%20".format(mydevice))
working for me:
url = str("http://{}/cm?cmnd=RfRaw%20".format(mydevice))

@kajarit
Copy link
Author

kajarit commented Mar 7, 2023

This PR seems similar:

#9 fixed http command and readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant