hello everyone --
I am using SHDW-2 with newest firmware (20200812-091523/v1.8.0@8acf41b0).
I am trying to call local urls for logging purposes on each open and close event,
so under "Actions" I enable both "OPEN" and "CLOSE" and enter the respective urls.
The urls are like this, "http://192.168.x.x/local/door_open.php".
This works perfectly well for "close", the url is called no problem.
But on "open", the device does not call the url (even though the sensor works properly and shows as open in the shelly app).
This isn't a problem with my "open" url/php-script not working either, I am watching my webserver log and I can see the url on "close" being called, and on "open" nothing happens.
Any ideas on what might be going wrong? Is this a known issue?