-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Dweep.io - dweep component - not working #5044
Comments
I think that the problem is that we are hitting the API too fast. As fare as I remember is only one request per second allowed. |
We can controll the update rate with |
i'll try and see if that's the case! thanks!!!!!!! |
It's the reason for the throttle in the Dweet.io exporter component. |
Also, it seems the dweepy library is having issues with python 3.5 due to a stupid encoding bug in their readme. See paddycarey/dweepy#8 |
Never mind my remark, you need to pass the utf8 locale to tox whenever the tests needs to run. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍 |
Home Assistant release (
hass --version
):0.34.5
Python release (
python3 --version
):3.4.2
Component/platform:
dweep
Description of problem:
dweep component is not working. After being configured it just throws error
https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/sensor/dweet.py#L118
"Device could not be found"
even if the device exists and can be retrieved from python bash directly
Expected:
dweep component retrieving values properly
Problem-relevant
configuration.yaml
entries and steps to reproduce:e.g.
will return
Traceback (if applicable):
16-12-22 16:52:48 homeassistant.components.sensor.dweet: Device 'mik1893MeteoStation' could not be found
Additional info:
The text was updated successfully, but these errors were encountered: