Problem in luftdaten.info integration - third sensor does not show measurement

I have a very cool luftdaten sensor set up here (get one and join the community :-D).
It measures particle dust, temperature, pressure. humidity.
It has three sensors a SDS011, a DHT22 and finally a BMP180.
The first two are picked up by the integration, but the BMP180 that was added later is not.
I’ve given the right ID’s for them, but the last sensor doesn’t show up.

Seem to be an issue with the API on https://data.sensor.community/airrohr/v1 - as it apparently only returns the particle measurements when querying towards the specific ID (call also listed as moved or discontinued). At least, that is what I see when using a BME280 sensor on the Luftdaten sensor.
An API query can be made towards the geo-location (and specifying a radius where data from other sensors might be included), e.g.:

https://data.sensor.community/airrohr/v1/filter/area=56.072480,9.697460,1

[{"sensor":{"id":32642,"pin":"11","sensor_type":{"id":17,"name":"BME280","manufacturer":"Bosch"}},"location":{"latitude":"56.072","id":19323,"altitude":"62.6","longitude":"9.698","exact_location":0,"indoor":1,"country":"DK"},"sampling_rate":null,"id":5889124436,"timestamp":"2019-12-27 23:04:08","sensordatavalues":[{"id":12508376334,"value_type":"temperature","value":"23.38"},{"id":12508376335,"value_type":"humidity","value":"49.64"},{"id":12508376337,"value_type":"pressure","value":"103299.19"},{"value_type":"pressure_at_sealevel","value":104046.25}]},{"sensor":{"id":32641,"pin":"1","sensor_type":{"id":14,"name":"SDS011","manufacturer":"Nova Fitness"}},"location":{"latitude":"56.072","id":19323,"altitude":"62.6","longitude":"9.698","exact_location":0,"indoor":1,"country":"DK"},"sampling_rate":null,"id":5889124352,"timestamp":"2019-12-27 23:04:07","sensordatavalues":[{"id":12508376155,"value_type":"P1","value":"0.70"},{"id":12508376157,"value_type":"P2","value":"0.37"}]},{"sensor":{"id":32642,"pin":"11","sensor_type":{"id":17,"name":"BME280","manufacturer":"Bosch"}},"location":{"latitude":"56.072","id":19323,"altitude":"62.6","longitude":"9.698","exact_location":0,"indoor":1,"country":"DK"},"sampling_rate":null,"id":5889106750,"timestamp":"2019-12-27 23:01:38","sensordatavalues":[{"id":12508338393,"value_type":"temperature","value":"23.38"},{"id":12508338394,"value_type":"humidity","value":"49.66"},{"id":12508338395,"value_type":"pressure","value":"103295.66"},{"value_type":"pressure_at_sealevel","value":104042.7}]},{"sensor":{"id":32641,"pin":"1","sensor_type":{"id":14,"name":"SDS011","manufacturer":"Nova Fitness"}},"location":{"latitude":"56.072","id":19323,"altitude":"62.6","longitude":"9.698","exact_location":0,"indoor":1,"country":"DK"},"sampling_rate":null,"id":5889106651,"timestamp":"2019-12-27 23:01:37","sensordatavalues":[{"id":12508338182,"value_type":"P1","value":"0.82"},{"id":12508338183,"value_type":"P2","value":"0.50"}]}]