matthewwall / weewx-interceptor

weewx driver that intercepts web traffic from internet 'bridge' devices such as Acurite Access, ObserverIP, OS LW30x, LaCross GW1000U, FineOffset GW1000
GNU General Public License v3.0
105 stars 46 forks source link

weewx-interceptor current Release #52

Closed wrexed03 closed 5 years ago

wrexed03 commented 5 years ago

Hi Matt thanks for creating this. Helps immensely to be able to get weewx going on my server and publishing out to the www. My question is in relation to later weatherstations that are available in the market place for purchase. I currently have a ECOWITT HP2551 which i use with your interceptor. After spending a fair bit of time getting it all going with weewx i am still having the odd issue with one particular output the barometer and a couple of others.
From what i can see its not picking up the figures it generates.
Does the interceptor need to be modified in any way so it can pick up these readings. Ones in particular i am having troubles with are as follows which can be seen in the following links.

Weather Cloud Atmospheric Pressure Inside Temp Inside Dew Point Inside Heat Index Inside Humidity

Link to weathercloud https://app.weathercloud.net/d0633468796#current

My Weewx Site Barometer

Link to my Weewx site http://jsantas.com:83/weewx/

Wunderground Site

Current Conditions Barometer (Pressure) UV

Link to Wunderground site https://www.wunderground.com/dashboard/pws/IVICTORI1768

If you need anything further from me screen grabs logs let me know. Would be great to get this running 100 %

I have included an extract of the log here which may shed some light. Not sure about the rain part as we havent had any here since i got weewx going over the last week so i have no readings. I did have a separate issue with the rain readings but managed to resolve it with some help from a couple of others on the google forums..

May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter maxdailygust=12.5 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter PASSKEY=Blanked it out May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter humidityin=46 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter rainratein=0.000 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter baromabsin=29.73 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter tempinf=75.0 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter uv=0 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000 May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: raw packet: {'wind_speed': 6.5, 'wind_gust': 9.2, 'humidity_out': 83.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558532557, 'temperature_out': 54.7, 'wind_dir': 45.0, 'rain_total': 0.0, 'usUnits': 1} May 22 23:42:38 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: mapped packet: {'outHumidity': 83.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558532557, 'windDir': 45.0, 'outTemp': 54.7, 'windSpeed': 6.5, 'windGust': 9.2, 'usUnits': 1} May 22 23:42:48 UBUNTUMATE-1000H weewx[4773]: interceptor: MainThread: empty queue

Regards

wrexed03 commented 5 years ago

Hi Matt looks like its sorted.
All along it was an issue with my config.
After lots of reading i managed to figure it out.
I had my setting set to wu client and changed it to observer. (I should have read what each option does) Once this was done it was reading the correct information and posting it accordingly. Either way big thank you for creating this... Regards