Cant access File Editor after new setup with import

Hello,

I’m quite new to Home assistant but loving it thus far!

I just upgraded my Home assistant setup from a Core setup from Truenas to a standalone device with HAOS. I did a backup of the the old installation and imported this on the new device.
Everything seems to have worked correcly exept the File Editor.

For some reason it tries to connect to the old installation (I have a different static IP setup on the old and new device).
The new device is located at 192.168.X.230 and the old one was at 192.168.X.209
When I click on the File Editor it tells me it was unable to connect to the server at 192.168.X.209:3218

After searching around in some config files I found that the file /config/packages/truenas_plugin/configurator.yaml contained the ip:

panel_iframe:
  configurator:
    title: File Editor
    icon: mdi:wrench
    require_admin: true
    url: http://192.168.X.209:3218

I tried changing 209 to 230 but that didn’t work.

I also tried to add the File Editor addon manually. After clicking on Show in sidebar i now have two File editor’s in the side bar.
The new one works as intended.

How do i get rid of the old File editor the correct way?

Hi @ZynThaX - You can remove this directory and all files inside. They won’t be needed anymore.

/config/packages/truenas_plugin

After removing the directory, restart Home Assistant. The duplicate File Editor entry should then be gone.

Thanks, that worked! :slight_smile: