We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have installed the script on the same server than fhem. The script receives the data from the weatherstation correctly (log files).
Transfer to Fhem does not work.
$FHEM_server = "127.0.0.1"; $FHEM_port = "8084"; $device = "WEBweatherstation"; (auto didn't work neither)
8083 is the fhem port, 8084 the port of the WEBweatherstation.
The script seems not to use the correct update-url. The correct Update-URL is:
http://127.0.0.1:8084/weatherstation/updateweatherstation.php
therefore fhem does not receive anything. How can you make the FHem transfer running?
Updating fhem via an update link like this:
http://delta3:8084/weatherstation/updateweatherstation.php?ID=h&PASSWORD=i&soilmoisture2=100&indoortempf=66.7&tempf=47.7&dewptf=30.9&windchillf=47.7&indoorhumidity=50&humidity=52&windspeedmph=0.0&windgustmph=7.8&winddir=190&absbaromin=30.281&baromin=30.281&rainin=0.000&dailyrainin=0.004&weeklyrainin=0.394&monthlyrainin=0.445&yearlyrainin=0.445&solarradiation=238.52&UV=2&soilmoisture=39&dateutc=2021-04-13%2011:59:07&softwaretype=EasyWeatherV1.4.6&action=updateraw&realtime=1&rtfreq=5
works fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have installed the script on the same server than fhem. The script receives the data from the weatherstation correctly (log files).
Transfer to Fhem does not work.
Settings: FHEM
$FHEM_server = "127.0.0.1";
$FHEM_port = "8084";
$device = "WEBweatherstation"; (auto didn't work neither)
8083 is the fhem port, 8084 the port of the WEBweatherstation.
The script seems not to use the correct update-url. The correct Update-URL is:
http://127.0.0.1:8084/weatherstation/updateweatherstation.php
therefore fhem does not receive anything. How can you make the FHem transfer running?
Updating fhem via an update link like this:
http://delta3:8084/weatherstation/updateweatherstation.php?ID=h&PASSWORD=i&soilmoisture2=100&indoortempf=66.7&tempf=47.7&dewptf=30.9&windchillf=47.7&indoorhumidity=50&humidity=52&windspeedmph=0.0&windgustmph=7.8&winddir=190&absbaromin=30.281&baromin=30.281&rainin=0.000&dailyrainin=0.004&weeklyrainin=0.394&monthlyrainin=0.445&yearlyrainin=0.445&solarradiation=238.52&UV=2&soilmoisture=39&dateutc=2021-04-13%2011:59:07&softwaretype=EasyWeatherV1.4.6&action=updateraw&realtime=1&rtfreq=5
works fine.
The text was updated successfully, but these errors were encountered: