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

Automation invalid WHERE value #103

Open
niqdev opened this issue Mar 17, 2019 · 1 comment
Open

Automation invalid WHERE value #103

niqdev opened this issue Mar 17, 2019 · 1 comment
Labels

Comments

@niqdev
Copy link
Member

niqdev commented Mar 17, 2019

Even if the allowed values for the Automation point WHERE field should be restricted from 11-99 as explained in the official documentation, a user raised an issue that in his configurations he has some automations with value 07 for example.

So the WHERE field should allow values from 00 to 99

@niqdev niqdev added the bug label Mar 17, 2019
@niqdev
Copy link
Member Author

niqdev commented Oct 20, 2019

Another user reported that in is environment he is able to command the automations using for example *2*0*1005## where A=10 and PL=5, which is something that is not actually documented and shouldn't be allowed.
The latest version prevent the user to properly command the automations.

As a temporary fix I suggest to create 3 custom Devices with the following requests

*2*0*1005## (STOP)
*2*1*1005## (UP)
*2*2*1005## (DOWN)

and ACK *#*1## as expected response

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

No branches or pull requests

1 participant