Web interface load issues after enable influxv2

I have a weird issue where since enabling influxv2 and Home Assistant integration I seem to lose access to the web interface after a few hours.

I have my raspberry pi that is running the influxdb docker setup and it gets all the data and runs my HomeAssistant Server and all is good, I can see the data both on my Grafana setup running from the database and I can see the entity data on my dashboard on HomeAssistant.

When I check ARP I can see the the MAC and can also ping without any issues. I also have my PC that I can plugged in via ethernet to my switch and can also see the arp but no access the web interface.

I then either reboot the iotawatt or hit reconnect on the unifi network controller and then the interface comes back for another few hours.

As a test I have shutdown the influx uploader and if no change I will next turn off the homeassistant integration and see what changes.

Has anyone else had this issue and found a work around?

The main change I see between the reset is the ping times
Before:

ping 192.168.1.15

PING 192.168.1.15 (192.168.1.15): 56 data bytes
16 packets transmitted, 16 packets received, 0% packet loss
round-trip min/avg/max = 3.884/83.208/333.780 ms

After:

ping 192.168.1.15

PING 192.168.1.15 (192.168.1.15): 56 data bytes
17 packets transmitted, 17 packets received, 0% packet loss
round-trip min/avg/max = 2.005/16.441/28.997 ms

Device Log - I might need to remove influxV1 setup but was holding off until v2 was stable. I have it stopped on the status page but not sure if this is enough. A disable option could be handy

SD initialized.
9/27/21 03:02:57z Real Time Clock is running. Unix time 1632711777
9/27/21 03:02:57z Power failure detected.
9/27/21 03:02:57z Reset reason: External System
9/27/21 03:02:57z ESP8266 ChipID: xxxxxx
9/27/21 03:02:57z IoTaWatt 5.0, Firmware version 02_06_05
9/27/21 03:02:57z SPIFFS mounted.
9/27/21 13:02:57 Local time zone: +10:00
9/27/21 13:02:57 Using Daylight Saving Time (BST) when in effect.
9/27/21 13:02:57 device name: iotawatt
9/27/21 13:03:00 Connecting with WiFiManager.
9/27/21 13:07:58 HTTP server started
9/27/21 13:07:58 influxDB_v1: Starting, interval:10, url:http://xxxx:8086
9/27/21 13:07:58 influxDB_v2: Starting, interval:10, url:http://xxxx:8086
9/27/21 13:07:58 WiFi connected. SSID=xxxx, IP=192.168.1.15, channel=1, RSSI -58db
9/27/21 13:07:58 MDNS responder started for hostname iotawatt
9/27/21 13:07:58 LLMNR responder started for hostname iotawatt
9/27/21 13:07:59 timeSync: service started.
9/27/21 13:07:59 statService: started.
9/27/21 13:07:59 Updater: service started. Auto-update class is MINOR
9/27/21 13:07:59 influxDB_v1: Authentication failed. Stopping influx service.
9/27/21 13:07:59 influxDB_v1: stopped, Last post 01/01/70 11:00:00
9/27/21 13:07:59 dataLog: service started.
9/27/21 13:08:00 dataLog: Last log entry 09/27/21 13:02:45
9/27/21 13:08:02 influxDB_v2: Resume posting 09/27/21 12:59:00
9/27/21 13:08:04 historyLog: service started.
9/27/21 13:08:04 historyLog: Last log entry 09/27/21 13:02:00
9/27/21 13:08:04 Updater: Auto-update is current for class MINOR.
9/27/21 22:09:13 Updater: Invalid response from server. HTTPcode: -4
9/29/21 18:49:50 influxDB_v2: stopped, Last post 09/29/21 18:48:50

19hrs later with InfluxV2 turned off and the device is still accessible on the web interface.

Maybe I need to delete v1 config that is stopped anyhow and see again tomorrow.

And down goes the web interface