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

Issues when switching between manual and automode #44

Open
Cyber1000 opened this issue May 25, 2020 · 1 comment
Open

Issues when switching between manual and automode #44

Cyber1000 opened this issue May 25, 2020 · 1 comment

Comments

@Cyber1000
Copy link
Contributor

I don't know if that's device or version specific (or both), cause I found this problem also within the "clean home+"-app (or to be clearer it seems to be a bug within the device)

2 problems:

  1. if I change the following very fast (<2s) it will not switch
airctrl --ipaddr [ip] --protocol coap --mode M --om 2
... don't wait here
airctrl --ipaddr [ip] --protocol coap --mode A
... don't wait here
airctrl --ipaddr [ip] --protocol coap --mode M --om 2
  1. if I'm in automatic mode and the fan is on speed 1, following won't work:
    airctrl --ipaddr [ip] --protocol coap --mode M --om 1
    • if in auto-mode and on fan-speed 2 following won't work:
      airctrl --ipaddr [ip] --protocol coap --mode M --om 2
    • and so on
    • Solution (if you are in auto which has fanspeed 1):
    airctrl --ipaddr [ip] --protocol coap --mode M --om s
    airctrl --ipaddr [ip] --protocol coap --mode M --om 1
    

At @Syreel: Could you confirm the 2nd problem on your device (since I know you have AC2889/10 too)? Keep in mind that --version 1.0.7 has changed to --protocol coap in the current master.

Does someone experience the same on other versions/devices?
Maybe we can make a fallback here ...

@Sunoo
Copy link
Contributor

Sunoo commented Jun 20, 2020

It appears that some units use a value of ‘a’ in the ‘om’ field to set auto mode, instead of the ‘auto’ field. Perhaps that’s what’s going on for you? I’ve opened #48 to allow this value to be passed.

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

2 participants