jaredwolff
I’ve confirmed that the data source is returning data correctly using websocat
from a macOS terminal session.
Below, I’ve replaced actual “Device Id” and “APIkey” by “mydeviceid” and “myapikey”
$ websocat wss://api.golioth.io/v1/ws/projects/aqw1066/devices/mydeviceid/data?x-api-key=myapikey
{"result":{"data":{"env":{"hum":33,"pm25":0,"temp":29,"voc":157}}}}
{"result":{"data":{"env":{"hum":32,"pm25":0,"temp":29,"voc":153}}}}
{"result":{"data":{"env":{"hum":32,"pm25":0,"temp":29,"voc":153}}}}
Next step, check why Grafana isn’t getting the data.