>From what you have posted I do not see anything wrong. —live-data displays all of the sensor data straight from the GW1000 so no mapping (that is why you see temp1, humid1 etc and not WeeWX field names). If you want to see the results post mapping (ie what the driver sends to WeeWX) you need to run WeeWX directly <http://weewx.com/docs/usersguide.htm#Running_directly> or run the driver directly with —test-driver command line option.
When you say you are ‘not seeing Outside Temp, Outside Humidity’ do you mean WeeWX fields outTemp and outHumidity are not being populated and you want them populated? If so you need to remove the extraTemp1 and extraHumid1 mappings as they are taking the data that is normally mapped to outTemp and outHumidity (you can only map a field once in the driver). With the mapping you have now outside temperature and outside humidity are being mapped to WeeWX fields extraTemp1 and extraHumid1. If you run WeeWX directly you will see this. It’s possible the lack of outTemp is preventing WeeWX from calculating one of the pressure fields, would need to see the results of running WeeWX directly to comment further. Gary On Wednesday, 20 January 2021 at 11:51:07 UTC+10 [email protected] wrote: > > Good day every one. I know that there have been many threads on this but I > can not get my install to work at all. Well, actually, it's mostly > working. Website is publicly access able at > https://wendywx.myndworx.com.au. My issue is that I am not seeing Outside > Temp, Outside Humidity or Barometric Pressure. I've set up the GW1000 using > the WS View Android App and everything shows up there (Other than the > defective WH55, which is being replaced) and I've set it up to send data to > www.ecowitt.net and all readings show up there. > > Here's the specs" > > 1. Raspberry Pi 4B Latest OS (Buster) Fresh and clean install > 2. Booting from a 64GB M.2 SSD drive > 3. Apache and PHP installed > 4. WeeWX v4.3.0 fresh installed > 5. GW1000 v0.2.0 installed > 6. List of sensors > 1. GW1000 PWS Gateway > 2. WH31 Multi-Channel Temperature and humidity Sensor > 3. WH40 Wireless Self-Emptying Rain Collector Rainfall Sensor > 4. WH41 PM2.5 Air Quality Sensor Monitor Outdoor > 5. WH43 PM2.5 Air Quality Sensor for Indoor Use > 6. WH51 Wireless Soil Moisture Sensor Max 8 Channels Soil Humidity > Tester (x4) > 7. WH55 Wireless Water Leak Detection Sensor with Loud Audio Alarm > 8. WH57 Wireless Lightning Detection Sensor with Email Alert > 9. WS68 Wireless Solar Powered Anemometer with Light & UV Sensor > > Live data from the GW1000 via the --live-data parameter > > > > > > > *pi@wendywx:~ $ sudo PYTHONPATH=/usr/share/weewx python3 -m user.gw1000 > --live-dataUsing configuration file /etc/weewx/weewx.confInterrogating > GW1000 at 192.168.0.107:45000 <http://192.168.0.107:45000>GW1000 live > sensor data: absbarometer: 1021.5, datetime: 1611105772, daymaxwind: 6.1, > gustspeed: 1.5, humid1: 45, inhumid: 35, intemp: 26.6, light: 110510.0, > lightningcount: 0, lightningdettime: None, lightningdist: None, pm251: > 10.0, pm251_24h_avg: 11.0, pm252: 8.0, pm252_24h_avg: 6.1, rainday: 0.0, > rainevent: 0.0, rainmonth: 6.0, rainrate: 0.0, rainweek: 0.2, rainyear: > 6.0, relbarometer: 1021.5, soilmoist1: 39, soilmoist2: 39, soilmoist3: 39, > soilmoist4: 37, temp1: 21.0, uv: 313.8, uvi: 8, wh31_ch1_batt: 0, > wh31_ch1_sig: 4, wh40_batt: 0, wh40_sig: 4, wh41_ch1_batt: 5, wh41_ch1_sig: > 4, wh41_ch2_batt: 3, wh41_ch2_sig: 4, wh51_ch1_batt: 0, wh51_ch1_sig: 4, > wh51_ch2_batt: 0, wh51_ch2_sig: 4, wh51_ch3_batt: 0, wh51_ch3_sig: 4, > wh51_ch4_batt: 0, wh51_ch4_sig: 4, wh57_batt: 4, wh57_sig: 4, wh68_batt: > 1.56, wh68_sig: 4, winddir: 355, windspeed: 1.3* > > I've tried the following in weewx.conf > > > > > > > > > > > > > > > > > > > > > *##############################################################################[GW1000] > > # This section is for the GW1000 API driver. # How often to poll the > GW1000 API, default is every 20 seconds: poll_interval = 30 # The > driver to use: driver = user.gw1000 ip_address = 192.168.0.107 > port = 45000 [[field_map_extensions]] #--- the defaults map > inTemp, inHumidity # outTemp extraTemp1 = temp1 # > outHumidity extraHumid1 = > humid1##############################################################################* > > But that's not working so I'm sure I'm doing that wrong. I'd like to get > the weather34 skin operational, but can go any farther till I get the > baseline working so I'm hoping that someone here can lend a helping hand > and lead me out of the darkness. > > Thanks for the assist mate. > -- 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/400dda98-86cc-46cb-8abd-06c78b8f3cd2n%40googlegroups.com.
