Hi, i have a problem with a rest sensor.
heres my configuration :
sensor wind:
- platform: rest
resource: http://192.168.2.2/deviceajax.do?meter=1010031
method: GET
name: wind
value_template: ‘{{ value_json.data[1].Windgeschw. }}’
The Problem is the variable Windgeschw.
The Variable has a point at the end.
Pleas help.
Thanx