OpenWeatherMap not wokring return vlaue unknow

Hi
i try to use OpenWeatherMap it was wokring before now all values return unknow and no error in log file

sensor.owm_cloud_coverage unknown friendly_name: OWM Cloud coverage
attribution: Data provided by OpenWeatherMap
unit_of_measurement: %
sensor.owm_humidity unknown friendly_name: OWM Humidity
attribution: Data provided by OpenWeatherMap
unit_of_measurement: %
sensor.owm_temperature unknown friendly_name: OWM Temperature
attribution: Data provided by OpenWeatherMap
unit_of_measurement: °C
sensor.owm_wind_speed unknown friendly_name: OWM Wind speed
attribution: Data provided by OpenWeatherMap
unit_of_measurement: m/s

below is my setting

  - platform: openweathermap
    api_key: mykeyhere
    monitored_conditions:
      - humidity
      - temperature
      - wind_speed
      - clouds

any body there who has same problem or its bug
please help
thanks

Having same problem, not fixed yet :frowning:

Adjacent question – does someone have a sample Automation based on weather.openweathermap.
I’m trying to query openweathermap, and if ‘Rainy’ to turn on some LED. Just cannot find a decent sample.
Any help is appreciated.

@rajkiran, can you please give it a try with the Openweathermap weather platform?