Hi @ghassan
Of cause, i haven’t figured a way to incorporate into the NordPool integration as there is a problem with quotations(as the nordpool integration requires additional costs to be in single quotations).
Settings → Devices & Services → + Add Integration → Search for Scrape
when you have added the first resource (Radius webpage) and one sensor, you can add more sensors on the scrape integration it self by clicking “configure”
Web Resource
URL Resource: https://radiuselnet.dk/elnetkunder/tariffer-og-netabonnement/
Method: GET
Leave rest with default settings.
Scrape sensors:
Tariff Vinter Lavlast:
Selector: #elementor-tab-content-8881 > table:nth-child(1) > tbody > tr:nth-child(2) > td:nth-child(2)
Value Template: {{ value.split(" ")[0] | replace(",", "") | int * 1.25 / 10000 | round(4) }}
Device Class: Monetary
State Class: Total
Unit of Measurement: DKK/kWh
Tariff Vinter højlast:
Selector: #elementor-tab-content-8881 > table:nth-child(1) > tbody > tr:nth-child(2) > td:nth-child(3)
Value Template: {{ value.split(" ")[0] | replace(",", "") | int * 1.25 / 10000 | round(4) }}
Device Class: Monetary
State Class: Total
Unit of Measurement: DKK/kWh
Tariff Vinter spidslast:
Selector: #elementor-tab-content-8881 > table:nth-child(1) > tbody > tr:nth-child(2) > td:nth-child(4)
Value Template: {{ value.split(" ")[0] | replace(",", "") | int * 1.25 / 10000 | round(4) }}
Device Class: Monetary
State Class: Total
Unit of Measurement: DKK/kWh
Tariff Sommer Lavlast:
Selector: #elementor-tab-content-8881 > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2)
Value Template: {{ value.split(" ")[0] | replace(",", "") | int * 1.25 / 10000 | round(4) }}
Device Class: Monetary
State Class: Total
Unit of Measurement: DKK/kWh
Tariff Sommer højlast:
Selector: #elementor-tab-content-8881 > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(3)
Value Template: {{ value.split(" ")[0] | replace(",", "") | int * 1.25 / 10000 | round(4) }}
Device Class: Monetary
State Class: Total
Unit of Measurement: DKK/kWh
Tariff Sommer Spidslast:
Selector: #elementor-tab-content-8881 > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(4)
Value Template: {{ value.split(" ")[0] | replace(",", "") | int * 1.25 / 10000 | round(4) }}
Device Class: Monetary
State Class: Total
Unit of Measurement: DKK/kWh