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:
- Made sure all connection settings are working and cURL’d to create test data to test my api key.
- Tried different variants of the url: http://…, ip with and without the port, url with the full /api/v2 url (or however it is)
- Confirmed my org id, bucket, etc and again, manually ran cURL’s with these values to add test data
- Created new bucket and keys
- 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!