Author Topic: new firmware version for GW2000 & GW1100: V2.2.0  (Read 1252 times)

0 Members and 1 Guest are viewing this topic.

Online olicat

  • Forecaster
  • *****
  • Posts: 1527
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
new firmware version for GW2000 & GW1100: V2.2.0
« on: November 16, 2022, 04:09:37 AM »
Hi!

There's a new firmware version V2.2.0 available for the GW1100 & GW2000.
Use the current WSView Plus app or the web interface of the GW1100/GW2000 ("Device Setting") to update.

Changelog for V2.2.0:
1. Optimize the http server.
2. Optimize weathercloud server upload.
3. Wunderground protocol adds support for multi-channel data upload.

Oliver

Online olicat

  • Forecaster
  • *****
  • Posts: 1527
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #1 on: November 16, 2022, 04:33:04 AM »
Just tested on my GW1100 ...

Great!
In this firmware, the WU protocol is apparently fully supported - in addition to the extended temperature sensors (temp2f, temp3f, ...), leaf moisture with leafwetnessN or the values of the temperature sensors WN34 with soiltempf, soiltemp2f ...) are now also sent via custom server.

Code: [Select]
ID=myID
PASSWORD=myKey
tempf=42.44
humidity=99
dewptf=42.26
windchillf=42.44
winddir=209
windspeedmph=0.67
windgustmph=3.36
rainin=0.000
dailyrainin=0.000
weeklyrainin=0.000
monthlyrainin=0.157
yearlyrainin=19.193
solarradiation=16.39
UV=0
indoortempf=65.84
indoorhumidity=47
baromin=29.716
temp2f=43.52
humidity2=88
temp3f=68.72
humidity3=44
temp4f=64.04
humidity4=49
temp5f=42.62
humidity5=98
temp6f=42.98
humidity6=97
temp7f=42.44
humidity7=99
temp9f=65.12
soiltempf=48.74
soiltemp2f=64.22
soiltemp3f=65.12
soiltemp4f=65.66
leafwetness=99
AqPM2.5=5.0
soilmoisture=86
soilmoisture2=41
soilmoisture3=28
soilmoisture4=31
soilmoisture5=28
soilmoisture6=32
soilmoisture7=71
soilmoisture8=30
lowbatt=0
dateutc=now
softwaretype=GW1100A_V2.2.0
action=updateraw
realtime=1
rtfreq=5

A milestone for users who send to WU-compatible services - such as Awekas.
Thank you Ecowitt!

Oliver

Offline wvdkuil

  • Wim van der kuil
  • Forecaster
  • *****
  • Posts: 1986
    • My PWS at Leuven Belgium Europe
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #2 on: November 16, 2022, 04:41:57 AM »
Just tested on my GW1100 ...

Great!
In this firmware, the WU protocol is apparently fully supported - in addition to the extended temperature sensors (temp2f, temp3f, ...), leaf moisture with leafwetnessN or the values of the temperature sensors WN34 with soiltempf, soiltemp2f ...) are now also sent via custom server.

Code: [Select]
ID=myID
PASSWORD=myKey
tempf=42.44
humidity=99
dewptf=42.26
windchillf=42.44
winddir=209
windspeedmph=0.67
windgustmph=3.36
rainin=0.000
dailyrainin=0.000
weeklyrainin=0.000
monthlyrainin=0.157
yearlyrainin=19.193
solarradiation=16.39
UV=0
indoortempf=65.84
indoorhumidity=47
baromin=29.716
temp2f=43.52
humidity2=88
temp3f=68.72
humidity3=44
temp4f=64.04
humidity4=49
temp5f=42.62
humidity5=98
temp6f=42.98
humidity6=97
temp7f=42.44
humidity7=99
temp9f=65.12
soiltempf=48.74
soiltemp2f=64.22
soiltemp3f=65.12
soiltemp4f=65.66
leafwetness=99
AqPM2.5=5.0
soilmoisture=86
soilmoisture2=41
soilmoisture3=28
soilmoisture4=31
soilmoisture5=28
soilmoisture6=32
soilmoisture7=71
soilmoisture8=30
lowbatt=0
dateutc=now
softwaretype=GW1100A_V2.2.0
action=updateraw
realtime=1
rtfreq=5

A milestone for users who send to WU-compatible services - such as Awekas.
Thank you Ecowitt!

Oliver

Hi oliver,

Did you try to read the data in your example from WU with the standard WU-API?
If WU would return the data, that would be a great improvement also.

Wim

Online olicat

  • Forecaster
  • *****
  • Posts: 1527
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #3 on: November 16, 2022, 04:49:43 AM »
Hi!

No, this is the data that the GW1100 sends via custom server in WU protocol.

I do not expect WU to accept or visualise other sensors.
For a very long time I have been using FOSHKplugin to transfer significantly more fields to WU according to the WU format, without these being displayed at WU.
But I have never actually tested whether these values are ignored by WU during the upload and thus absent or just not displayed in the web interface but still in the database.
Maybe I should really make a WU query via API.

Regards, Oliver

Offline wvdkuil

  • Wim van der kuil
  • Forecaster
  • *****
  • Posts: 1986
    • My PWS at Leuven Belgium Europe
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #4 on: November 16, 2022, 04:54:15 AM »
Hi!

No, this is the data that the GW1100 sends via custom server in WU protocol.

I do not expect WU to accept or visualise other sensors.
For a very long time I have been using FOSHKplugin to transfer significantly more fields to WU according to the WU format, without these being displayed at WU.
But I have never actually tested whether these values are ignored by WU during the upload and thus absent or just not displayed in the web interface but still in the database.
Maybe I should really make a WU query via API.

Regards, Oliver

Please do with a test in your browser
Code: [Select]
https://api.weather.com/v2/pws/observations/current?stationId=KMAHANOV10&format=json&units=e&apiKey=yourApiKey

Wim

Online olicat

  • Forecaster
  • *****
  • Posts: 1527
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #5 on: November 16, 2022, 05:04:54 AM »
Hi!

Quote
If WU would return the data, that would be a great improvement also.
Yes, this would be nice. But WU still ignores the values which they don't show on their site.
In any case, they are not issued via API.

But other WU compatible services like Awekas will benefit.

Oliver

Online broadstairs

  • Forecaster
  • *****
  • Posts: 865
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #6 on: November 16, 2022, 06:53:23 AM »
Just installed on my GW1100 - so far all OK.

Stuart
Ecowitt GW1003 with ultrasonic wind gauge, lightning sensor and PM2.5 sensor with Personal Weather Tablet as a console.

Offline BoDuke

  • Global Moderator
  • Contributor
  • *****
  • Posts: 134
  • Ambient Weather, Ecowitt, WeeWX, Custom PHP
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #7 on: November 16, 2022, 03:09:57 PM »
Hi Oliver,

Thank you very much for letting us know of the latest version and release notes.

By the way, the WSView Plus app has a V in the name (unless it doesn't in other countries/languages?).

UU

Online olicat

  • Forecaster
  • *****
  • Posts: 1527
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #8 on: November 16, 2022, 04:12:34 PM »
Of course. Sorry, just corrected the typo.

Oliver

Offline Autofill

  • Senior Contributor
  • ****
  • Posts: 292
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #9 on: November 18, 2022, 12:01:32 PM »
Interesting, I posted about this before, but for some strange reason, my GW2000 won't update. It's currently at 2.1.8 and auto-upgrade is enabled. Pressing check new version and it just shows a green screen with check mark saying current version is 2.1.8.

Ecowitt WH2320-E
Ecowitt HP2551-C (SOLD - replaced with Home Assistant Fully Kiosk FireTab HD10)
Ecowitt GW1000
Ecowitt GW1100
Ecowitt WH69E
Ecowitt WH32B
Ecowitt WH57 (x3)
Ecowitt WH51 (x6)
Ecowitt WH41
Ecowitt WH41 (Honeywell-based USB/Supercap modified)
Ecowitt WH31 (x8)
Ecowitt WH55 (x4)
Ecowitt WH45
Ecowitt WN34S (x2)
Ecowitt WN35
Ecowitt Wittboy running on 12VDC  solar power

Online Rover1822

  • Forecaster
  • *****
  • Posts: 2017
    • Mini Wind and Solar Data project
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #10 on: November 18, 2022, 12:30:31 PM »
Interesting, I posted about this before, but for some strange reason, my GW2000 won't update. It's currently at 2.1.8 and auto-upgrade is enabled. Pressing check new version and it just shows a green screen with check mark saying current version is 2.1.8.

Try, unchecking the auto upgrade , saving, restarting the unit, then see if the unit can upgrade with WSView+ (not the older version)
Ambient:
  WS-2000
  PM 2.5(2)
  WH31B(2)
  WH40E
  WH31P
EcoWitt:
  GW1100
  GW1000(4)
  WH31(2)
  WH57
  WH51(12),
  WH40
  WH5360B
  WN34S
  WittBoy WS90 + GW2000
  WS90 (other one) + GW1100
Personal Sites: Weather Cam

Offline Autofill

  • Senior Contributor
  • ****
  • Posts: 292
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #11 on: November 27, 2022, 08:38:21 PM »
Wanted to follow up on this, I'm currently troubleshooting with Ecowitt on the situation that I cannot update my my GW2000 which is still on 2.1.8.

I tried your suggestion above, and still no go.

It seems that Ecowitt is not receiving the FW request from my device, and it is suspected that my router is blocking the GW2000. I'm not convinced this is the issue yet, however, I wanted to ask (any may start another thread if someone can't confirm here), how many of you are using ethernet only connectivity for the GW2000 and upgrading FW without issues?

This is currently the way my setup is, my GW2000 has no WiFi connection (wifi boxes are empty), and just ethernet. Wonder if this could be a bug, but wanted to confirm here.

Enabling the Wifi and trying to update, is my next step, but have not gotten around that yet.

 
Ecowitt WH2320-E
Ecowitt HP2551-C (SOLD - replaced with Home Assistant Fully Kiosk FireTab HD10)
Ecowitt GW1000
Ecowitt GW1100
Ecowitt WH69E
Ecowitt WH32B
Ecowitt WH57 (x3)
Ecowitt WH51 (x6)
Ecowitt WH41
Ecowitt WH41 (Honeywell-based USB/Supercap modified)
Ecowitt WH31 (x8)
Ecowitt WH55 (x4)
Ecowitt WH45
Ecowitt WN34S (x2)
Ecowitt WN35
Ecowitt Wittboy running on 12VDC  solar power

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3357
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #12 on: November 28, 2022, 03:44:19 AM »
I'm running two GW2000 on LAN connection (Ethernet) only - and no issues so far. Both meanwhile on V.2.2.0
You could try to connect it to another (somebody else's)  LAN (if they allow) just to check if it performs the update.
Or turn your smartphone into a WLAN hotspot (if it has this feature) and connect the GW2000 to it (via WiFi then) and see what it gives.
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB,
Barani Meteoshield Pro, MetSpec Rad02
weather landing page: http://meshka.eu
WIKI http://meshka.eu/Ecowitt/dokuwiki

Offline giusCB

  • www.turismometeo.it
  • Forecaster
  • *****
  • Posts: 412
    • TurismoMeteo OdV Webcam Streaming and Weather Stations live
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #13 on: November 28, 2022, 03:30:57 PM »
I have the same problem, you need to do a factory reset.
this update should also fix some reception problems, 2.1.9 was full of bugs
www.turismometeo.it
Webcam and Weather Stations live network from Italy

Offline Autofill

  • Senior Contributor
  • ****
  • Posts: 292
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #14 on: November 28, 2022, 07:33:59 PM »
Thanks, giusCB. The moment I factory reset the device and it came back online (with a different IP address, if that matters), it immediately prompted me for an update.

I guess this rules out my router. I will report  back to Ecowitt.
Ecowitt WH2320-E
Ecowitt HP2551-C (SOLD - replaced with Home Assistant Fully Kiosk FireTab HD10)
Ecowitt GW1000
Ecowitt GW1100
Ecowitt WH69E
Ecowitt WH32B
Ecowitt WH57 (x3)
Ecowitt WH51 (x6)
Ecowitt WH41
Ecowitt WH41 (Honeywell-based USB/Supercap modified)
Ecowitt WH31 (x8)
Ecowitt WH55 (x4)
Ecowitt WH45
Ecowitt WN34S (x2)
Ecowitt WN35
Ecowitt Wittboy running on 12VDC  solar power

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3357
Re: new firmware version for GW2000 & GW1100: V2.2.0
« Reply #15 on: November 29, 2022, 02:50:25 AM »
Thanks, giusCB. The moment I factory reset the device and it came back online (with a different IP address, if that matters), it immediately prompted me for an update.

I guess this rules out my router. I will report  back to Ecowitt.
It's likely to come back with a different IP address after a factory reset if you haven't created an IP address/MAC address binding in your router.
An earlier owned IP address, even made static, will be deleted inside the GW2000 during factory reset. The DHCP server will look for the first free one starting counting from 1.
I recommend to make the IP address it has now static in the WebUI or in WS View Plus.
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB,
Barani Meteoshield Pro, MetSpec Rad02
weather landing page: http://meshka.eu
WIKI http://meshka.eu/Ecowitt/dokuwiki

 

anything