mtandrup
(Michael Tandrup)
October 19, 2023, 1:51pm
1
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.
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?
The property path is selectedOptions[0].label
.
mtandrup
(Michael Tandrup)
October 19, 2023, 9:03pm
2
I can also see that the selected option has an extra tag.
Can I somehow specify that in the scrape parameters?
exx
October 19, 2023, 9:12pm
3
Is there a reason you don’t just use the anthem integration to get this information? The docs say your model is supported…
mtandrup
(Michael Tandrup)
October 19, 2023, 9:14pm
4
The current audio mode is not part of the information I get from the Anthem integration.
mtandrup
(Michael Tandrup)
October 22, 2023, 7:05am
5
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.