There is a possibility, to get this bahavior. It is a little tricky, though.
Please set up your Scheduled Task sensor, as you are used do not use channel limits.
Now add a Sensor Factory sensor with the following settings:
Channel Definition:
#1:state
channel(<sensorid>,3)
Error Handling: Use custom formula
Status Definition:
(channel(<sensorid>,3)<>0)AND(channel(<sensorid>,3)<>267009)
You need to replace <sensorid> with your sensorid. It can be found in the overview tab of your sensor in the line below the channel name. You can also replace "state" by any channelname, you want to use.
Now, you can use a State Trigger on your Sensor Factory sensor for your notifications.
Please keep in mind, that "Scan now" will not have any effect on the Sensor Factory. It will take some seconds, until the new channel value is correctly shown in the factory.
We're aware, that it will be some work, to add a factory for every task, you want to monitor, but we can't think of any way how to change the sensor without negativly affecting other customers, that rely on the sensor behavior as it is right now.
Add comment