LoicTryToDev

Results 3 comments of LoicTryToDev

Good evening everyone. I had the same problem. I solved it by fixing my handle configuration in my customNodes. I only had "handle" of "source" type ``` ``` By correctly...

Hi, I have got the exact same probleme here. Any update ? I use influx-client-js tp query, is there a workaround using direct http request which might be more permissive...

For all who are still looking for a solution, I could suggest this code : |> filter(fn: (r) => r["device"] =~ /deviceId1|deviceId2|deviceId3/) I have tester it with 3800 deviceIds without...