You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker version of volkszaehler (and probably a few other ways to run volkszaehler) simply have middleware.php listening on a certain port (e.g., localhost:8080). This behaviour causes issues when calling any URL with /middleware.php, as that path doesn't exist anymore. Thew newish path would be http://localhost:8089/data/{uuid}.json?from={ts}&to={ts} instead.
The text was updated successfully, but these errors were encountered:
SeraphimSerapis
added a commit
to SeraphimSerapis/python-volkszaehler
that referenced
this issue
Jan 11, 2021
i still can not use this fix, since its an invalid option to set in configuration.yml
Invalid config for [sensor.volkszaehler]: [middleware] is an invalid option for [sensor.volkszaehler]. Check: sensor.volkszaehler->middleware. (See ?, line ?).
python-volkszaehler/volkszaehler/__init__.py
Line 11 in e729878
The docker version of volkszaehler (and probably a few other ways to run volkszaehler) simply have middleware.php listening on a certain port (e.g., localhost:8080). This behaviour causes issues when calling any URL with /middleware.php, as that path doesn't exist anymore. Thew newish path would be
http://localhost:8089/data/{uuid}.json?from={ts}&to={ts}
instead.The text was updated successfully, but these errors were encountered: