Hello, i’m currently trying to scrape my weather station html status page. I tought i reached the end but instead the sensor are not populated. I debugget the scrape sensor and found in the logs that it retrive the page, but any filter (select) are applied (no results shown).
- platform: scrape
...
select: 'body > table > tbody > tr:nth-child(16) > td:nth-child(2) > input'
The select string works fine when i test it on https://try.jsoup.org
I already tried to select with just one class:
.item_2
which also works fine on jsoup.org, but totally ignored on home assistant.
Here you can find the whole webpage, thanks since now who can help!
1 post - 1 participant