danieldotnl / ha-multiscrape

Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functionality.
MIT License
247 stars 14 forks source link

Help! scrape a text inside span #373

Open Bellavista opened 1 month ago

Bellavista commented 1 month ago

Can someone help me! I can't extract the text.... i tryed tryed tryed..... i don't ideas! thank you

image

         - name: Descrizione pioggia a video valore
            select: "#h23-27-1 > td.col7 > span#c5a-43008........."
            on_error:
              log: false
              value: default
              default: "Nan"
          - name: Descrizione pioggia hdata valore
            select: "#h23-27-1 > td.col7 > span.hdata.........."
            on_error:
              log: false
              value: default
              default: "Nan"