Need help with scraping

Hi

I’m trying to use the Scrape integration to retrieve an information from my amplifiers web interface.
Specifically I’m trying to retrieve the currently selected audio mode.

I can easily get all the options from the dropdown list by searcing for this tag.

image

image

image

But I can’t figure out how to retrieve what is currently selected, or if it is even possible.

I can find it in the properties in developer tools in Chrome, but can I somehow extract that property?

image

The property path is selectedOptions[0].label.

I can also see that the selected option has an extra tag.

image

Can I somehow specify that in the scrape parameters?

Is there a reason you don’t just use the anthem integration to get this information? The docs say your model is supported…

The current audio mode is not part of the information I get from the Anthem integration.

I opened an issue on the Github page for the Anthem integration.

It appears that there is a custom version of the Anthem integration, that also fetches the audio mode.

Installed the custom version and I now get the audio mode also.