Hi @MartinViljoen not sure if this was discussed already but I get No Permission errors. Is this due to SunSynk auth? See log below: -------------------------------------------------------------------------------- Running Script SolarSynkV3 -- Using API Endpoint: api.sunsynk.net -- https://github.com/martinville/solarsynkv3 ------------------------------------------------------------------------------ Sunsynk Login: Success Getting ****************** @ 2025-11-23 07:22:39.681922 Script refresh rate set to: 300 milliseconds Cleaning cache... Testing HA API HA Entity: sensor.solarsynkv3_test_connection_test_current: 100 A OK Connection Success Fetching Inverter Information... Fetching PV Data... Fetching Grid Data... Fetching Battery Data... Fetching Load Data... Fetching Output Data... Fetching DC & AC Temperature Data... Fetching Inverter Settings... PV data fetch response: No Permissions Output data fetch response: No Permissions Grid data fetch response: No Permissions Battery data fetch response: No Permissions Inverter fetch response: No Permissions PV data fetch response: No Permissions Inverter data fetch response: No Permissions Load data fetch response: No Permissions All API calls completed successfully! Checking if settings can be processed and flushed... URL --> http://supervisor/core/api/states/input_text.solarsynkv3_***********_settings URL exists (Status code: 200) Settings may be processed and flushed. Settings fetch response: No Permissions Traceback (most recent call last): File "/main.py", line 159, in <module> settingsmanager.GetNewSettingsFromHAEntity(BearerToken, str(serialitem)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/settingsmanager.py", line 92, in GetNewSettingsFromHAEntity print(ConsoleColor.WARNING + BuildLocalBatterySettings() + ConsoleColor.ENDC) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/settingsmanager.py", line 329, in BuildLocalBatterySettings with open(source_file, 'r') as src: ^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'svr_settings.json' All Done! Waiting 300 seconds to rinse and repeat.