-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing to Influxdb #19
Comments
Hi Steffen, You could easily implement it by reading some Points into a local array and passing it to I'll try to implement that and let you know. |
Hey, thanks for answering me. I’m still running the 2.1.0 Version from last year i think. |
It uses unix timestamps. Did you check the serial console for time sync? I think it needs to have a NTP sync for proper timestamping. |
Time on display after boot is correct so this should work. I already tried dating back but still no luck. Bet it’s something simple. Sending packets with PacketSender works and data shows up in my bucket. |
Got it. I had to switch to nanoseconds "point.setTime(WritePrecision::NS)" in telemetry.h and mppt.h. |
Hey, trying to get Influxdb 2 to work but struggling to do so.
In telemetry.h I set my host (server) IP and also the port my Udp listener is configured to (8089).
I’ve configured the listener with it’s needed Token and also set a bucket. I don’t get any data….sending Udp packet manually creates a data entry in influxdb2 so this part seems to work.
Is this feature already working or still in development?
Regards
Steffen
The text was updated successfully, but these errors were encountered: