Open Andr3asB opened 3 years ago
Same problem here
This adapter has been transferred into iobroker-community-adapters organisation. The new repository can be found here: https://github.com/iobroker-community-adapters/ioBroker.pollenflug
Please note that this issue will no longer be processed. Please test the migrated version (2.0.0) as soon as it will be available at latest repository and create a new issue at https://github.com/iobroker-community-adapters/ioBroker.pollenflug/issues if any problem still exists.
The state "pollenflug.[...].summary.json_riskindex_today" has not properly filled values for Riskindextext where Riskindex is 4, 5 or 6. Also I see mismatching values in Riskindextext for Riskindex 2 and 3: In
Here is an example of json_riskindex_today:
[{"Riskindex":0,"Riskindextext":"keine Belastung","Pollen":"Graeser, Esche, Beifuss, Roggen, Ambrosia, Birke"},{"Riskindex":1,"Riskindextext":"geringe Belastung","Pollen":""},{"Riskindex":2,"Riskindextext":"mittlere Belastung","Pollen":""},{"Riskindex":3,"Riskindextext":"hohe Belastung","Pollen":""},{"Riskindex":4,"Riskindextext":"**keine Daten vorhanden","Pollen":"Hasel"},{"Riskindex":5,"Riskindextext":"keine Daten vorhanden","Pollen":"Erle"},{"Riskindex":6,"Riskindextext":"keine Daten vorhanden","Pollen":""}]
And the corresponding json_index_today:
[{"Pollen":"Hasel","Riskindex":4,"Riskindextext":"mittlere Belastung"},{"Pollen":"Graeser","Riskindex":0,"Riskindextext":"keine Belastung"},{"Pollen":"Esche","Riskindex":0,"Riskindextext":"keine Belastung"},{"Pollen":"Beifuss","Riskindex":0,"Riskindextext":"keine Belastung"},{"Pollen":"Roggen","Riskindex":0,"Riskindextext":"keine Belastung"},{"Pollen":"Ambrosia","Riskindex":0,"Riskindextext":"keine Belastung"},{"Pollen":"Erle","Riskindex":5,"Riskindextext":"mittlere bis hohe Belastung"},{"Pollen":"Birke","Riskindex":0,"Riskindextext":"keine Belastung"}]
I'm using adapter version 1.0.6. I see this issue for all three regions of Baden-Württemberg (112, 113 and 111).
What else is needed to verify this as a bug and it is not a misconfiguration in my setup?