Hello,
I'm working on a custom sensor written in python. Is there a way to write directly to the log file without breaking the sensor? For instance, say I make a call to a web service and return an object. I'd like to write the returned object to the logs display without affecting the rest of the script. This would greatly aid in our troubleshooting of custom sensors we support for our own customers.
Add comment