Has something changed with the Android alarm and the recent app update to 2022.6.0? I use the time node configured with my Android phone’s next alarm entity to trigger a wake-up routine. Within the last week, the time node has stopped sending any outputs, even with the “Debug information” checkbox checked. I’ve tried using the example setup from the Node Red cookbook and it likewise does not output anything at the alarm time when configured for my phone:
Here’s the flow from the cookbook - the only thing I changed was the entity id.
[{"id":"40bcdbb06b7ff681","type":"ha-time","z":"e8d4172e.bb0eb8","name":"","server":"","version":2,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityId":"sensor.pixel_6_next_alarm","property":"state","offset":0,"offsetType":"num","offsetUnits":"minutes","randomOffset":false,"repeatDaily":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"sunday":true,"monday":true,"tuesday":true,"wednesday":true,"thursday":true,"friday":true,"saturday":true,"debugenabled":true,"x":1150,"y":240,"wires":[["513ebdd1.58be64"]]},{"id":"513ebdd1.58be64","type":"debug","z":"e8d4172e.bb0eb8","name":"do stuff","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1400,"y":240,"wires":[]}]
Edit: Adding some more notes - I have zero sensors selected in the Allow List and I can see the correct time on the Node Red node as well as in Developer Tools. I also tested creating a YAML automation based on the time for sensor.pixel_6_next_alarm and it ALSO does not fire when the alarm goes off.