openwebnet-android icon indicating copy to clipboard operation
openwebnet-android copied to clipboard

Automation invalid WHERE value

Open niqdev opened this issue 6 years ago • 1 comments

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 avatar Mar 17 '19 16:03 niqdev

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

niqdev avatar Oct 20 '19 13:10 niqdev