Help locating and viewing a JSON file in HA web interface

I’m new to HA, and Debian, so be gentle :slight_smile:
I have been adding new Tuya local devices, one of the steps is to run Tinytuya to create a .json file which contains some of the ID’s and information I need.

I have successfully run python -m tinytuya wizard which produces a file called tinytuya.json

I don’t know how to view the contents though. It came on screen when it was being created, but its not possible to scroll up in the HA Terminal to see it.

I figured out which folder I am in /root/ (pwd command) and ls shows the file is there. I even went back to / and then back into root, can still see the file in Terminal.

I tried using the Studio Code Server plugin to browse to the root folder, but I can’t see it.

I tried using the File Editor plugin, browsed into the /root/ folder, but can’t see any files there.

I looked on the Samba share from my PC, but no root folder to look in.

What am I missing?

Thanks in advance for help and suggestions :slight_smile: