Are you referring to https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin ?
If so, look at https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/blob/main/ecowitt_http/ecowitt_http.py in the area around line 15895 (wow!) for how to test the driver. Here's an example for Gary's original gw1000 driver with one LOOP message shown: python3 ~/weewx-data/bin/user/ecowitt_http.py --test-driver --config=ecowitt.conf.http Using configuration file ecowitt.conf.http Interrogating GW1200 at 192.168.2.87 2025-10-11 12:18:08 PDT (1760210288): 'dateTime': '1760210288', 'daymaxwind': '2.9012896', 'dewpoint': '10.999999999999998', 'extraHumid1': '54', 'extraHumid2': '55', 'extraHumid3': '58', 'ex traHumid4': '59', 'extraHumid5': '79', 'extraTemp1': '21.11111111111111', 'extraTemp2': '19.72222222222222', 'extraTemp3': '19.72222222222222', 'extraTemp4': '20.999999999999996', 'extraTemp5 ': '14.611111111111109', 'extraTemp9': '12.277777777777779', 'feelslike': '13.499999999999998', 'inHumidity': '54', 'inTemp': '20.72222222222222', 'is_raining': '1', 'outHumidity': '85', 'out Temp': '13.499999999999998', 'p_rainday': '0.0', 'p_rainevent': '0.0', 'p_rainmonth': '8.889999999999999', 'p_rainrate': '0.508', 'p_rainweek': '1.016', 'p_rainyear': '18.287999999999997', 'p ressure': '998.9845068508749', 'relbarometer': '998.9845068508749', 'soilMoist1': '52', 't_rainday': '0.0', 't_rainevent': '0.0', 't_rainmonth': '9.398', 't_rainRate': '0.0', 't_rainweek': '0 .508', 't_rainyear': '16.764', 'usUnits': '17', 'vpd': '2.3200000000000003', 'wh26_batt': '1', 'wh26_sig': '3', 'wh51_ch1_batt': '1', 'wh51_ch1_sig': '4', 'wh51_ch1_volt': '1.2', 'windDir': ' 57', 'windGust': '0.8985503999999999', 'windSpeed': '0.5990336', 'wn31_ch1_batt': '0', 'wn31_ch1_sig': '4', 'wn31_ch2_batt': '0', 'wn31_ch2_sig': '4', 'wn31_ch3_batt': '0', 'wn31_ch3_sig': '4 ', 'wn31_ch4_batt': '0', 'wn31_ch4_sig': '3', 'wn31_ch5_batt': '0', 'wn31_ch5_sig': '4', 'wn34_ch1_batt': '3', 'wn34_ch1_sig': '4', 'wn34_ch1_volt': '1.36', 'ws90_volt': '3.28' Werner's instructions are so uniquely cryptic and indecipherable (to me) and he refuses to make his stuff installable via the extension installer, so I can't test here. Give it a try. My guess is you'll need to map some field it emits to a field in the weewx schema in your db. You might need to set your PYTHONPATH. See the comments around line 15895 in the file if that's indeed the driver you are using. On Friday, March 6, 2026 at 11:54:46 AM UTC-8 Conz wrote: > I am using the customecowitt driver from WernerKr as well as > neowx-material from seehase. > For the driver the lightning values are still being weird, but these seem > very undocumented as to whats actually in them. And the skins have a hard > time seeing the values. > There's also the weewx-skyfield-almanac from roe-dl, which was part of the > neowx install, of which i'm trying to add the sun azimuth as well as the > moon altitude/azimuth to the DB. (Sun altitude IS in there and IS getting > updated) but none of the 3 new values are getting added. > The documentation basically says 'just add the db fields and it should > work' > Right now I actually have all skins disabled and I just want the DB to > have all the values. > > Op vrijdag 6 maart 2026 om 20:13:31 UTC+1 schreef Vince Skahan: > >> Which driver and extension(s) and skin(s) specifically ? Some log more >> verbosely if you set debug > 0 in weewx.conf, and weewx itself typically >> will emit the LOOP data if you run it standalone rather than as a daemon. >> Many will log warnings/errors to wherever your weewx logs are set to go to. >> >> On Friday, March 6, 2026 at 10:36:18 AM UTC-8 Conz wrote: >> >>> This is driving me bonkers, how do I actually print loop packets ? >>> I have put 'weewx.engine.StdPrint' at the start of everything under >>> [Engine] [[Services]] but all it is printing is incoming packets from the >>> driver and what they are being mapped to. >>> . >>> But want to see the packets from other extensions as well. >>> I keep running into issues where database fields for extensions (And >>> actually the driver too) aren't being filled and I just can't troubleshoot >>> it properly. >>> I also want to see what is being sent to the skins for the same reason. >>> >>> I was using 5.2 but the 5.3.1 update just came through so that's now >>> live. >>> >> -- 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 visit https://groups.google.com/d/msgid/weewx-user/8e004d7f-e41b-4e1d-9a4c-c3d1ee0dc905n%40googlegroups.com.
