Ecowitt pwsWD configuration problem

(Translator)

Hello
I have been looking for many times how to install my Ecowitt sensors on PWS2023beta. Unfortunately I can’t make it work.
So I’m launching an SOS.
Here is some info about my configuration.
https://localsat.net/PWS2023beta/pwsWD/ecowitt/index.php
Ecowitt data received:
Problem-77: NO PASSKEY found.
Problem-111: No data uploaded.

https://localsat.net/PWS2023beta/pwsWD/ecowitt/ecco_stats.txt
Wed, 16 Aug 2023 10:49:01 +0000 = Ecowitt data received:

Problem-92: Missing item in upload: tempf
Problem-109: Invalid data:
[stationtype] => GW1100A_V2.2.5
[runtime] => 2789
[dateutc] => 2023-08-16 10:49:00
[tempinf] => 93.38
[humidityin] => 32
[baromrelin] => 30.165
[baromabsin] => 26.917
[temp3f] => 75.92
[humidity3] => 45
[soilmoisture1] => 48
[pm25_ch1] => 7.0
[pm25_avg_24h_ch1] => 6.8
[tf_ch1] => 66.20
[batt3] => 0
[soilbatt1] => 1.5
[pm25batt1] => 5
[tf_batt1] => 1.48
[freq] => 868M
[model] => GW1100A
[interval] => 120

Thank you in advance for your help.
Serge



Preformatted text

That is a corrct message as there is no data uploaded after your link.
The script schecks if it is a valid call by comparing the uploaded PASSKEY with the first-time uploaded one.

Your sensor array has no outside temp sensor.
Normally that is an invalid upload and the receiving script rejects the data.
In the . . /ecowitt/index.php script one can switch the checking off or use another sensor if you want so.
Change line 4 to

$always_exists = ‘tempinf’;

That way the data is always correct.

Succes,
Wim

Merci ça fonctionne.
Cordialement,
Serge