Skip to content
New issue

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

fhem forward is not working #7

Open
sunrise1873 opened this issue Apr 13, 2021 · 0 comments
Open

fhem forward is not working #7

sunrise1873 opened this issue Apr 13, 2021 · 0 comments

Comments

@sunrise1873
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant