We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Analog buttons in Gosund P1 can be operated with a rule:
Rule2 ON Analog#A0div10<30 DO Power3 2 BREAK ON Analog#A0div10<60 DO Power2 2 BREAK ON Analog#A0div10<80 DO Power1 2 ENDON
as written here: https://templates.blakadder.com/gosund_P1.html
In release 14..0.0 it works perfectly, but in release 14.4.0 it is stopped working. ( I didn't test the in between releases.)
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
The text was updated successfully, but these errors were encountered:
Checking...
Sorry, something went wrong.
Pls check the result of command adcparam or adcgpio17.
adcparam
adcgpio17
It may be set wrong after latest updates. It must be set to adcgpio17 0,1024,5,0
adcgpio17 0,1024,5,0
Result in 14.0.0
{"AdcParam1":[1,0,0,0.0005,0]}
arendst
No branches or pull requests
PROBLEM DESCRIPTION
Analog buttons in Gosund P1 can be operated with a rule:
as written here: https://templates.blakadder.com/gosund_P1.html
In release 14..0.0 it works perfectly, but in release 14.4.0 it is stopped working. ( I didn't test the in between releases.)
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
The text was updated successfully, but these errors were encountered: