Scrape sensor need a hint

i’m trying to do a scrape sensor, to read info from my heating company.

i cant figure out what to put in select… Please help :slight_smile:

here’s the site i want to use the selected part:

and my config so far:

  - platform: scrape
    resource: https://www.fredericiafjernvarme.dk/eforsyning/#/mit-forbrug
    name: returtemp
    username: ----
    password: ----
    select: "e-forsyning-features-mit-forbrug-tile p.ng-star-inserted"
    headers:
      User-Agent: Mozilla/5.0
    scan_interval: 60

Hi, did you get this working ?

I’d like to have this feature also :slight_smile: