Hi,
using one of your examples, I have this going:
[{"id":"86fd4fce.8920c","type":"template","z":"24e1aa62.edaa66","name":" ","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{payload.attributes.friendly_name}}","output":"str","x":870,"y":120,"wires":[["585221ef.d4a54"]]},{"id":"2939427d.0edb7e","type":"ha-get-entities","z":"24e1aa62.edaa66","server":"3ddad461.2f050c","name":"Get","rules":[{"property":"entity_id","logic":"includes","value":"binary_sensor.wycabinetdoor,binary_sensor.wydeepfreezerdoor,binary_sensor.wypantrydoor,binary_sensor.wyfridgedoor,binary_sensor.wymedcab,binary_sensor.wytest","valueType":"str"},{"property":"state","logic":"is","value":"on","valueType":"str"}],"output_type":"split","output_empty_results":true,"output_location_type":"msg","output_location":"payload","output_results_count":1,"x":750,"y":120,"wires":[["86fd4fce.8920c"]]},{"id":"585221ef.d4a54","type":"join","z":"24e1aa62.edaa66","name":" ","mode":"custom","build":"string","property":"payload","propertyType":"msg","key":"topic","joiner":",","joinerType":"str","accumulate":false,"timeout":"","count":"","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":970,"y":120,"wires":[["b9762f6.ecdc1d"]]},{"id":"b9762f6.ecdc1d","type":"api-call-service","z":"24e1aa62.edaa66","name":"Alert Alexa","server":"3ddad461.2f050c","version":1,"service_domain":"notify","service":"alexa_media","entityId":"","data":"{\"data\":{\"type\":\"announce\",\"method\":\"speak\"},\"message\":\"The {{payload}} is open.\",\"target\":[\"media_player.living_room\",\"media_player.keesha\",\"media_player.bedroom\",\"media_player.bathroom\",\"media_player.kitchen\",\"group.alexa\"]}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1110,"y":120,"wires":[[]]},{"id":"3ddad461.2f050c","type":"server","z":"","name":"Home Assistant"}]
The problem I run into is if one of my kids leave the pantry open, then open something else, it doesn’t alert us again until everything in the group is “off”
What am I missing?
Thanks!