Daniel
Daniel
Yes, lack of time :) But I will add an input_filter in the config, like this: ```yaml multiscrape: - resource: 'https://www.mercatoelettrico.org/It/default.aspx' scan_interval: 3600 log_response: true form_submit: submit_once: True resource: 'https://www.mercatoelettrico.org/It/Tools/Accessodati.aspx'...
Great, you found it already before I released it. Good to hear it's working very well!
Duplicate of #145
Nice workaround! It would help me a lot if someone can provide me a configuration to reproduce this. https://hp-officejet.local doesn't work for me :)
I reproduced this issue and setting the parser to `xml` seems to solve it for me. Could you give it a try and confirm?
Try setting it to 'xml' and let me know pls
@stephan1827 So I tried to reproduce your scenario. I set up a local web server serving your xml. Then I use your configuration to scrape it. Indeed it doesn't work...
Sounds related to: https://github.com/home-assistant/core/issues/92500 I'll wait to see how this will be resolved...
No it's not, as it's also not solved in HA core. Feel free to create a PR if this issue is important for you.
Thank you for this extensive contribution! I really like your solution and it seems to solve many open issues! I'm currently working on another custom component of mine (https://github.com/danieldotnl/ha-measureit). I...