-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HA 0.117.0b0 #2
Comments
Hallo, I get the same Error in HA 0.117.0 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up dwd_pollen platform for sensor |
Same here with 0.117.1 @marcschumacher Are you still supporting this? HACS implementation would be great also :) |
Sure do, sorry for not replying. I am currently working on reimplementing this adding to HACS or even core including frontend configuration. Stand by. |
@marcschumacher |
I also ran into this Problem (made a big update from 117 on python3.7 to 2020.12 an python 3.9), With a bit of help i found out it seems to be caused by restdata now beeing async and the component not. Line 20, add: in def init, add another None in the following line (must be 4 None now): and with def update this needs to be done: Still does not solve the problem with non-numeric values for tomorrow-data in the early hours of the day edit: found a way to attach patchfile as a Zip. So: heres the patch Greetings Blubbel |
How please did I apply this under macOS? Greetings |
Hello, this is nothing that is dependent on the OS, The zip just contains the .diff file which can be used with the "patch" command in a terminal. |
Just a reminder that for those of you who are using Node RED in HA there is a simple and rock solid replacement for any custom extensions. It will read the DWD Pollen index and create HA entities from it. It will not break and if needed you can fine tune all the details of the created entities yourself. |
How is the progress here? |
I never Receiver any Feedback or have seen any appearance of Marc anywhere. So I think this pollen_dwd Sensor is permanently down. Regards |
Since HA 0.117b0 your integration no longer works. I get the following error message:
Logger: homeassistant.components.sensor
Source: custom_components/dwd_pollen/sensor.py:123
Integration: Sensor (documentation, issues)
First occurred: 13:45:03 (1 occurrences)
Last logged: 13:45:03
Error while setting up dwd_pollen platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 193, in _async_setup_platform
await asyncio.shield(task)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/dwd_pollen/sensor.py", line 82, in setup_platform
api = DwdPollenAPI(partregion_ids)
File "/config/custom_components/dwd_pollen/sensor.py", line 116, in init
self.update()
File "/usr/src/homeassistant/homeassistant/util/init.py", line 239, in wrapper
result = method(*args, **kwargs)
File "/config/custom_components/dwd_pollen/sensor.py", line 123, in update
self._rest.update()
AttributeError: 'RestData' object has no attribute 'update'
The text was updated successfully, but these errors were encountered: