Hi,
I have a device that reports:
- IOXX - Total fuel used in litters
- IOXX - Fuel level gauge
To calculate the fuel consumption I'm use the the attribute fuelUsed, know I want to configure a notification when drop X% of fuel send a notification.
What should I do to do that?
Thank you.
You should use fuel
attribute, which is fuel level. After that configure the threshold in device attributes.
Hi,
I have a device that reports:
To calculate the fuel consumption I'm use the the attribute fuelUsed, know I want to configure a notification when drop X% of fuel send a notification.
What should I do to do that?
Thank you.