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 On Wednesday, June 21, 2023 at 7:25:19 PM UTC+1 vince wrote: > I think I'd start by veryifying that the WS90 data you are looking for is > in the weewx database to begin with. What weewx.sdb elements did you use to > store the WS90 battery and signal strength in ? How did you define that > to happen ? > > -- 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/f12a759c-0363-427a-ae6d-fc85cb861a12n%40googlegroups.com.
