Issue with Multiscrape / Scrape

Hi Francois. Many thanks for your response. I tried to adapt your YAML code to my device - but I’m getting HTTP 500 errors through Home Assistant Log.

The login through
https://www.ariston-net.remotethermo.com/R2/Account/Login
works through a web browser but when I try to open the suggested final link (with replaced device number) then I’m getting an error message (see image below). May I therefore quickly ask:

  • If you open your suggested link (

https://www.ariston-net.remotethermo.com/R2/PlantHomeSlp/GetData/34AB9582FD2C?fetchSettings=true&fetchTimeProg=true&rnd=1657775300275

through the web browser (Safari, Chrome etc.), do you see the respective values? I only get the following error message

  • What device number are you using. I tried both (appliance serial and gateway serial) but none was working

Many thanks in advance for your quick response. Best, Robert

Hello, I have the same issue for elco link

I search the probleme but if you have any suggested I will take it

Many thanks in advance for your help

Hi,

I tested this and it woks perfectly. I was wondering, is there a way to switch the Ariston Nuos Plus Wifi from “time program” to “manual” using HA?
Thanks a lot!

Best regards,
Anthonie

Hi,
I haven’t really tried to control the Nuos from HA, just to read data from it. Interested in the answer, if someone has it !

Cheers,

François

Hi,

Well I searched a bit further and used the app ‘web proxy tool’ to sniffer the messages send by my ‘AquaAristonNET’ app.
Changing the Boiler from ‘Manual mode’ to ‘Automatic Mode’ gives me some data

POST.200 OK.
https://www.ariston-net.remotethermo.com/api/v2/velis/slpPlantData/C82B96BD387C/plantMode?appId=com.remotethermo.velis
BODY
{“new”:1,“old”:2} → it means going from Manual:2 to Automatic:1
HEADERS
Expect:
100-continue
ar.authToken:
xxxxxxxxxxxxxxx…
Connection:
Keep-alive

And so on…(ask me when you need it or try it by yourself using the app)

I took over all the data using rest command:

rest_command:
  aristonnuos_man:
    url: https://www.ariston-net.remotethermo.com/api/v2/velis/slpPlantData/xxxxxxxxxxxx/plantMode? 
    appId=com.remotethermo.velis
    method: POST
    headers:
      content-type: 'application/json'
      expect: '100-continue'
      accept-encoding: 'gzip, deflate'
      accept: "application/json, text/json, text/x-json, text/javascript, application/xml, text/xml"
      host: 'www.ariston-net.remotethermo.com'
      content-length: '17'
      ar.authtoken: 'blablabla'
      user-agent: 'RestSharp/106.0.0.0'
    payload: '{"new":2, "old":1}'
    content_type: 'application/json'

And it works…for a couple of days because then the ar.authtoken was changed… I tried with a basic login in my POST, but didn’t work.

I also saw in the link the refer to velis. So I tried the HA integration of aqua remotethermo, but I didn’t work.

Hi to all,
I am experiencing a problem with retrieving data from a web page.
Specifically I want to get the data from :
body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(9) > td:nth-child(2) > font:nth-child(1) > strong:nth-child(1) > font:nth-child(1) > small:nth-child(1) retrieved from http://perachora-davis.meteoclub.gr/
I’ve tried everything but it doesn’t bring me any data.
I have tried with other fields and the result is the same.

Can you help me? What can go wrong?

Thanks

With this integration you can read and control Ariston Nuos Split Heatpump Boilers

Did you ever solved your PB ?

Yes and it is working fine