16-09-16 12:38:22 homeassistant.components.sensor.dweet: Device 'whatEver' could not be found
I have multiple devices continuosly sending dweets, and i would love to pickup these in HA.
I am running the latest HA on a raspberry pi 3 (Not the “All in one” version)
Do i need to install anyting else maybe?
When i curl i get an answer. {"this":"succeeded","by":"dweeting","the":"dweet","with":{"thing":"whatEver","created":"2016-09-16T11:35:16.347Z","content":{},"transaction":"f77c7f72-5333-440c-9134-3ac95d014b5c"}}
Strangely the “content” is empty.
The bigger problem now is that my HA wount show up when i try to access it from webbrowser
I ran into the same issue… not sure what was wrong… I ran the command line and see the content but I still get that Not be found error in the log. Weird… have you got any pointer?
Edit: the component now is shown on the GUI but in the log, I see lots of these. Any ideas?
17-01-12 09:28:31 homeassistant.core: Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step
result = next(coro)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 386, in _update_entity_states
yield from update_coro
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 220, in async_update_ha_state
state = self.state
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/sensor/dweet.py”, line 94, in state
values)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/template.py”, line 110, in render_with_possible_json_value
error_value).result()
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/util/async.py”, line 160, in run_callback_threadsafe
raise RuntimeError(‘Cannot be called from within the event loop’)
RuntimeError: Cannot be called from within the event loop