Hi, (warning, huge nood ahead!)
I've got Node-Red set up with Home Assistant (through the supervisor). It has allowed me to create a bunch of great automations so far.
Currently I'm trying to read a log file 'OZW_Log.txt' to get granular Z-Wave data.
From what I can tell I should be able to point a Tail Node at that file... but I can't get the Tail Node to find any files. (I get this debug info: "File not found: <any path I've tried>")
This is running on a Synology NAS with docker. Below are the relevant system paths:
/volume1/docker/hass.io/homeassistant/OZW_Log.txt
/volume1/docker/hass.io/homeassistant/node-red
I'm sure I'm missing something obvious, but I can't seem to figure it out, and I haven't found any info besides some volume mounting info that's going a little over my head, and I didn't want to start messing around randomly with the docker config given that the rest of node-red is currently working.
Thanks in advance for reading, and hopefully pointing me in the right direction here. lol.