Good Morning,
Iam failing to scrape a very simple website
(its about reading values from a BHKW dachs senertec)
Basically it has a webservice like
http://192.168.1.218:8080/getKey?k=Hka_Mw1.sWirkleistung
with auth
the result ist straight
Hka_Mw1.sWirkleistung=5.534
No div, body, nothing
Any ideas how I can get the 5.534 in a sensor (without hardcoding it ) ?
I tried rest and scrape sensor
-
Rest did return the result but I got a state that is Hka_Mw1.sWirkleistung=5.534 and Iam not able to work with that
-
Scrape results in error I tried to scrape for Hka_Mw1.sWirkleistung or body, pre but did not work.
Hope someone can help me