I currently am using telegram to log all service calls, however I need to add a node to each service call manually.
Is there a way to “capture” all service calls made by node red ?
Thanks
I currently am using telegram to log all service calls, however I need to add a node to each service call manually.
Is there a way to “capture” all service calls made by node red ?
Thanks
Managed to answer my own question.
Service calls fire events, which can be captures using the Event node in HA.
However, tried this and multiple levels of service calls are made for each call made from Node Red, making the logging a little messy. I’ll stick to logging the things are are important to me for now.