Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95925

Help with Scrape sensor grabbing data

$
0
0

@monsivar wrote:

Hei

I need help colecting data from this page:

The content i want is: the date in this row (6. feb)
<span class="date d-md-block d-inline">6. feb</span>

My sensor is like this:

- platform: scrape
  resource: https://hra.no/tommekalender/?query=Ringveien+12%2C+3517+H%C3%98NEFOSS&agreement=bfdddc83-e54c-42e2-93a9-1caaa3524da9
  name: 'Hentedag HRA'
  select: "date d-md-block d-inline"
  value_template: '{{ value.split(">")[1] }}'

This is not working…

I’m also wondering if there is possible to grab more content, like in this example the date, and the alt names for the images, so that i have an sensor that have the value
date: “6. feb”
waste_type1: “Restavfall”
waste_type2: “Matavfall”
waste_type3: “Papir, papp og kartong”
waste_type4: “Plast”

 <div class="text-center col-12 col-md-2">
                                    <strong>
                                        <span class="day d-md-block d-inline">Torsdag</span>
                                        <span class="date d-md-block d-inline">6. feb</span>
                                    </strong>
                                </div>
                                    <div class="col-6 col-md-2">
                                        <img src="/Assets/gfx/waste-small.png" alt="Restavfall"/>
                                        <div>Restavfall</div>
                                    </div>
                                    <div class="col-6 col-md-2">
                                        <img src="/Assets/gfx/organic-small.png" alt="Matavfall"/>
                                        <div>Matavfall</div>
                                    </div>
                                    <div class="col-6 col-md-2">
                                        <img src="/Assets/gfx/paper-small.png" alt="Papir, papp og kartong"/>
                                        <div>Papir, papp og kartong</div>
                                    </div>
                                    <div class="col-6 col-md-2">
                                        <img src="/Assets/gfx/plastic-small.png" alt="Plast"/>
                                        <div>Plast</div>
                                    </div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>