@Mobile_HA_Env wrote:
Hello!
I’m hoping someone can help,
I’d like to extract my data use from a website.The html code for that section of the page is:
<table border="1px" width="100%" class="balance noTopMargin"> <tbody class="portlet-table-body" id="allowanceRemBody"> <tr> <td class="leftBorder"> <strong>Mobile data MB</strong> </td> <td class="rightBorder alignRight"> 2,355 </td> </tr> <tr class="division"> <td colspan="2"><div> </div></td> </tr> <tr> <td class="leftBorder"> <strong>Go Binge</strong> </td> <td class="rightBorder alignRight"> Included </td> </tr>
My current scrape config way off the mark!
platform: scrape
name: Data attempt 1
resource: https://www.three.co.uk/New_My3/Data_allowances
select: “allowanceRemBody”platform: scrape
name: Data attempt 2
resource: https://www.three.co.uk/New_My3/Data_allowances
select: “.Mobile data MB”No authentication is needed to see the webpage when on local network, which the HA resides.
Any pointers?
Posts: 6
Participants: 2