×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

How do I install weatherradio and especially the web page?

  • Posts: 31
  • Thank you received: 2
At what point in the documentation are you now? and what exactly is not working?
1 year 11 months ago #82403

Please Log in or Create an account to join the conversation.

  • Posts: 250
  • Thank you received: 3
Hello
so I'm not at home right now,
But the server is working, but I still have no info on the web page.
I wanted to know how to check that the data arrives well from the sensors, to see if the connection is good .

Chris
1 year 11 months ago #82406

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 2
When you run the wr_rrd_update.py, it should store the data in sensors.rrd and weather.rrd file in /usr/share/weatherradio.
wr_rrd_lastupdate.py creates a JSON document in /usr/share/weatherradio/data

The RTsensors_lastupdate should look like that:
{
  "BME280_Hum":null,
  "BME280_Pres":null,
  "BME280_Temp":null,
  "DHT_Hum":29.70000076,
  "DHT_Temp":24.10000038,
  "MLX90614_Tamb":23.90999794,
  "MLX90614_Tobj":24.42998695,
  "TSL2591_Lux":19.059606549999998,
  "timestamp":1650283441000
}
1 year 11 months ago #82408

Please Log in or Create an account to join the conversation.

Time to create page: 0.334 seconds