Hilfe bei HTTPMOD (chargefinder.com --> Status Ladesäule)

Begonnen von Loetkolben, 24 Oktober 2025, 18:51:29

Vorheriges Thema - Nächstes Thema

Prof. Dr. Peter Henning

Zu dem Thema des österreichischen Goldhandels habe ich mal einen neuen Thread aufgemacht: https://forum.fhem.de/index.php?topic=142866.0

LG

pah

ahmed

The issue is that you are loading the webpage's static "shell," but the charging data is fetched later via an internal API.

To fix this:

Open Firefox DevTools (F12) > Network tab.

Refresh the page and filter by Fetch/XHR.

Look for a request returning JSON containing the status data.

Update your HTTPMOD url to point to that specific API endpoint instead of the main page.

Use reading01JSONPath to extract the specific fields from the JSON response.

Once you find that JSON URL like: https://www.alterrechner.de/, I can help you draft the correct readingJSONPath configuration.