#====05-12-22====== Bresser Wetterstation WLAN ClearView - Daten von Awekas ID 24389 ======== # # in Datei rest.yaml # resource: https://api.awekas.at/current.php?key=abcdefgh.......... scan_interval: 120 sensor: - name: "Wetterstation" json_attributes_path: "$.current" value_template: "OK" json_attributes: - temperature - dewpoint - humidity - airpress_rel - tendency - precipitation - rainrate - itsraining - windspeed - gustspeed - winddirection - uv - solar - name: "Wetterstation Vortag" json_attributes_path: "$.day" value_template: "OK" json_attributes: - temp_min - temp_max - dewpoint_min - dewpoint_max - hum_min - hum_max - airp_rel_min - airp_rel_max - windspeed_min - windspeed_max - winddir_max - gustspeed_min - gustspeed_max - rainrate_max - precipitation_24h - solar_max - uv_max #======================= Bresser Wetterstation Ende =========