I’m having the same problem at the moment. Seems it was working this morning but it’s not now, even after restarting Home Assistant. This might just be the end.
Yes I’ve tried it, but I don’t get sensors for text descriptions of the day’s weather and the week’s weather, do you? One that’s like “mostly cloudy throughout the day, rainy in the evening” and “rain expected mid week, clearing up on the weekend”?
Mine was dead earlier, but has now started working again. I moved over to Pirate Weather tonight, but still had Dark Sky installed. I just checked and its back for now - they must’ve been teasing us before the big shutoff
Yeah keeps coming and going. They must be firing warning shots so that we get off our arses. I just converted everything over to pirate weather except the descriptions… Guess I’ll have to take those out.
Anybody getting a precipitation error when trying to set this up?
Unexpected exception importing platform custom_components.pirateweather.sensor
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 728, in get*platform cache[full_name] = self._import_platform(platform_name) File "/usr/src/homeassistant/homeassistant/loader.py", line 745, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") File "/usr/local/lib/python3.10/importlib/* *init* *.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/config/custom_components/pirateweather/sensor.py", line 217, in <module> device_class=SensorDeviceClass.PRECIPITATION, File "/usr/local/lib/python3.10/enum.py", line 437, in __getattr*_ raise AttributeError(name) from None AttributeError: PRECIPITATION