21/08/25 06:10:00
❰ WeeWX - Mesowx - ❰ Mesowx: DualRain - ❰ Mesowx: weewx - ❰ Mesowx: pmon - ❰ WXgraphic - ❰ Belchertown
The database config file has gone missing! That shouldn't happen unless you've been changing your configuration files
We initially use a php default for include files of /usr/share/php, but this doesn't seem to suit all webservers or installations.As of version 0.7.1, /usr/share/php will be created if it's found to be missing. Check that the directory /usr/share/php does actually exist, if it doesn't then create it - and report this scripts failure.Check that its read | write permissions are suitable - 0755, owned by rootIf the problem persists, consider changing its location as wxobs/skin.conf will accept
include_path = /new_path/your_choice
where the path and name can be anything allowable by php, readable by the webserver, and preferably secure.
If you are using the [Remote] section - where the sqlite database and wxobs files are viewable from a remote server then the include file will be transferred into the dest_directory that is specified. Populating dest_directory allow the remote transfer to be considered.
If all else fails, report the problem as an issue - to its github site, or contact me directly.
There are also Wiki notes that may help for this, and setting up remote servers.
Date Time | Out Temp °C |
App Temp °C |
Dew Point °C |
Humidity % |
delta‐T °C |
Wind | Pressure hPa |
Total Rain (since 9 a.m.) mm |
Total Hail (since 9 a.m.) mm |
|||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Direction compass |
Speed km/h |
Gust km/h |
Direction ° |
|||||||||
2025-08-21 06:04 | 6.7 | 4.9 | 1.1 | 67 | 2.3 | E | 0 | 0 | 94 | 1027.6 | 0 | 0 |
Date | Out Temp °C |
App Temp °C |
Dew Point °C |
Humidity % |
Wind | Pressure hPa |
Total Rain (since 9 a.m.) mm |
Total Hail (since 9 a.m.) mm |
|||
---|---|---|---|---|---|---|---|---|---|---|---|
Direction compass |
Speed km/h |
Gust km/h |
Direction ° |
||||||||
2025-08-21 | 5.2 (8.9) | 3.2 (7.1) | -0.8 (1.3) | 54 (71) | E | 0 (6) | 0 (8) | 93 | 1027.2 (1028.6) | 0 | 0 |
Date Time | Out Temp °C |
App Temp °C |
Dew Point °C |
Humidity % |
delta‐T °C |
Wind | Pressure hPa |
Total Rain (since 9 a.m.) mm |
Total Hail (since 9 a.m.) mm |
|||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Direction compass |
Speed km/h |
Gust km/h |
Direction ° |
|||||||||
1755720000 (2025-08-21 06:00) | 6.8 | 4.9 | 1.1 | 67 | 2.3 | E | 0 | 0 | 94 | 1027.5 | 0 | 0 |
1755718200 (2025-08-21 05:30) | 6.7 | 4.9 | 1 | 67 | 2.3 | E | 0 | 0 | 94 | 1027.3 | 0 | 0 |
1755716400 (2025-08-21 05:00) | 6.6 | 4.7 | 1 | 68 | 2.3 | E | 0 | 0 | 94 | 1027.3 | 0 | 0 |
1755714600 (2025-08-21 04:30) | 6.4 | 4.5 | 0.8 | 67 | 2.3 | E | 0 | 0 | 94 | 1027.3 | 0 | 0 |
1755712800 (2025-08-21 04:00) | 5.6 | 3.7 | 0.3 | 68 | 2.1 | E | 0 | 0 | 93 | 1027.3 | 0 | 0 |
1755711000 (2025-08-21 03:30) | 6.7 | 4.6 | -0.3 | 61 | 2.7 | E | 0 | 0 | 94 | 1027.4 | 0 | 0 |
1755709200 (2025-08-21 03:00) | 7.6 | 5.7 | 0.3 | 60 | 2.9 | E | 0 | 0 | 93 | 1027.5 | 0 | 0 |
1755707400 (2025-08-21 02:30) | 8.1 | 6.1 | 0.1 | 57 | 3.2 | E | 0 | 0 | 93 | 1027.6 | 0 | 0 |
1755705600 (2025-08-21 02:00) | 8.5 | 6.6 | 0.1 | 55 | 3.3 | E | 0 | 0 | 93 | 1027.9 | 0 | 0 |
1755703800 (2025-08-21 01:30) | 8.5 | 6.4 | 0.1 | 55 | 3.3 | E | 1 | 2 | 93 | 1028.1 | 0 | 0 |
1755702000 (2025-08-21 01:00) | 8.1 | 5.8 | 0.4 | 58 | 3.1 | E | 2 | 2 | 93 | 1028.3 | 0 | 0 |
1755700200 (2025-08-21 00:30) | 8.2 | 6.4 | 0.8 | 59 | 3 | E | 0 | 0 | 94 | 1028.4 | 0 | 0 |
1755698400 (2025-08-21 00:00) | 8.5 | 6.6 | 0.9 | 59 | 3.1 | E | 0 | 0 | 94 | 1028.5 | 0 | 0 |
Time taken to generate page was 0.06 seconds.
SELECT dateTime, rain, rainrate, hail, hailrate FROM archive WHERE dateTime BETWEEN 1666900980 AND 1666901940;
SELECT dateTime, hail FROM archive WHERE hail > 0 AND dateTime BETWEEN 1667426400 AND 1667430000;
SELECT dateTime, rain, rainrate, sum(hail), hailrate FROM archive WHERE dateTime BETWEEN 1667432400 AND 1667434440;
SELECT dateTime, rain, rainrate, hail, raincount1, raincount3, raincount4 FROM archive WHERE dateTime BETWEEN 1667446740 AND 1667447770;
SELECT dateTime, sum(rain), rainrate, hail, raincount1, raincount3, raincount4 FROM archive WHERE dateTime BETWEEN 1667446740 AND 1667447770;
SELECT datetime, rain, hail FROM archive ORDER BY dateTime DESC LIMIT 1;
SELECT hail FROM archive WHERE dateTime = 1667059560 AND hail > 0;
UPDATE archive SET rain=0, rainrate=0 WHERE datetime BETWEEN 1667059560 AND 1667091300;
UPDATE archive SET rain=1.016, rainrate=0 WHERE datetime BETWEEN 1611873540 AND 1611892800 AND hail=1.016;
UPDATE archive SET rain=0.254 WHERE datetime = 1666901040;
# supply a date, get an epoch time. date -d "11-june-2017 21:00:00" +'%s' # 1497178800 date -d now +'%s' # 1667447728 date +"%s" # returns the CURRENT epoch time, ie:- now! date -d @1407198071 # Tue 5 Aug 10:21:11 AEST 2014
This extension is available at github as weewx-wxobs : This is version 0.8.1