juggledad
juggledad
This also effects flow context and has been happening since at least v2.0.0 (I went back and tried it there and in 2.2.2) note in v2.0.0 there was no checkbox,...
I know this thread is old but I found that you need to change /data/etc/wpa_supplicant.conf
This is still a bug in NR v2.2.2 and dashboard v3.1.6 Using an `inject` node sending a timestamp thru the `ui-text-input` to a `debug` node shows the correct time, but...
Just curious, did the flashing work? What did you flash it with?
Oh (head slap) I was using a GET...the POST works fine Thanks!
You might want to change the link in the description
According to teh documentation a put ie in this form: put = so I use `/usr/bin/curl -s -XPOST 'http://192.168.1.197:6182/api/put' -d 'put temperature 1696695267 78.62 location=office'` and `/usr/bin/curl -s -XPOST 'http://192.168.1.197:6182/api/put'...
Just to let you know I have a sensor send in temperature and pressure every 30 seconds and I grab weather data from openweatermap every 30 minutes (temperature, Humidity and...
I ran a test to show the problem so there are just two data points, note: I change the resolution to milliseconds: ``` ; tsdb.timestamp.resolution = millisecond ``` here is...
p.s. just to see what would happen, I changed things in the put and crashed ticktock ``` pmw@ticktockpi:~/ticktock $ /usr/bin/curl -s -XPOST 'http://192.168.1.197:6182/api/put' -d 'put office 1696847275 77.54 temperature=location' ./bin/tt[0x17898]...