The documentation of the scrape sensor contains a link to the details about the CSS selection. If you want to use nth, try something like 'td:nth-of-type(16)'.
It is possible to use something like ‘table:nth-of-type(4)’ to read a table (with less than 255 char) amd using a template take more than one data?
Perhaps it would be better to use ‘tr:nth-of-type(16)’ to have description and value. But how is would be possible to read two or three row in just one sensor?
With the scrape sensor no. I designed the sensor to extract one value per sensor to support unit of measurement and naming. Well, it could be possible to do more complicated things with a template but I haven’t tested that. Keep in mind that with a custom component such things are easy possible.
Again, with a custom component you could read the whole table and create a sensor for every entry. Here is an example:
Hi,
got the same problem (SOLVED below), data from solar inverter are in td table but mine is not able to read but it just extract empty values.
I can extract words “Status” and “set” from middle line
Solution to my case was: yep this is a java script that fills the table.
With some help i was able to find that java stores it in a raw text file and…
a single line command extracts them perfectly: