Hi,
I’ve been using InfluxDb Cloud 2.0 to store data collected from an ESP32 based environment sensor using the following library GitHub - tobiasschuerg/InfluxDB-Client-for-Arduino: Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32..
Until recently I have had no issues connecting to the Cloud api It’s been working fine for about a month, however as of 30th March, the connection suddenly died and has not be able get the sensor to reconnect to the API.
The debug output seems to suggest that the connection is simply being refused but nothing else.
15:15:23.857 → [D] HTTP status code - -1
15:15:23.857 → [E] Error - connection refused
15:15:23.857 → [D] Leaving data in buffer for retry
15:15:23.857 → InfluxDB write failed: connection refused
I turned the sensor off completely for a day to see that would resolve the problem but it didn’t.
Anyone else experienced a similar issue or can suggest something?
Kind Regards
Cori