however, these names are not used in the system at all, and in fact no evidence of a working sensor is found…
how should I configure this correctly, or is the integration not working at all?
thanks for having a look
thesis in the startup log
2019-07-26 15:09:30 ERROR (MainThread) [opensensemap_api] Can not load data from openSenseMap API
2019-07-26 15:09:30 ERROR (MainThread) [homeassistant.components.opensensemap.air_quality] Unable to fetch data:
2019-07-26 15:09:30 ERROR (MainThread) [homeassistant.components.opensensemap.air_quality] Station 58e257ccf7b1c10011d9f5ef is not available
2019-07-26 15:09:30 ERROR (MainThread) [opensensemap_api] Can not load data from openSenseMap API
2019-07-26 15:09:30 ERROR (MainThread) [homeassistant.components.opensensemap.air_quality] Unable to fetch data:
2019-07-26 15:09:30 ERROR (MainThread) [homeassistant.components.opensensemap.air_quality] Station 5c39dee7c4c2f30019cc530a is not available
though they are valid id’s according to the url’s I provided
don’t think so, at least, there’s nothing pointing in that direction… could you show me what to look for, a sensor, a marker on the map, or something else?
thats good to hear, hope you can show me what you get in the frontend
entity is air_quality.test
State is 6.13
Attributes are
attribution: Data provided by openSenseMap
particulate_matter_10: 6.73
particulate_matter_2_5: 6.13
friendly_name: test
However if the api was unreachable it doesn’t appear at all.
I would try applying the commit in the pull request.
ok thanks.
its all a bit confusing, because under air_quality I get the sensors made by AirVisual, albeit being named:
- sensor.u_s_air_pollution_level
- sensor.u_s_air_quality_index
- sensor.u_s_main_pollutant …
while they are located around the same long/lat and only use the us metrics…
somehow HA integrations don’t use the same naming convention, which is rather tedious, and unclear.
Luftdaten which I also have in the test setup, doesnt allow for naming, so im stuck with silly sensors like:
- sensor.luftdaten_28692_p1
- sensor.luftdaten_28692_p2
made by
I have been looking at the source, and many of the air quality sensors in HA certainly are in the sensor.x domain. The ones that are in the air_quality.x domain are:
Logger: homeassistant.components.opensensemap.air_quality
Source: components/opensensemap/air_quality.py:106
Integration: opensensemap (documentation, issues)
First occurred: 15:25:14 (1 occurrences)
Last logged: 15:25:14
Unable to fetch data:
Logger: homeassistant.components.opensensemap.air_quality
Source: components/opensensemap/air_quality.py:51
Integration: opensensemap (documentation, issues)
First occurred: 15:25:14 (1 occurrences)
Last logged: 15:25:14
Station 5dee128c2b3516001a81115d is not available
Logger: opensensemap_api
Source: /data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/opensensemap_api/__init__.py:60
First occurred: 15:25:14 (1 occurrences)
Last logged: 15:25:14
Can not load data from openSenseMap API
So where am I making a mistake that I don’t want to download my data?