Hello…
Not sure if this is a question for here or at tomorrow itself, but since i am here already i give it a try
I have set up my own curl request for fields i want to get in my weather card…
Was so far not so bad, but for some reason, i cant get 03, fine particles and so not read out…
My call looks like this:
rest:
- resource: https://api.tomorrow.io/v4/timelines?location=11.09324859714022,-14.80557788915826×teps=1d&fields=temperature,temperatureApparent,temperatureMax,temperatureMin,humidity,windSpeed,windGust,pressureSurfaceLevel,precipitationIntensity,precipitationProbability,sunriseTime,sunsetTime,visibility,cloudCover,cloudBase,cloudCeiling,moonPhase,weatherCode,grassIndex,treeIndex,weedIndex,pollutantO3,particulateMatter10,particulateMatter25,epaHealthConcern,epaIndex&units=metric&apikey=MYKEY
But for some reason, it does not report back precipitationProbability, pollutantO3, particulateMatter10, particulateMatter25, epaHealthConcern and epaIndex
They stay state unknown in the Developer tools check…
I also had precepitationtype in my list, but was not using it…but was also empty…
In their API fields page, the missing value fields are exact and dont have typos and when i run the curl call in a shell i get all the other and no errors or warning…it simply ignores the others…
Any ideas?
Cause i would love to have the particulates and such in my weather card…
I have the tomorrow.io integration installed and that is seemingly doping its own limited fields request…
and i cannot change that from hourly to daily…
So if i could just use that with all possible fields and forecast i would be happy as well if someone can help on that…
Thx in advance!!!