Dear all,
I’m playing for the first time with HA Multiscrape. I saw some tutorials however my script doesn’t work.
I would like to get a price from this table e.g. Nurnberg : Bergmüller Energie & Service GmbH Erlangen - Aktuelle Tagespreise
so then i created my code as following:
- resource : https://bergmueller-gmbh.de/tagespreise.html
scan_interval: 28800
sensor:
- unique_id: OilPrice_Nurnberg
name: OilPrice
select: ".cs_curr_price_table > tbody:nth-child(1) > tr:nth-child(26) > td:nth-child(3)"
unit_of_measurement: "€"
value_template: '{{ value_json [state] }}'
but is not working. May I ask a little support to understand where I’m making mistakes?
Thank you so much!