Unfortunately, the first joy has passed. After some hours with no problems I added two more sensorsâŚit worked for about 1 minute. Than it stopped working i.e. the called url responded with a gateway error message and the app has stopped working (the dashboard of the app/online-log-in responds with communication error / the âuser menuâ however still works i.e. shows all values . Looks like the url is not intended for scraping. I opened now a ticket to get the app working again.
Thomas, My App is up and running again. I had someone from Elco on the line - the system re-starts automatically after a certain time (in my case some hours). He has to check internally why/if my scrape command caused this incidence. Well keep you posted.
I tried it and ran into the same problem⌠Will not open a ticket and hoping it will fix itself. But I can confirm that it worked well for a while. Please keep me posted.
@Robi07 I played around a little bit more. It now works well for me without getting locked out. I changed a couple of things so not 100% sure what makes the difference but I assume it is most likely the Scan Interval which I changed to 1h. This causes not to load the values when you restart HA and you will be seeing them only after 1h. It also takes 1h to get an update but thatâs good enough for me.
ThomasâŚmany thanks for this tip. Changed my scan interval - and until now no crash
Amazing how much time you invest to get such a banal sensor running
Found also the value template for hot water:
- name: Elco Set Water Temp
value_template: "{{ value_json.dhwComfortTemp.value }}"
unit_of_measurement: "°C"
If interested in the value âdesiredRoomTemperatureâ - adjust value template as follows:
You can copy your URL-output to the following webpage to get it formatted: https://jsonformatter.curiousconcept.com
Let me know if you need some more value that you canât get yet.
Hi Daniel. As you might have seen, Thomas and I found a solution by combining your Multiscrape integration with a normal rest-sensor (normal rest-sensor is not working stand-alone i.e. we suspect that the form_submit makes the difference in combining both) . I do understand that multiscraping is not working with dynamic content as explained by you, but Iâm wondering why the multiscrape-integration canât extract from the second link with json-values only like the rest-sensor. Are we missing something within the value template? The following config gives no value for multiscrape sensor but the correct value for the rest-sensor.
The values from the json-value-only-link look as follows. As you see you hardly find a css-selector (only âbody > preâ) - is that the problem with the multiscrape integration?
Hi Robi and Thomas, hats off to you! You found a very creative solution. This works because connections to the same endpoint are reused by HA, no matter which component initiated the connection.
@Robi07 Your post made me realize there is much simpler solution to support json, than what I initially had in mind! So as a reward I implemented parsing json through the value_templates. This basically means that Multiscrape is now not just an improved Scrape component but an improved Rest component as well!!
Hi Daniel. This is genious! Works great! Many thanks for this!!! I even moved some normal rest-sensors to the multiscrape platform given the unique_id functionality of Multiscrape and subsequent area-assignment (now hoping that the new Lovelace Area Card will be improved in Q1 22 i.e. manual configuration possibilities). Best, Robert
Hi Thomas. I was on holiday and just realized the issue right now. I also had a look on your other post. Looks like the plant datas are not accessible anymore from external sources i.e. the link âhttps://www.remocon-net.remotethermo.com/R2/PlantHomeBsb/GetData/FâŚâ generates a 404 error if you try to access via explorer. Unless there is another link to access json-values directly from the explorer, I donât see any chance to get the values to HA. Best, Robert
Hi there,
Based on the suggestions above, i created a code to read the temperature of my Ariston Nuos Plus Wifi boiler in Home Assistant. I guess many suppliers use the same underlying resources to manage digital interactions with their boilers.
Anyway, here is the YAML I use