On Wednesday, June 21, 2023 at 11:54:17 AM UTC-7 weewx-user wrote:
I have used the Ecowit Gateway Driver from here -
https://github.com/gjr80/weewx-gw1000 and read the Wiki from here
https://github.com/gjr80/weewx-gw1000/wiki and followed the steps as best I
can (see my comments about my skin set before)
If I use PYTHONPATH=/usr/share/weewx python -m user.gw1000 --test-driver
the following is returned
Using configuration file /etc/weewx/weewx.conf
Interrogating GW2000 at 192.168.1.45:45000
2023-06-21 19:52:36 BST (1687373556): 'co2': '400', 'co2_24h_avg': '404',
'dateTime': '1687373556', 'daymaxwind': '5.8', 'dayRain': '0.0',
'extraHumid1': '48', 'extraHumid2': '36', 'extraHumid3': '41',
'extraHumid17': '58', 'extraTemp1': '26.4', 'extraTemp2': '33.4',
'extraTemp3': '28.0', 'extraTemp17': '24.8', 'inHumidity': '54', 'inTemp':
'23.9', 'lightning_distance': '37', 'lightning_last_det_time':
'1687271411', 'lightning_strike_count': 'None', 'lightningcount': '0',
'luminosity': '7120.0', 'monthRain': '30.5', 'outHumidity': '51',
'outTemp': '24.3', 'pm2_55': '2.1', 'pm2_55_24h_avg': '1.9', 'pm10': '2.6',
'pm10_24h_avg': '2.6', 'pressure': '1017.1', 'rain': 'None', 'rainRate':
'0.0', 'relbarometer': '1017.1', 'stormRain': '0.0', 'usUnits': '17', 'UV':
'0', 'uvradiation': '0.0', 'weekRain': '30.5', 'wh31_ch1_batt': '0',
'wh31_ch1_sig': '4', 'wh31_ch2_batt': '0', 'wh31_ch2_sig': '4',
'wh31_ch3_batt': '0', 'wh31_ch3_sig': '4', 'wh45_batt': '6', 'wh45_sig':
'4', 'wh57_batt': '5', 'wh57_sig': '4', 'windDir': '205', 'windGust':
'0.0', 'windSpeed': '0.0', 'ws90_batt': '3.22', 'ws90_sig': '3',
'yearRain': '261.2'
As you can see both the WS90 signal and battery strength are returned
Good. Now we need to see the [GW1000] section of your weewx.conf to verify
that wh90_sig and wh90_batt are actually saved to the database. I suspect
you did not do that part.
Reminder - you need to restart weewx after editing weewx.conf
This is my 'example' - I have a WH26 outside sensor, four WH31 inside
sensors on channels 1-4, and one WH51 soil moisture sensor so I mapped them
as follows to match my hardware. You'd need to do something similar for
your sensors.
[GW1000]
[[field_map_extensions]]
outTempBatteryStatus = wh26_batt
batteryStatus1 = wh31_ch1_batt
batteryStatus2 = wh31_ch2_batt
batteryStatus3 = wh31_ch3_batt
batteryStatus4 = wh31_ch4_batt
batteryStatus8 = wh51_ch1_batt
--
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/abf684d3-2bcb-4ffe-a19d-1e9bdcdf3386n%40googlegroups.com.