I think we are misunderstanding each other. Run weewxd directly from the
command line <http://weewx.com/docs/usersguide.htm#Running_directly>. You
will see it print something like:

LOOP:   2019-09-30 14:15:16 PDT (1569878116) altimeter: 30.111448577506454,
appTemp: 47.3810153041827, barometer: 30.134, cloudbase:
3098.3094040726965, consBatteryVoltage: 4.66, dateTime: 1569878116, dayET:
0.024, dayRain: 0.01, dewpoint: 40.14743862208014, extraAlarm1: 0,
extraAlarm2: 0, extraAlarm3: 0, extraAlarm4: 0, extraAlarm5: 0,
extraAlarm6: 0, extraAlarm7: 0, extraAlarm8: 0, extraTemp1: 55.0,
forecastIcon: 6, forecastRule: 44, heatindex: 50.7, humidex: 50.7,
inDewpoint: 51.18513133422766, inHumidity: 52.0, insideAlarm: 0, inTemp:
69.6, leafWet4: 0.0, maxSolarRad: 623.4938707469452, monthET: 3.26,
monthRain: 1.87, outHumidity: 67.0, outsideAlarm1: 0, outsideAlarm2: 0,
outTemp: 50.7, pressure: 29.366959084199284, radiation: 264.0, rain: 0.0,
rainAlarm: 0, rainRate: 0.0, rel_pressure: 130.13400000000001,
soilLeafAlarm1: 0, soilLeafAlarm2: 0, soilLeafAlarm3: 0, soilLeafAlarm4: 0,
stormRain: 0.84, stormStart: 1569567600, sunrise: 1569852288.0, sunset:
1569896208.0, txBatteryStatus: 0, usUnits: 1, UV: 1.8, windchill: 50.7,
windDir: 117.0, windGust: 3.0, windGustDir: 111.0, windSpeed: 2.0,
windSpeed10: 2.0, yearET: 33.03, yearRain: 24.02
REC:    2019-09-30 14:15:00 PDT (1569878100) altimeter: 30.109449512890514,
appTemp: 47.82575954019759, barometer: 30.132, cloudbase:
3097.2480835555257, consBatteryVoltage: 4.66, dateTime: 1569878100, dayET:
0.024, dayRain: 0.01, dewpoint: 40.05210843235569, ET: 0.0, extraAlarm1:
0.0, extraAlarm2: 0.0, extraAlarm3: 0.0, extraAlarm4: 0.0, extraAlarm5:
0.0, extraAlarm6: 0.0, extraAlarm7: 0.0, extraAlarm8: 0.0, extraTemp1:
55.0, forecastIcon: 6.0, forecastRule: 44, heatindex: 50.6, highOutTemp:
50.7, highRadiation: 271.0, highUV: 1.9, humidex: 50.6, inDewpoint:
51.277374524999615, inHumidity: 52.0, insideAlarm: 0.0, inTemp: 69.7,
interval: 5, leafWet4: 0.0, lowOutTemp: 50.5, maxSolarRad:
623.7943092832924, monthET: 3.26, monthRain: 1.87, outHumidity: 67.0,
outsideAlarm1: 0.0, outsideAlarm2: 0.0, outTemp: 50.6, pressure:
29.36500061429528, radiation: 267.0, rain: 0.0, rainAlarm: 0.0, rainRate:
0.0, rel_pressure: 130.132, rxCheckPercent: 99.08333333333333,
soilLeafAlarm1: 0.0, soilLeafAlarm2: 0.0, soilLeafAlarm3: 0.0,
soilLeafAlarm4: 0.0, stormRain: 0.84, stormStart: 1569567600.0, sunrise:
1569852288.0, sunset: 1569896208.0, txBatteryStatus: 0, usUnits: 1, UV:
1.9, windchill: 50.6, windDir: 67.5, windGust: 3.0, windGustDir: 67.5,
windrun: 0.08333333333333333, windSpeed: 1.0, windSpeed10: 1.0, yearET:
33.03, yearRain: 24.02
LOOP:   2019-09-30 14:15:17 PDT (1569878117) altimeter: 30.111448577506454,
appTemp: 47.3810153041827, barometer: 30.134, cloudbase:
3098.3094040726965, consBatteryVoltage: 4.66, dateTime: 1569878117, dayET:
0.024, dayRain: 0.01, dewpoint: 40.14743862208014, extraAlarm1: 0,
extraAlarm2: 0, extraAlarm3: 0, extraAlarm4: 0, extraAlarm5: 0,
extraAlarm6: 0, extraAlarm7: 0, extraAlarm8: 0, extraTemp1: 55.0,
forecastIcon: 6, forecastRule: 44, heatindex: 50.7, humidex: 50.7,
inDewpoint: 51.18513133422766, inHumidity: 52.0, insideAlarm: 0, inTemp:
69.6, leafWet4: 0.0, maxSolarRad: 623.4750447378664, monthET: 3.26,
monthRain: 1.87, outHumidity: 67.0, outsideAlarm1: 0, outsideAlarm2: 0,
outTemp: 50.7, pressure: 29.366959084199284, radiation: 264.0, rain: 0.0,
rainAlarm: 0, rainRate: 0.0, rel_pressure: 130.13400000000001,
soilLeafAlarm1: 0, soilLeafAlarm2: 0, soilLeafAlarm3: 0, soilLeafAlarm4: 0,
stormRain: 0.84, stormStart: 1569567600, sunrise: 1569852288.0, sunset:
1569896208.0, txBatteryStatus: 0, usUnits: 1, UV: 1.8, windchill: 50.7,
windDir: 117.0, windGust: 3.0, windGustDir: 111.0, windSpeed: 2.0,
windSpeed10: 2.0, yearET: 33.03, yearRain: 24.02


Most of the print out will be LOOP packets, but every few minutes
(depending on your chosen archive interval), there will be an archive
record, marked by REC (highlighted in the example above). The non-None
observation types are the ones you have to work with.

-tk

On Mon, Sep 30, 2019 at 12:49 PM Hyrules Hyrules <[email protected]> wrote:

> How would I proceed in the command line with bash $variable ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/972145ed-35b8-4c2b-94e2-744299a6e980%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/972145ed-35b8-4c2b-94e2-744299a6e980%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDKnL76gU3EKgejfhVUy_a1mdo%2BLMa-Pe_s2HzEteHq2Q%40mail.gmail.com.

Reply via email to