Influxdb v2 troubleshooting

I am having some issues getting my influxdb v2 uploader to send data. In my message logs:

SD initialized.
7/02/25 14:21:50z Real Time Clock is running. Unix time 1751466110 
7/02/25 14:21:50z Reset reason: Software/System restart
7/02/25 14:21:50z Trace:  1:3, 1:3, 1:3, 1:3, 1:3, 1:1[12], 1:2[13], 9:0[13], 9:0, 9:1, 8:4, 8:6, 8:8, 9:3, 9:5, 9:9, 1:3, 1:3, 1:1[13], 1:2[14], 9:0[14], 9:0, 9:1, 8:4, 8:6, 8:8, 9:3, 9:5, 9:9, 1:3, 10:2, 10:3
7/02/25 14:21:50z ESP8266 ID: 15159974, RTC PCF8523 (68)
7/02/25 14:21:50z IoTaWatt 6.4, Firmware version 02_08_03
7/02/25 14:21:50z SPIFFS mounted.
7/02/25 06:21:50 Local time zone: -8:00
7/02/25 06:21:50 device name: IotaWatt
7/02/25 06:21:50 HTTP server started
7/02/25 06:21:50 influxDB_v2: Starting, interval:10, url:http://10.0.4.201
7/02/25 06:21:50 timeSync: service started.
7/02/25 06:21:50 statService: started.
7/02/25 06:21:50 influxDB_v2: Start posting 08/01/25 00:00:10
7/02/25 06:21:50 dataLog: service started.
7/02/25 06:21:50 dataLog: Last log entry 07/02/25 06:21:45
7/02/25 06:21:54 WiFi connected. SSID=internet, IP=10.0.1.12, channel=6, RSSI -49db
7/02/25 06:21:54 Updater: service started. Auto-update class is BETA
7/02/25 06:21:55 historyLog: service started.
7/02/25 06:21:55 historyLog: Last log entry 07/02/25 06:21:00
7/02/25 06:21:55 Updater: Auto-update is current for class BETA.

I can see that influx has started without a hitch but i am not seeing any data in influx. My uploader measurements are set to the most basic, “main_1” and “main_2” and a, “total” (the addition of the two).

Looking here for related topics, i have found the few, but sadly, i’m not finding anything really helpful. Several things i’ve checked and tried:

  1. Made sure all connection settings are working and cURL’d to create test data to test my api key.
  2. Tried different variants of the url: http://…, ip with and without the port, url with the full /api/v2 url (or however it is)
  3. Confirmed my org id, bucket, etc and again, manually ran cURL’s with these values to add test data
  4. Created new bucket and keys
  5. Restarted

My question’s are, Is there any way to debug this further? I’m not seeing this information in the docs. Does it have something to do with my measurements? I am not the most “hip” when it comes to this kind of timeseries data so i’m starting to think it’s something dumb on that side.

Thanks so much for the product. It’s really great!

offhand looks like it will start posting on Aug 1. That could be what you specified in the setup or caused by a post-dated entry in your influx dataset - possibly created with CURL.

So, i have adjusted this a few times and maybe i misunderstand. I thought this is where it started uploading from… and now i see that it is 2025. I did just adjust this before posting. It had been set to july 1 2025 yesterday when i was trying to set this up. I have just adjusted it back to this date

It appears you are maintaining your own local infuxDB2.

Can you post the curl transaction with response please?

curl -i -X POST 'http://10.0.4.201:8086/api/v2/write?org=82984b9d576fcde7&bucket=iotawatt&precision=ns' -H 'Authorization: Token <Base64 API Key>' -H 'Content-Type: text/plain' -d 'power,circuit=test value=100'

HTTP/1.1 204 No Content
X-Influxdb-Build: OSSX-Influxdb-Version: v2.7.12
Date: Thu, 03 Jul 2025 00:37:48 GMT

Please add the port to the URL, then start it up. If it fails, post the message log and also a screenshot of the status display with the uploaders tab open. I’d like to see if there is a message there for influxDB2.