Skip to content

Instantly share code, notes, and snippets.

@KoljaWindeler
Created June 16, 2020 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KoljaWindeler/fbc389f8922dbf76075baa3cedbdbd51 to your computer and use it in GitHub Desktop.
Save KoljaWindeler/fbc389f8922dbf76075baa3cedbdbd51 to your computer and use it in GitHub Desktop.
16.06.2020 04:39:04 WARNING xiaomi_vac: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/appdaemon/threading.py", line 777, in worker
funcref(entity, attr, old_state, new_state,
File "/conf/apps/xiaomi_vac.py", line 40, in cleaning
self.log("new vacuum ("+str(entity)+") status: "+new+". old was "+old+". tct: "+str(self.g_tct(self.vacs.index(entity))))
TypeError: can only concatenate str (not "NoneType") to str
16.06.2020 04:40:11 WARNING pumps: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/appdaemon/threading.py", line 777, in worker
funcref(entity, attr, old_state, new_state,
File "/conf/apps/pumps.py", line 34, in update
p=int(float(new)-float(old))
ValueError: could not convert string to float: 'unknown'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment