API Error iOS Notifications Node Red

Hello amazing people,
I know this might have been discussed previously as I could see few old threads on similar topics but couldn’t really find anything to get my issue fixed? I am getting API Error when trying to send a simple notification to my iPhone.

My settings work when I use Inject node but doesn’t when I use a remote switch from Aqara.
I think it should be very straight forward but for some reason its not for me:)

Please see below screenshots.



Thanks in advance for help

Try using the State node instead?
image

I’ve never used the Device node. It does have several comments about its usage:

Attention: This node requires Node-RED custom integration version 0.5.0+ to be installed in Home Assistant for it to function.

Alpha version: At this point anything could change or not work.
Found an issue? Post it in issues . Have questions or comments? Post them here .

1 Like

Thank you very much for your response, Yes I agree Device node is still under development I guess, but its does work fine in my flow for everything else but notification call service.

I manage to make it work by adding a boolean helper and toggling it based on device node output, same can be done using switch node too.

I didn’t use the state node as this Aqara smart switch is exposed to my HA though apple home kit and its “Button pressed” states (single press, double press and long press) are not available in HA even tho I can see these in Aqara App.