You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently setup an Internet Pi node with everything enabled for an airgradient sensor as well.
for the sensor, I have the APIROOT IP of the Pi changed: String APIROOT = "http://192.168.1.137:9926/";
The serial monitor outputs a string of characters: {"wifi":-65,"pm02":0,"rco2":-2,"atmp":20.50,"rhum":30} http://192.168.1.137:9926/sensors/airgradient:191ec7/measures -1
I'm going to assume Wifi:xx is the strength and the rest are the sesor data.
When I setup the pi, this was my configuration for AirGradient: airgradient_enable: true airgradient_sensors: id: attic ip: "192.168.3.38" port: 9926
Is there an issue in any of my configurations? Any help is greatly appreciated
The text was updated successfully, but these errors were encountered:
The biggest issue I found was that Jeff's video did not clearly state we had to use his prometheus exporter airgradient sketch, so his instructions should be updated.
I recently setup an Internet Pi node with everything enabled for an airgradient sensor as well.
for the sensor, I have the APIROOT IP of the Pi changed:
String APIROOT = "http://192.168.1.137:9926/";
The serial monitor outputs a string of characters:
{"wifi":-65,"pm02":0,"rco2":-2,"atmp":20.50,"rhum":30} http://192.168.1.137:9926/sensors/airgradient:191ec7/measures -1
I'm going to assume Wifi:xx is the strength and the rest are the sesor data.
When I setup the pi, this was my configuration for AirGradient:
airgradient_enable: true airgradient_sensors: id: attic ip: "192.168.3.38" port: 9926
Is there an issue in any of my configurations? Any help is greatly appreciated
The text was updated successfully, but these errors were encountered: