Thanks much Lee! I thought I would switch to Dark Sky also. What bugs me is not being able to find the cause. Just updated with Dark Sky and works perfectly, thanks again.
jim, every time you see āentity not foundā that means that the entity doesnt exist in HA.
so, that can be caused by a typo, or in this cause because you didnt configure it at all.
every element in HA is an entity and dashboard is a way to show those entities.
but im glad to see you took the first steps.
Rene, I removed dark sky as my weather platform because the weather readout was wrong. I switched to Yahoo weather and it works fine except for my dashboard.
I looked in the main_init.js and found 15 occurrences of dark_sky:
in this example there are dark sky sensors, but you can place your yahoo sensors on that place.
off course its impossible for a widget to determine on its own what kind of platform to use.
you can use all kind of weather platforms simultanious, what would the widget take if you dont tell the widget what to use?
I āthinkā I have done what you suggested, but there still seems to be a problem. Also, main page at http://192.168.1.4:5050/main errors out in the dashboard.js so it never finishes. I am thinking this not a configuration problem, but a programming issue.
you need to fill all fields, not just part of it.
it errors out because you didnt configure all that is needed.
the fields are not optional.
off course if you dont want to use all fields and customise you own weather widget you are free to create a custom widget as described in the docs.
edit: i just took a deeper look and i was wrong, they are not all needed anymore. i think that the windspeed is causing a trouble because the yohoo sensor delivers other values then the darksky. and that kind of values are expected
entity not found means that the entity doesnt exist is HA.
so check out you HA entities. if it is not there then change you HA configuration to make that the entity exists.
Ok, when I switched to yahoo, I deleted the configuration in my configuration.yaml file for dark sky. Now that we have been through this, I guess I will have to have both configurations for weather, i.e., yahoo and darksky. I will try that and see what happens.
Ok, it looks like I am stuck with the weather telling me we have a 84% chance of rain when the sky is clear:) I guess, when things settle down I will have to create a custom weather widget!!
to see what the names from your entities are you go to the dev pages to the states page.
i know that there are some entities that are renamed in home assistant at some point.
i can see that you have dark_sky
but in the past that platform also generated other sensors like the ones you have in your config:
sensor.dark_sky_icon
sensor.dark_sky_temperature
sensor.dark_sky_apparent_temperature
sensor.dark_sky_humidity
sensor.dark_sky_precip_probability
sensor.dark_sky_precip_intensity
sensor.dark_sky_precip
sensor.dark_sky_pressure
sensor.dark_sky_wind_speed
sensor.dark_sky_wind_bearing
i see that at least some of those are in your attributes. i dont know if that was also before.
you need to check out the last few ha blogs if something changed for the darksky platform.
or the docs to find out how to get those other sensors.
just a small look at the HA docs i think that you installed the darksky weather component, but not the sensors.
to find out how you look at this page: