I want to scrape some data from https://www.semsportal.com/
To get some data I need to authenticate, so I wrote in config.yaml:
- platform: scrape
resource: https://www.semsportal.com
name: fotowoltaika
username: [email protected]
password: password
select: "#power_div div.dash-canvas p"
After login website redirects to site “https://www.semsportal.com/PowerStation/PowerStatusSnMin/some-long-id-powerplant-station”
and from this site I need data to scrape
Unfortunately in logs I see that hassio scrapper is trying to scrape website with login/user data instead of redirected site