Hello,
Anyone managed to get sensor info from a third party sensor with the waqi platform?
I use the following code, but third party sensors are not loading.
- platform: waqi
token: <waqi token>
locations:
- skopje
Hello,
Anyone managed to get sensor info from a third party sensor with the waqi platform?
I use the following code, but third party sensors are not loading.
- platform: waqi
token: <waqi token>
locations:
- skopje
i found a workaround using rest instead of waqi.
- platform: rest
resource: https://api.waqi.info/feed/A375052/?token=<TOKEN>
name: WAQI Radishani
value_template: "{{ value_json.data.aqi }}"
unique_id: waqi_radishani
scan_interval: 600