Giter VIP home page Giter VIP logo

Comments (8)

winnieXY avatar winnieXY commented on August 16, 2024

After playing a little bit with node-red & influxdb I get now this (slightly different) error:
grafik

from node-red-contrib-influxdb.

Dufty-de avatar Dufty-de commented on August 16, 2024

Hi,
I have the same problem like winnieXY.
I´m also using V0.7.0
I'd triggered a couple of http requests with one inject node and want to transfer the result to influxdb.
In order to strech the requests at the same time, i´ve mulitplied the injects and start each with a time shift of 0,2 s; but, the same result.
A restart of node red helps for a handfull of hours.
NodeRed and influxdb runing in a docker container on a synology with more than enough memory and are both up to date.
If you need more information feel free to contact me.

from node-red-contrib-influxdb.

winnieXY avatar winnieXY commented on August 16, 2024

Any news on that? That's really a showstopper right now

from node-red-contrib-influxdb.

Bond246 avatar Bond246 commented on August 16, 2024

I think i don't have an solution.
But... Do you use influx 2 with flux-query oder with influx 1 and the older query language?

And do you use it in docker or as native installation?

from node-red-contrib-influxdb.

Dufty-de avatar Dufty-de commented on August 16, 2024

from node-red-contrib-influxdb.

Dufty-de avatar Dufty-de commented on August 16, 2024

Hi,
yesterday i´ve had again the problem with the RequestTimedOutErrors.
My oberservation: 1st i´ve tried to transfer msg.payload as an array (i.e. msg.measurement = "power"; msg.payload =[{value: #}, {phase: "ph0"}, {level: "basement"}];
(you can transfer to influx not only the meassurement and the value, you can also add attributes to the measurement).
Here I´ve got the errors.
When I reduce the #of attributes to one, the node works without errors.
(i.e. msg.measurement = "powerPhase0"; msg.payload =[{value: #}, {level: "basement"}];
or even a plain value in the payload and measurement="PowerPhase0Basement".
Maybe it´s a hint to solve the problem or to create a workaround
BR

from node-red-contrib-influxdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.