Author Topic: new firmware version for GW1200: V1.3.0  (Read 442 times)

0 Members and 1 Guest are viewing this topic.

Offline olicat

  • Forecaster
  • *****
  • Posts: 1535
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
new firmware version for GW1200: V1.3.0
« on: April 27, 2024, 10:58:56 AM »
Hi!

There's a new firmware version V1.3.0 available for the GW1200.

Use the current WSView Plus app or the web interface (WebUI) of the GW1200 ("Device Setting") to update.

Changelog for V1.3.0:
  • Added support for WS85
  • Fixed some known bug

(not installed yet)

Oliver

Offline broadstairs

  • Forecaster
  • *****
  • Posts: 867
Re: new firmware version for GW1200: V1.3.0
« Reply #1 on: April 27, 2024, 12:18:06 PM »
Installed OK here....

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

Offline jbroome

  • Senior Member
  • **
  • Posts: 59
Re: new firmware version for GW1200: V1.3.0
« Reply #2 on: April 27, 2024, 06:52:57 PM »
Collector of Ecowitt and related gizmos:
GW1000 x3 (both 915 MHz and 433 MHz)
GW1100 x2 (both 915 MHz and 433 MHz)
GW1200 x2 (both 915 MHz and 433 MHz)
GW2000 (915 MHz)
WH31
WH31P
WH32E
WH32B
WH34BS
WH34BL
WN35
WH40
WH41
WH45
WH46
WH51
WH55
WH57
WH65B
WH68
WS90BN
(and probably more that I've forgotten)

Offline jbroome

  • Senior Member
  • **
  • Posts: 59
Re: new firmware version for GW1200: V1.3.0
« Reply #3 on: April 28, 2024, 06:34:42 PM »
I think I've found a regression here:

1.2.2 - shows WH46 additional information (pm1, pm4) on its web page (liveData.html) and sends via the Ecowitt protocol to EAR, but does not send via the telnet API.

1.2.8 - continues to show WH46 on its web page, continues to send via Ecowitt protocol to EAR, and ADDS that it sends the data via the telnet API.

1.3.0 - does not show anything at all for the WH46 - not on the local web page, not on the EAR submission, and not in the telnet API.  It *does* report the hardware ID in the WH45 slot, as it had been doing previously.

1.3.0 is also the first time that the value "eMAX_SENSOR" (0x31) has appeared at the end of the reply to CMD_READ_SENSOR_ID_NEW - the sensor type of 0x31 is accompanied by by a hardware ID of ff:ff:ff:ff, a battery value of ff, and signal value of 0, as might be expected.  The data ends there. This sentinel value is really only surprising in that it's the first version of the firmware to exhibit this particular behaviour - all previous versions simply used the length to indicate the end of the sensor list.

Interesting...  I have down-revved to 1.2.8 for now, and things are back to normal.

   ---Jonathan
Collector of Ecowitt and related gizmos:
GW1000 x3 (both 915 MHz and 433 MHz)
GW1100 x2 (both 915 MHz and 433 MHz)
GW1200 x2 (both 915 MHz and 433 MHz)
GW2000 (915 MHz)
WH31
WH31P
WH32E
WH32B
WH34BS
WH34BL
WN35
WH40
WH41
WH45
WH46
WH51
WH55
WH57
WH65B
WH68
WS90BN
(and probably more that I've forgotten)

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3391
Re: new firmware version for GW1200: V1.3.0
« Reply #4 on: April 28, 2024, 06:50:24 PM »
I think that's the WS85 sensor:
{ "img": "wh85", "type": "49", "name": "Wind & Rain", "id": "FFFFFFFE", "batt": "9", "signal": "0", "idst": "0" },
sensorID 0x31 = dec 49 (type is the sensor #) - including the WS85 there are 49 sensors possible assuming the max number of each is registered
result of http://IP-address/get_sensors_info?page=1 on a GW1200 1.3.0 resp. a WS3910 on 1.2.9
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 jbroome

  • Senior Member
  • **
  • Posts: 59
Re: new firmware version for GW1200: V1.3.0
« Reply #5 on: April 28, 2024, 07:34:54 PM »
I think that's the WS85 sensor:
{ "img": "wh85", "type": "49", "name": "Wind & Rain", "id": "FFFFFFFE", "batt": "9", "signal": "0", "idst": "0" },
sensorID 0x31 = dec 49 (type is the sensor #) - including the WS85 there are 49 sensors possible assuming the max number of each is registered
result of http://IP-address/get_sensors_info?page=1 on a GW1200 1.3.0 resp. a WS3910 on 1.2.9

Yes, that makes sense - thank you.. I have now added this to my ecowitt.h, along with supporting code to the application:
        eWH85_SENSOR = 49,      // 49   0x31

But it still doesn't explain the loss of the WH46 in the v1.3.0 firmware.  I dug around some more, and the firmware does indeed still have the pm1, pm4, and wh46 strings embedded inside.  (There are also quite a few ws85 strings in there - lots of debugging.)

   ---Jonathan
Collector of Ecowitt and related gizmos:
GW1000 x3 (both 915 MHz and 433 MHz)
GW1100 x2 (both 915 MHz and 433 MHz)
GW1200 x2 (both 915 MHz and 433 MHz)
GW2000 (915 MHz)
WH31
WH31P
WH32E
WH32B
WH34BS
WH34BL
WN35
WH40
WH41
WH45
WH46
WH51
WH55
WH57
WH65B
WH68
WS90BN
(and probably more that I've forgotten)

Offline olicat

  • Forecaster
  • *****
  • Posts: 1535
  • GWxx00, HPx5x1C, WN1900C, WN1980C & WS3xx0C
    • FOSHKplugin
Re: new firmware version for GW1200: V1.3.0
« Reply #6 on: April 29, 2024, 08:21:12 AM »
 ... probably fixed with firmware v1.3.1 ...

Oliver

Offline mcrossley

  • Forecaster
  • *****
  • Posts: 1143
    • Wilmslow Astro
Re: new firmware version for GW1200: V1.3.0
« Reply #7 on: April 29, 2024, 09:09:30 AM »
I think that's the WS85 sensor:
{ "img": "wh85", "type": "49", "name": "Wind & Rain", "id": "FFFFFFFE", "batt": "9", "signal": "0", "idst": "0" },
sensorID 0x31 = dec 49 (type is the sensor #) - including the WS85 there are 49 sensors possible assuming the max number of each is registered
result of http://IP-address/get_sensors_info?page=1 on a GW1200 1.3.0 resp. a WS3910 on 1.2.9
What does battery=9 mean? 0.9V?
Mark

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3391
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 mcrossley

  • Forecaster
  • *****
  • Posts: 1143
    • Wilmslow Astro
Re: new firmware version for GW1200: V1.3.0
« Reply #9 on: April 29, 2024, 09:14:14 AM »
Thanks. Now what is "off"? I understand a level and DC, but "off" ?
Mark

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3391
Re: new firmware version for GW1200: V1.3.0
« Reply #10 on: April 29, 2024, 09:16:27 AM »
0 V, no battery - afaik it only occurs when a sensor is not connected, be it because it doesn't exist physically or it stopped existing for the console because it ran out of battery
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 jbroome

  • Senior Member
  • **
  • Posts: 59
Re: new firmware version for GW1200: V1.3.0
« Reply #11 on: April 29, 2024, 05:10:26 PM »
... probably fixed with firmware v1.3.1 ...

Oliver

Indeed it is. Revved to 1.3.1 and the WH46 is working again.

   ---Jonathan
Collector of Ecowitt and related gizmos:
GW1000 x3 (both 915 MHz and 433 MHz)
GW1100 x2 (both 915 MHz and 433 MHz)
GW1200 x2 (both 915 MHz and 433 MHz)
GW2000 (915 MHz)
WH31
WH31P
WH32E
WH32B
WH34BS
WH34BL
WN35
WH40
WH41
WH45
WH46
WH51
WH55
WH57
WH65B
WH68
WS90BN
(and probably more that I've forgotten)

 

anything