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

Gosund P1 or Nous A5T Analog button error in release 14.4.X #22729

Closed
8 of 9 tasks
gerliczky opened this issue Dec 28, 2024 · 3 comments
Closed
8 of 9 tasks

Gosund P1 or Nous A5T Analog button error in release 14.4.X #22729

gerliczky opened this issue Dec 28, 2024 · 3 comments
Assignees
Labels
fixed Result - The work on the issue has ended migration (breaking) changes -> new concept / function

Comments

@gerliczky
Copy link

gerliczky commented Dec 28, 2024

PROBLEM DESCRIPTION

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.)

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

@arendst arendst self-assigned this Dec 28, 2024
@arendst
Copy link
Owner

arendst commented Dec 28, 2024

Checking...

@arendst
Copy link
Owner

arendst commented Dec 28, 2024

Pls check the result of command adcparam or adcgpio17.

It may be set wrong after latest updates. It must be set to adcgpio17 0,1024,5,0

@arendst arendst added fixed Result - The work on the issue has ended migration (breaking) changes -> new concept / function labels Dec 28, 2024
@arendst arendst changed the title Gosund P1 Analog button error in release 14.4.X Gosund P1 or Nous A5T Analog button error in release 14.4.X Dec 28, 2024
@gerliczky
Copy link
Author

Result in 14.0.0

{"AdcParam1":[1,0,0,0.0005,0]}

@arendst arendst closed this as completed Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Result - The work on the issue has ended migration (breaking) changes -> new concept / function
Projects
None yet
Development

No branches or pull requests

2 participants