Hi,
The documentation states:
Custom capabilities starting with
alarm_
,meter_
andmeasure_
will automatically try to trigger a Flow. You only need to define this Flow trigger in your/app.json
.Numbers
Calling
setCapabilityValue('measure_my_number', 1)
will try to start a Flow trigger with IDmeasure_my_number_changed
, with a Tagvalue
.
And so I though I had ‘easy’ ‘changed’ trigger flow cards. They show up and I can use them in my flow as expected. The only problem I have is that they do not fire. Can anyone take a look at what I am doing wrong here? The values are correctly updated, and the naming is what it should be, so what is going wrong?