I have been following this thread and have been able to get some of the numbers outputted for my temp, humidity and everything (see top part of image) When it comes to the pollen stuff for the configuration.yaml file, I am getting a message that states: incorrect type: expected “array”.
How do I get around this message as I have copied and pasted the original section from this thread and just changed the naming convention to match my sensors from tomorrow.io?
I know its a somewaht aged subject but i am trying it right now and do not get anything.
I have all the sensors created without issues and they do populate in auto completion which shows they are known etc…
I copied the code for the card i to a manual card and did not get any error messages, but when i get out of edit mode, it is not even showing a placeholder…like it is not even there.
How can i troubleshoot
comes back as cloudy
as the attribute of the forcast suggests.
But the “home_daily” variable is not the one i want the attributes out from.
I created my own request with way more data fields from tomorrow and that shows all fields successfully filled and reported back
i have 4 variables now
i get all sorts of errors
the array seems to have different structure
mine only has straight attributes with no forcast like the home daily
mine is build this way:
- name: "Tomorrowio Day 3"
value_template: "{{ value_json.data.timelines[0].intervals[3]['values']['temperature'] }}"
json_attributes_path: "$.data.timelines[0].intervals[3].values"
json_attributes:
- temperature
- temperatureApparent
- temperatureMax
Hope that helps in any way to get me read this out
Slowly but steady eats the squirrel as we say in germany…
So i got rid of all my entries and reinstalled tomorrowio…
and realized that my sensors are disabled…no idea why…but after enabling them i got values…
Not all of them as far as i can tell on the quick, but values…
Now the {{ state_attr(‘weather.climacell_daily’,‘forecast’)[0].condition }} finally makes sense and works and i just need to get my values into my variables…
I will keep you posted…
hello,
well wanted to use this card because like the moon display and that you can add pollen and warnings etc… but as it looks like the card is broken… using last Home Assistant 2023.7.3 …
does anyone know how to fix or is there a better card with same features?
Platinum Weather is not an option… looks like also dead… translation is broken long time but nobody does update nor fix… it’s so sad to see so many abandoned projects … you can be lucky to find a working Card and Addon these day’s… wondering about and the HA community …
If your problem is the icons are only showing up on that second day then the first place I’d look is the underlying data you pointed at the icon for those days. If one works I would think all work.
I’ve been using this for some time with no change and it continues to function. I wish the developer would be available to tweak/adjust in case something broke but we get what we pay for.
I’m not worried about Home Assistant - it’s a tinkerer’s platform. There are hundreds of thousands of installations of HA and enough use the Nabu Casa to fund employees that it seems healthy. We do run the risk of non-support with the fringe/cooler things.
Hello,
I have just started using the tomorrow.io integration and all works fine. I see in your list of attributes that you have the ‘weathercode’ which is missing in my list of entities.
The weather code would be really useful so that I could determine which condition icon to display or is there an easier method?