unique_id: body_temperature
name: HTML MultiScrape Temperature
select: "body"
value_template: '{{ value.split(": ")[1].split(" °C")[0] }}'
unit_of_measurement: "°C">**
What I expected to happen:
I want to get the temperature value 25.00
What happened instead:
I get following error code but not sure what this means. Ist it a bug or any other problem? Hopefully someone can help me here:
2022-07-20 17:04:46 DEBUG (MainThread) [custom_components.multiscrape.http] Scraper_noname_0 # Error executing get request to url: http://192.168.1.114.
Error message:
RemoteProtocolError("illegal chunk header: bytearray(b'167 \r\n')")
2022-07-20 17:04:46 ERROR (MainThread) [custom_components.multiscrape.coordinator] Scraper_noname_0 # Updating failed with exception: illegal chunk header: bytearray(b'167 \r\n')
By putting an X in the boxes ([X]) below, I indicate that I:
[x] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
My Home Assistant version: 2022.7.5
Layout-card version (FROM BROWSER CONSOLE): 2.4.2
What I am doing:
I try to read my ESP32 HTML sensor. HTML Code is as following:
my multicraper is like this:
**- resource: http://192.168.1.114 scan_interval: 60 verify_ssl: false log_response: true parser: html.parser sensor:
What I expected to happen:
I want to get the temperature value 25.00
What happened instead:
I get following error code but not sure what this means. Ist it a bug or any other problem? Hopefully someone can help me here: 2022-07-20 17:04:46 DEBUG (MainThread) [custom_components.multiscrape.http] Scraper_noname_0 # Error executing get request to url: http://192.168.1.114. Error message: RemoteProtocolError("illegal chunk header: bytearray(b'167 \r\n')") 2022-07-20 17:04:46 ERROR (MainThread) [custom_components.multiscrape.coordinator] Scraper_noname_0 # Updating failed with exception: illegal chunk header: bytearray(b'167 \r\n')
By putting an X in the boxes ([X]) below, I indicate that I: