ha-multiscrape
ha-multiscrape copied to clipboard
Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functiona...
Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...
I am trying to scrape a website that requires login and the login form has two buttons, one for 'Login' and other one for "Forget Password?'  HA Multiscrape :...
## Version of the custom_component 6.3.1 ## Configuration ```yaml multiscrape: - resource: 'https://www.mercatoelettrico.org/It/default.aspx' scan_interval: 30 log_response: true form_submit: submit_once: True resource: 'https://www.mercatoelettrico.org/It/Tools/Accessodati.aspx' select: "#form1" input: 'ctl00$ContentPlaceHolder1$CBAccetto1': 'true' 'ctl00$ContentPlaceHolder1$CBAccetto2': 'true' 'ctl00$ContentPlaceHolder1$Button1':...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/danieldotnl/ha-multiscrape). ## Open The following updates have all...
Header mappings are a feature to configure the headers you want to be forwarded from scraping the form-submit page to scraping the main page for sensor data. A common use...
Hello, Not sure if this is a Issue/bug, but I am getting this new error: Deze fout is ontstaan door een aangepaste integratie. Logger: py.warnings Source: custom_components/multiscrape/scraper.py:59 Integration: Multiscrape scraping...
## Version of the custom_component 7.0.2 ## Configuration ```yaml This error originated from a custom integration. Logger: custom_components.multiscrape.coordinator Source: custom_components/multiscrape/coordinator.py:80 integration: Multiscrape scraping component (documentation, issues) First occurred: 9:46:45 AM...
https://utilitiesinfo.conservice.com/ On this site, you can see an input field with name "Username" and one with "Password", but they're not in a traditional `` element. I targeted ".login-box" as the...
**Is your feature request related to a problem? Please describe.** 1. Sometimes logging into my university's website fails for an unknown reason. 2. The site responds with HTTP 200 and...
First of all - excellent feature for HA! I've found your add-on really helpful in getting around some limitations in HA. **Is your feature request related to a problem? Please...