Telldus Live not working anymore

Upgraded to 0.58.0 and it doesnt seem to function any more.

This is my error:

Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 101, in update
self._sync()
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 141, in _sync
identify_device(device))
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 114, in identify_device
if device.methods & DIM:
TypeError: unsupported operand type(s) for &: ‘NoneType’ and ‘int’

Any ideas?

I can just say that I have upgraded to 0.58 and then also to 0.58.1 and Telldus Live has worked for me.

I can see now that I also get errors when restarting hass.

2017-11-22 15:09:01 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 101, in update
self._sync()
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 144, in _sync
entity.changed()
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 170, in changed
self.schedule_update_ha_state()
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 273, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: ‘NoneType’ object has no attribute ‘add_job’

Allright thx for letting me know. Also good im not alone with this issue. Hopefully someone have an solution shortly…

Hi,
My Telldus Live is working and no errors when restarting HASS.
I’m running in virtual environment on Python version 3.5 and HASS version 0.58.0

But this could be related to your problem:

Regards PH

I have looked at that one and it doesnt seem to fix this issue…

any news about Telldus Live?

Looks like you guys have the same problem as described here:

Resolved by leifmariposa with the following commands

sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
and then run:
pip3 install requests==2.14.2

Please read the full issue before trying out the solution.